Fix make doc failure introduced by 93821b431

* lisp/org-element.el (org-element--cache-for-removal): Parse
secondary :title value required by exporter.

See https://list.orgmode.org/87mtek1t63.fsf_-_@gmail.com/T/#md63481c471181c96dfb6248c1551fba219b11f30
This commit is contained in:
Ihor Radchenko 2022-06-10 22:55:33 +08:00
parent 1425a86ae7
commit 3825ca6ccb
No known key found for this signature in database
GPG key ID: 6470762A7DA11D8B

View file

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