Variable: org-export-filter-quote-block-functions

org-export-filter-quote-block-functions is a variable defined in ox.el.gz.

Value

nil

Documentation

List of functions applied to a transcoded quote block.

Each filter is called with three arguments: the transcoded quote data, as a string, 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-quote-block-functions nil
  "List of functions applied to a transcoded quote block.
Each filter is called with three arguments: the transcoded quote
data, as a string, the backend, as a symbol, and the
communication channel, as a plist.  It must return a string or
nil.")