Variable: org-export-filter-body-functions
org-export-filter-body-functions is a variable defined in ox.el.gz.
Value
nil
Documentation
List of functions applied to transcoded body.
Each filter is called with three arguments: a string which contains no Org syntax, the back-end, as a symbol, and the communication channel, as a plist. It must return a string or nil.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox.el.gz
(defvar org-export-filter-body-functions nil
"List of functions applied to transcoded body.
Each filter is called with three arguments: a string which
contains no Org syntax, the back-end, as a symbol, and the
communication channel, as a plist. It must return a string or
nil.")