* org-list.el (org-list-send-item): Use sort instead of sort*.
This commit is contained in:
parent
d5ff9cd046
commit
f6cba7e085
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue