org-macro: Allow macros in parsed keywords and associated properties
commitfa64b59b05a2344de2d377bf30004d50a73dd4cf
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 5 Apr 2015 11:40:44 +0000 (5 13:40 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 5 Apr 2015 11:48:28 +0000 (5 13:48 +0200)
treeaebd214f1b9862095d40361f078bd63c53513be3
parentae9db17482a183e5613428c3abf1c691f86b4ac0
org-macro: Allow macros in parsed keywords and associated properties

* lisp/org-macro.el (org-macro-replace-all): Add optional argument.
  Now accept macros in parsed keywords and associated properties.

* lisp/ox.el (org-export-as): Apply signature change.

* testing/lisp/test-ox.el (test-org-export/expand-macro): Add test.
lisp/org-macro.el
lisp/ox.el
testing/lisp/test-ox.el