Browse Source

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
Ihor Radchenko 3 năm trước cách đây
mục cha
commit
3825ca6ccb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lisp/org-element.el

+ 1 - 1
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"