org-capture: Prevent recursive evaluation of %(...) placeholders
commitbd3a2cbf2f69d4de5ad7d41893bf418e91c23fb2
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 29 Nov 2015 15:53:35 +0000 (29 16:53 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 29 Nov 2015 15:58:14 +0000 (29 16:58 +0100)
tree5f901caff8479fe6f66fc3e9be60efaecbc26172
parentbd79085be0b4667c283ae3f2af577a78d0091660
org-capture: Prevent recursive evaluation of %(...) placeholders

* lisp/org-capture.el (org-capture-templates): Improve docstring.
(org-capture-fill-template): Prevent recursive evaluation of %(...)
placeholders.  Fix escaping of % character in templates.
* testing/lisp/test-org-capture.el: New file.

Reported-by: Thomas Preindl <thomas.preindl@gmail.com>
<http://permalink.gmane.org/gmane.emacs.orgmode/103018>
etc/ORG-NEWS
lisp/org-capture.el
testing/lisp/test-org-capture.el [new file with mode: 0644]