branch: externals/org commit 3825ca6ccb39a7926261c7a25191dc563de90761 Author: Ihor Radchenko <yanta...@gmail.com> Commit: Ihor Radchenko <yanta...@gmail.com>
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 --- lisp/org-element.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-element.el b/lisp/org-element.el index f1a45a1af8..59a7fd461b 100644 --- a/lisp/org-element.el +++ b/lisp/org-element.el @@ -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"