Merge branch 'maint'
This commit is contained in:
commit
d33c935ee7
|
@ -19079,6 +19079,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
|
||||
(beginning-of-line 1)
|
||||
(skip-chars-backward "\n")
|
||||
(org-at-heading-p))))
|
||||
(let* ((element (save-excursion (beginning-of-line) (org-element-at-point)))
|
||||
|
|
Loading…
Reference in New Issue