diff --git a/lisp/org.el b/lisp/org.el index 0137f00c6..f024ffbcc 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -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))