mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-22 07:09:47 +00:00
Merge branch 'maint'
This commit is contained in:
commit
d3756ccd84
@ -3207,8 +3207,7 @@ locally for the subtree through node properties."
|
||||
(when options
|
||||
(let ((items
|
||||
(mapcar
|
||||
(lambda (opt)
|
||||
(format "%s:%s" (car opt) (format "%s" (cdr opt))))
|
||||
#'(lambda (opt) (format "%s:%S" (car opt) (cdr opt)))
|
||||
(sort options (lambda (k1 k2) (string< (car k1) (car k2)))))))
|
||||
(if subtreep
|
||||
(org-entry-put
|
||||
|
Loading…
Reference in New Issue
Block a user