1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-12-01 08:17:34 +00:00

Merge branch 'maint'

This commit is contained in:
Bastien Guerry 2014-05-29 19:49:07 +02:00
commit 029b393032

View File

@ -7726,7 +7726,7 @@ command."
(if (org-in-src-block-p) ",* " "* "))
(run-hooks 'org-insert-heading-hook))
((and itemp (not (equal arg '(4))))
((and itemp (not (member arg '((4) (16)))))
;; Insert an item
(org-insert-item))