Variable: org-export-filter-options-functions
org-export-filter-options-functions is a variable defined in ox.el.gz.
Value
nil
Documentation
List of functions applied to the export options.
Each filter is called with two arguments: the export options, as a plist, and the backend, as a symbol. It must return a property list containing export options.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox.el.gz
;;;; Special Filters
(defvar org-export-filter-options-functions nil
"List of functions applied to the export options.
Each filter is called with two arguments: the export options, as
a plist, and the backend, as a symbol. It must return
a property list containing export options.")