org-export: Run a hook just before expanding include keywords and macros
commit5d4243bcccd8a3193099129c76985d7b867112e5
authorNicolas Goaziou <n.goaziou@gmail.com>
Fri, 2 Nov 2012 13:06:50 +0000 (2 14:06 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Fri, 2 Nov 2012 13:06:50 +0000 (2 14:06 +0100)
treeaf8009eebb6a589c5185c7d5a68f49e2d7f1245d
parent22ac03bee5ac7bc6662f5f0be3b3b3d8e7a6a2fd
org-export: Run a hook just before expanding include keywords and macros

* contrib/lisp/org-export.el (org-export-before-processing-hook): New
  variable.
(org-export-as): Run a hook just before expanding include keywords and
macros, and evaluating Babel blocks.
* testing/lisp/test-org-export.el: Add test.
contrib/lisp/org-export.el
testing/lisp/test-org-export.el