Variable: org-export-filter-plain-text-functions
org-export-filter-plain-text-functions is a variable defined in
ox.el.gz.
Value
nil
Documentation
List of functions applied to plain text.
Each filter is called with three arguments: a string which contains no Org syntax, the backend, 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-plain-text-functions nil
"List of functions applied to plain text.
Each filter is called with three arguments: a string which
contains no Org syntax, the backend, as a symbol, and the
communication channel, as a plist. It must return a string or
nil.")