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

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

[elpa] externals/org f53205a443 2/3: org-export-data: Clarify that filte


From: ELPA Syncer
Subject: [elpa] externals/org f53205a443 2/3: org-export-data: Clarify that filters are not applied
Date: Wed, 29 Mar 2023 10:58:28 -0400 (EDT)

branch: externals/org
commit f53205a443a4696c915bc7413c08d1d0600f0df0
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    org-export-data: Clarify that filters are not applied
    
    * lisp/ox.el (org-export-data): Clarify the docstring.
---
 lisp/ox.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/ox.el b/lisp/ox.el
index f9fc9a99b4..a6169ea632 100644
--- a/lisp/ox.el
+++ b/lisp/ox.el
@@ -1881,6 +1881,8 @@ INFO is a plist containing export directives."
 DATA is a parse tree, an element or an object or a secondary
 string.  INFO is a plist holding export options.
 
+The `:filter-parse-tree' filters are not applied.
+
 Return a string."
   (or (gethash data (plist-get info :exported-data))
       ;; Handle broken links according to



reply via email to

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