Variable: org-export-filter-final-output-functions

org-export-filter-final-output-functions is a variable defined in ox.el.gz.

Value

nil

Documentation

List of functions applied to the transcoded string.

Each filter is called with three arguments: the full transcoded string, the backend, as a symbol, and the communication channel, as a plist. It must return a string that will be used as the final export output.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox.el.gz
(defvar org-export-filter-final-output-functions nil
  "List of functions applied to the transcoded string.
Each filter is called with three arguments: the full transcoded
string, the backend, as a symbol, and the communication channel,
as a plist.  It must return a string that will be used as the
final export output.")