diff --git a/lisp/org.el b/lisp/org.el index 691f88099..743845b9f 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -7509,7 +7509,7 @@ This is important for non-interactive uses of the command." (and (not (org-in-item-p)) org-insert-heading-respect-content) (not (org-insert-item (save-excursion - (beginning-of-line) + (org-beginning-of-item) (looking-at org-list-full-item-re) (match-string 3))))) (let (begn endn)