org-export: Expand include keywords before macros
commit89d6a26f8d2fea3c8c7116b1196ae48bc93d5e16
authorNicolas Goaziou <n.goaziou@gmail.com>
Wed, 10 Oct 2012 11:52:54 +0000 (10 13:52 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Wed, 10 Oct 2012 11:52:54 +0000 (10 13:52 +0200)
tree8e482ca2ad1723adff7a62e49534fffb952372af
parentbbdd81ad37b6f9b1853260afcdd1fd915a700a53
org-export: Expand include keywords before macros

* contrib/lisp/org-export.el (org-export-as): Expand include keywords
  before macros.  This allows to specify macro templates in the
  included file.
* testing/examples/macro-templates.org: New file for testing purposes.
* testing/lisp/test-org-export.el: Add test.
contrib/lisp/org-export.el
testing/examples/macro-templates.org [new file with mode: 0644]
testing/lisp/test-org-export.el