mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-26 07:33:39 +00:00
org-indent: Handle indentation change with headline manual insertion
* lisp/org-indent.el (org-indent-refresh-maybe): Check for new headlines from the beginning of the line to be sure to catch any newly inserted headline there.
This commit is contained in:
parent
128357b6f4
commit
56c73255c0
@ -412,6 +412,7 @@ This function is meant to be called by `after-change-functions'."
|
||||
(if (or org-indent-modified-headline-flag
|
||||
(save-excursion
|
||||
(goto-char beg)
|
||||
(beginning-of-line)
|
||||
(re-search-forward org-outline-regexp-bol end t)))
|
||||
(let ((end (save-excursion
|
||||
(goto-char end)
|
||||
|
Loading…
Reference in New Issue
Block a user