org-export: Add a filter for new section element

* contrib/lisp/org-export.el (org-export-filter-section-functions):
  New variable.
This commit is contained in:
Nicolas Goaziou 2012-01-08 12:37:22 +01:00
parent daef88b0a8
commit 25ab746fc9
1 changed files with 6 additions and 0 deletions

View File

@ -1767,6 +1767,12 @@ Each filter is called with two arguments: the transcoded
quote-section, as a string, and the back-end, as a symbol. It
must return a string or nil.")
(defvar org-export-filter-section-functions nil
"Filter, or list of filters, applied to a transcoded section.
Each filter is called with two arguments: the transcoded section,
as a string, and the back-end, as a symbol. It must return
a string or nil.")
(defvar org-export-filter-special-block-functions nil
"Filter, or list of filters, applied to a transcoded special block.
Each filter is called with two arguments: the transcoded special