summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2014-01-26 14:19:22 +0100
committerNicolas Goaziou <n.goaziou@gmail.com>2014-01-27 21:14:38 +0100
commit0fc01264911b0f93ea020b1dc4195df2ecf33660 (patch)
treeaef121196a533526fbe2244844317140499c9f6f
parent8a265e2915fcf64721d9f8426b040ebdef38ebc0 (diff)
downloadorg-mode-0fc01264911b0f93ea020b1dc4195df2ecf33660.tar.gz
ox: Remove quote sections
* lisp/ox.el (org-export-filter-quote-section-functions): Remove variable.
-rw-r--r--lisp/ox.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/lisp/ox.el b/lisp/ox.el
index 28aed70..7d09db8 100644
--- a/lisp/ox.el
+++ b/lisp/ox.el
@@ -221,7 +221,6 @@ way they are handled must be hard-coded into
(:filter-planning . org-export-filter-planning-functions)
(:filter-property-drawer . org-export-filter-property-drawer-functions)
(:filter-quote-block . org-export-filter-quote-block-functions)
- (:filter-quote-section . org-export-filter-quote-section-functions)
(:filter-radio-target . org-export-filter-radio-target-functions)
(:filter-section . org-export-filter-section-functions)
(:filter-special-block . org-export-filter-special-block-functions)
@@ -2654,12 +2653,6 @@ data, as a string, the back-end, as a symbol, and the
communication channel, as a plist. It must return a string or
nil.")
-(defvar org-export-filter-quote-section-functions nil
- "List of functions applied to a transcoded quote-section.
-Each filter is called with three arguments: the transcoded data,
-as a string, the back-end, as a symbol, and the communication
-channel, as a plist. It must return a string or nil.")
-
(defvar org-export-filter-section-functions nil
"List of functions applied to a transcoded section.
Each filter is called with three arguments: the transcoded data,