Variable: org-export-filter-parse-tree-functions

org-export-filter-parse-tree-functions is a variable defined in ox.el.gz.

Value

nil

Documentation

List of functions applied to the parsed tree.

Each filter is called with three arguments: the parse tree, as returned by org-element-parse-buffer, the backend, as a symbol, and the communication channel, as a plist. It must return the modified parse tree to transcode.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox.el.gz
(defvar org-export-filter-parse-tree-functions nil
  "List of functions applied to the parsed tree.
Each filter is called with three arguments: the parse tree, as
returned by `org-element-parse-buffer', the backend, as
a symbol, and the communication channel, as a plist.  It must
return the modified parse tree to transcode.")