0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-25 00:32:54 +00:00

Merge branch 'bugfix'

This commit is contained in:
Ihor Radchenko 2023-08-03 08:29:54 +03:00
commit 2c4c5fdd8b
No known key found for this signature in database
GPG key ID: 6470762A7DA11D8B

View file

@ -7087,7 +7087,7 @@ known element in cache (it may start after END)."
(let ((current (org-with-point-at (org-element-begin up)
(org-element-with-disabled-cache
(and (looking-at-p org-element-headline-re)
(org-element-headline-parser))))))
(org-element-headline-parser nil 'fast))))))
(when (org-element-type-p current 'headline)
(org-element--cache-log-message
"Found non-robust headline that can be updated individually: %S"