emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 663e200f54 2/3: ox: Document the setting of :parse-


From: ELPA Syncer
Subject: [elpa] externals/org 663e200f54 2/3: ox: Document the setting of :parse-tree
Date: Fri, 10 Feb 2023 12:57:58 -0500 (EST)

branch: externals/org
commit 663e200f549029d6ac11f787a4d19a035317362c
Author: TEC <git@tecosaur.net>
Commit: TEC <git@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]