Implement a basic API around macros
commit4a2f3c20931a3dba764bf3366d15ae6b60dd912b
authorNicolas Goaziou <n.goaziou@gmail.com>
Fri, 31 Aug 2012 21:51:47 +0000 (31 23:51 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Sat, 1 Sep 2012 08:56:00 +0000 (1 10:56 +0200)
treeb073b9a797cd8496b51e0ff816467cd1be8b45fb
parent2939333e8946d7ff21d4f4e402d44d607bec1023
Implement a basic API around macros

* lisp/org.el (org-mode): Initialize macros templates.
(org-macro-templates): New variable.
(org-macro-expand, org-macro-replace-all,
org-macro-initialize-templates): New functions.
* testing/lisp/test-org.el: Add tests.
lisp/org.el
testing/lisp/test-org.el