summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-04-15 10:45:03 +0200
committerBastien Guerry <bzg@altern.org>2013-04-15 10:45:03 +0200
commitf6d7230ca25dba3c455469c811f947110ccb6487 (patch)
treeedf52505023df7a09faececfed863cbead5ca97d
parentab8689d2617c18862fb12d19c2ccb79b1af224fa (diff)
parentdf2807b59dc08b3a71d135b9bdf34a83c48ed381 (diff)
downloadorg-mode-f6d7230ca25dba3c455469c811f947110ccb6487.tar.gz
Merge branch 'master' of orgmode.org:org-mode
-rw-r--r--lisp/ox.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/lisp/ox.el b/lisp/ox.el
index 21e5c23..c428bf5 100644
--- a/lisp/ox.el
+++ b/lisp/ox.el
@@ -209,7 +209,6 @@ way they are handled must be hard-coded into
(:filter-latex-fragment . org-export-filter-latex-fragment-functions)
(:filter-line-break . org-export-filter-line-break-functions)
(:filter-link . org-export-filter-link-functions)
- (:filter-macro . org-export-filter-macro-functions)
(:filter-node-property . org-export-filter-node-property-functions)
(:filter-options . org-export-filter-options-functions)
(:filter-paragraph . org-export-filter-paragraph-functions)
@@ -2621,12 +2620,6 @@ 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-macro-functions nil
- "List of functions applied to a transcoded macro.
-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-radio-target-functions nil
"List of functions applied to a transcoded radio-target.
Each filter is called with three arguments: the transcoded data,