diff --git a/lisp/org.el b/lisp/org.el index f20fa4236..67e41e599 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -21226,7 +21226,10 @@ meant to be filled." (comment (looking-at "[ \t]*# ?") (match-string 0)) (footnote-definition "") ((item plain-list) - (make-string (org-list-item-body-column post-affiliated) ? )) + (make-string (org-list-item-body-column + (or post-affiliated + (org-element-property :begin element))) + ? )) (paragraph ;; Fill prefix is usually the same as the current line, ;; except if the paragraph is at the beginning of an item.