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