Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f6cba7e0
Commit
f6cba7e0
authored
Nov 20, 2011
by
Andreas Schwab
Browse files
* org-list.el (org-list-send-item): Use sort instead of sort*.
parent
d5ff9cd0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/org/ChangeLog
lisp/org/ChangeLog
+4
-0
lisp/org/org-list.el
lisp/org/org-list.el
+1
-1
No files found.
lisp/org/ChangeLog
View file @
f6cba7e0
2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
* org-list.el (org-list-send-item): Use sort instead of sort*.
2011-11-20 Juanma Barranquero <lekktu@gmail.com>
* org-table.el (org-table-line-to-dline): Fix typo.
...
...
lisp/org/org-list.el
View file @
f6cba7e0
...
...
@@ -1439,7 +1439,7 @@ This function returns, destructively, the new list structure."
;; 1.1. Remove the item just created in structure.
(setq struct (delete (assq new-item struct) struct))
;; 1.2. Copy ITEM and any of its sub-items at NEW-ITEM.
(setq struct (sort
*
(setq struct (sort
(append
struct
(mapcar (lambda (e)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment