Browse Source

Merge branch 'maint'

Bastien Guerry 11 years ago
parent
commit
029b393032
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

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