branch: externals/org
commit a31aeeebec90c7b2902e7de9768660399ba37d77
Merge: c9be80c c3917c3
Author: Bastien <[email protected]>
Commit: Bastien <[email protected]>

    Merge branch 'maint'
---
 lisp/org.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org.el b/lisp/org.el
index 434feda..f559cbe 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -19078,7 +19078,7 @@ Also align node properties according to 
`org-property-format'."
   (unless (or (org-at-heading-p)
               (and (eq org-adapt-indentation 'headline-data)
                    (save-excursion
-                     (move-beginning-of-line 0)
+                     (skip-chars-backward "\n")
                      (org-at-heading-p))))
     (let* ((element (save-excursion (beginning-of-line) 
(org-element-at-point)))
           (type (org-element-type element)))

Reply via email to