Allow optional argument to {{{property}}} for remote entries
commitfa5f8c8f90440ce7e440148e2b7ee20a10d9f547
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 10 May 2015 09:48:13 +0000 (10 11:48 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 10 May 2015 09:48:13 +0000 (10 11:48 +0200)
treea9bc2d8e4d58cb224fffb8cd2e7f30a798358fbd
parentecc8b9f3db1cdc45534203cf4e9d04bc0705063f
Allow optional argument to {{{property}}} for remote entries

* lisp/org-macro.el (org-macro-initialize-templates): "property"
  template accepts an optional argument, as a search option to grab
  properties from other headlines.

* doc/org.texi (Macro replacement): Document new feature.  Improve
  documentation.
(An example): Update documentation.

* testing/lisp/test-org-macro.el (test-org/macro-replace-all): Add
  tests.
doc/org.texi
lisp/org-macro.el
testing/lisp/test-org-macro.el