|
@@ -2100,92 +2100,92 @@ nil.")
|
|
|
|
|
|
;;;; Elements Filters
|
|
|
|
|
|
-(defvar org-export-filter-center-block-functions nil
|
|
|
- "List of functions applied to a transcoded center block.
|
|
|
+(defvar org-export-filter-babel-call-functions nil
|
|
|
+ "List of functions applied to a transcoded babel-call.
|
|
|
Each filter is called with three arguments: the transcoded data,
|
|
|
as a string, the back-end, as a symbol, and the communication
|
|
|
channel, as a plist. It must return a string or nil.")
|
|
|
|
|
|
-(defvar org-export-filter-clock-functions nil
|
|
|
- "List of functions applied to a transcoded clock.
|
|
|
+(defvar org-export-filter-center-block-functions nil
|
|
|
+ "List of functions applied to a transcoded center block.
|
|
|
Each filter is called with three arguments: the transcoded data,
|
|
|
as a string, the back-end, as a symbol, and the communication
|
|
|
channel, as a plist. It must return a string or nil.")
|
|
|
|
|
|
-(defvar org-export-filter-drawer-functions nil
|
|
|
- "List of functions applied to a transcoded drawer.
|
|
|
+(defvar org-export-filter-clock-functions nil
|
|
|
+ "List of functions applied to a transcoded clock.
|
|
|
Each filter is called with three arguments: the transcoded data,
|
|
|
as a string, the back-end, as a symbol, and the communication
|
|
|
channel, as a plist. It must return a string or nil.")
|
|
|
|
|
|
-(defvar org-export-filter-dynamic-block-functions nil
|
|
|
- "List of functions applied to a transcoded dynamic-block.
|
|
|
+(defvar org-export-filter-comment-functions nil
|
|
|
+ "List of functions applied to a transcoded comment.
|
|
|
Each filter is called with three arguments: the transcoded data,
|
|
|
as a string, the back-end, as a symbol, and the communication
|
|
|
channel, as a plist. It must return a string or nil.")
|
|
|
|
|
|
-(defvar org-export-filter-headline-functions nil
|
|
|
- "List of functions applied to a transcoded headline.
|
|
|
+(defvar org-export-filter-comment-block-functions nil
|
|
|
+ "List of functions applied to a transcoded comment-comment.
|
|
|
Each filter is called with three arguments: the transcoded data,
|
|
|
as a string, the back-end, as a symbol, and the communication
|
|
|
channel, as a plist. It must return a string or nil.")
|
|
|
|
|
|
-(defvar org-export-filter-inlinetask-functions nil
|
|
|
- "List of functions applied to a transcoded inlinetask.
|
|
|
+(defvar org-export-filter-drawer-functions nil
|
|
|
+ "List of functions applied to a transcoded drawer.
|
|
|
Each filter is called with three arguments: the transcoded data,
|
|
|
as a string, the back-end, as a symbol, and the communication
|
|
|
channel, as a plist. It must return a string or nil.")
|
|
|
|
|
|
-(defvar org-export-filter-plain-list-functions nil
|
|
|
- "List of functions applied to a transcoded plain-list.
|
|
|
+(defvar org-export-filter-dynamic-block-functions nil
|
|
|
+ "List of functions applied to a transcoded dynamic-block.
|
|
|
Each filter is called with three arguments: the transcoded data,
|
|
|
as a string, the back-end, as a symbol, and the communication
|
|
|
channel, as a plist. It must return a string or nil.")
|
|
|
|
|
|
-(defvar org-export-filter-item-functions nil
|
|
|
- "List of functions applied to a transcoded item.
|
|
|
+(defvar org-export-filter-example-block-functions nil
|
|
|
+ "List of functions applied to a transcoded example-block.
|
|
|
Each filter is called with three arguments: the transcoded data,
|
|
|
as a string, the back-end, as a symbol, and the communication
|
|
|
channel, as a plist. It must return a string or nil.")
|
|
|
|
|
|
-(defvar org-export-filter-comment-functions nil
|
|
|
- "List of functions applied to a transcoded comment.
|
|
|
+(defvar org-export-filter-export-block-functions nil
|
|
|
+ "List of functions applied to a transcoded export-block.
|
|
|
Each filter is called with three arguments: the transcoded data,
|
|
|
as a string, the back-end, as a symbol, and the communication
|
|
|
channel, as a plist. It must return a string or nil.")
|
|
|
|
|
|
-(defvar org-export-filter-comment-block-functions nil
|
|
|
- "List of functions applied to a transcoded comment-comment.
|
|
|
+(defvar org-export-filter-fixed-width-functions nil
|
|
|
+ "List of functions applied to a transcoded fixed-width.
|
|
|
Each filter is called with three arguments: the transcoded data,
|
|
|
as a string, the back-end, as a symbol, and the communication
|
|
|
channel, as a plist. It must return a string or nil.")
|
|
|
|
|
|
-(defvar org-export-filter-example-block-functions nil
|
|
|
- "List of functions applied to a transcoded example-block.
|
|
|
+(defvar org-export-filter-footnote-definition-functions nil
|
|
|
+ "List of functions applied to a transcoded footnote-definition.
|
|
|
Each filter is called with three arguments: the transcoded data,
|
|
|
as a string, the back-end, as a symbol, and the communication
|
|
|
channel, as a plist. It must return a string or nil.")
|
|
|
|
|
|
-(defvar org-export-filter-export-block-functions nil
|
|
|
- "List of functions applied to a transcoded export-block.
|
|
|
+(defvar org-export-filter-headline-functions nil
|
|
|
+ "List of functions applied to a transcoded headline.
|
|
|
Each filter is called with three arguments: the transcoded data,
|
|
|
as a string, the back-end, as a symbol, and the communication
|
|
|
channel, as a plist. It must return a string or nil.")
|
|
|
|
|
|
-(defvar org-export-filter-fixed-width-functions nil
|
|
|
- "List of functions applied to a transcoded fixed-width.
|
|
|
+(defvar org-export-filter-horizontal-rule-functions nil
|
|
|
+ "List of functions applied to a transcoded horizontal-rule.
|
|
|
Each filter is called with three arguments: the transcoded data,
|
|
|
as a string, the back-end, as a symbol, and the communication
|
|
|
channel, as a plist. It must return a string or nil.")
|
|
|
|
|
|
-(defvar org-export-filter-footnote-definition-functions nil
|
|
|
- "List of functions applied to a transcoded footnote-definition.
|
|
|
+(defvar org-export-filter-inlinetask-functions nil
|
|
|
+ "List of functions applied to a transcoded inlinetask.
|
|
|
Each filter is called with three arguments: the transcoded data,
|
|
|
as a string, the back-end, as a symbol, and the communication
|
|
|
channel, as a plist. It must return a string or nil.")
|
|
|
|
|
|
-(defvar org-export-filter-horizontal-rule-functions nil
|
|
|
- "List of functions applied to a transcoded horizontal-rule.
|
|
|
+(defvar org-export-filter-item-functions nil
|
|
|
+ "List of functions applied to a transcoded item.
|
|
|
Each filter is called with three arguments: the transcoded data,
|
|
|
as a string, the back-end, as a symbol, and the communication
|
|
|
channel, as a plist. It must return a string or nil.")
|
|
@@ -2202,12 +2202,6 @@ Each filter is called with three arguments: the transcoded data,
|
|
|
as a string, the back-end, as a symbol, and the communication
|
|
|
channel, as a plist. It must return a string or nil.")
|
|
|
|
|
|
-(defvar org-export-filter-babel-call-functions nil
|
|
|
- "List of functions applied to a transcoded babel-call.
|
|
|
-Each filter is called with three arguments: the transcoded data,
|
|
|
-as a string, the back-end, as a symbol, and the communication
|
|
|
-channel, as a plist. It must return a string or nil.")
|
|
|
-
|
|
|
(defvar org-export-filter-node-property-functions nil
|
|
|
"List of functions applied to a transcoded node-property.
|
|
|
Each filter is called with three arguments: the transcoded data,
|
|
@@ -2220,6 +2214,12 @@ Each filter is called with three arguments: the transcoded data,
|
|
|
as a string, the back-end, as a symbol, and the communication
|
|
|
channel, as a plist. It must return a string or nil.")
|
|
|
|
|
|
+(defvar org-export-filter-plain-list-functions nil
|
|
|
+ "List of functions applied to a transcoded plain-list.
|
|
|
+Each filter is called with three arguments: the transcoded data,
|
|
|
+as a string, the back-end, as a symbol, and the communication
|
|
|
+channel, as a plist. It must return a string or nil.")
|
|
|
+
|
|
|
(defvar org-export-filter-planning-functions nil
|
|
|
"List of functions applied to a transcoded planning.
|
|
|
Each filter is called with three arguments: the transcoded data,
|