branch: externals/org commit 663e200f549029d6ac11f787a4d19a035317362c Author: TEC <g...@tecosaur.net> Commit: TEC <g...@tecosaur.net>
ox: Document the setting of :parse-tree * lisp/ox.el (org-export--annotate-info, org-export--collect-tree-properties): Mention in comments the setting of :parse-tree. --- lisp/ox.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ox.el b/lisp/ox.el index 720ef6d2ce..0a48e850ab 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -1638,6 +1638,7 @@ is a list holding export options. Following tree properties are set or updated: +`:parse-tree' Is simply set to DATA. `:headline-offset' Offset between true level of headlines and local level. An offset of -1 means a headline of level 2 should be considered as a level @@ -3177,7 +3178,8 @@ still inferior to file-local settings." (org-export-filter-apply-functions (plist-get info :filter-parse-tree) tree info)) ;; Now tree is complete, compute its properties and add them - ;; to communication channel. + ;; to communication channel. This is responsible for setting + ;; :parse-tree to TREE. (setq info (org-export--collect-tree-properties tree info)) ;; Process citations and bibliography. Replace each citation ;; and "print_bibliography" keyword in the parse tree with