0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-05 08:12:56 +00:00

Merge branch 'maint'

This commit is contained in:
Achim Gratz 2013-04-28 10:25:59 +02:00
commit 5ca2ea00b2

View file

@ -144,7 +144,7 @@ default value. Return nil if no template was found."
(org-element-property :args macro))
;; No argument: remove place-holder.
""))
template)))
template nil 'literal)))
;; VALUE starts with "(eval": it is a s-exp, `eval' it.
(when (string-match "\\`(eval\\>" value)
(setq value (eval (read value))))