From 25ab746fc9b9a3cc08d52bef599eb55ffe581d89 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 8 Jan 2012 12:37:22 +0100 Subject: [PATCH] org-export: Add a filter for new section element * contrib/lisp/org-export.el (org-export-filter-section-functions): New variable. --- contrib/lisp/org-export.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contrib/lisp/org-export.el b/contrib/lisp/org-export.el index 99502c666..0f240c280 100644 --- a/contrib/lisp/org-export.el +++ b/contrib/lisp/org-export.el @@ -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 -- 2.11.4.GIT