Merge branch 'maint'
This commit is contained in:
commit
5ca2ea00b2
|
@ -144,7 +144,7 @@ default value. Return nil if no template was found."
|
||||||
(org-element-property :args macro))
|
(org-element-property :args macro))
|
||||||
;; No argument: remove place-holder.
|
;; No argument: remove place-holder.
|
||||||
""))
|
""))
|
||||||
template)))
|
template nil 'literal)))
|
||||||
;; VALUE starts with "(eval": it is a s-exp, `eval' it.
|
;; VALUE starts with "(eval": it is a s-exp, `eval' it.
|
||||||
(when (string-match "\\`(eval\\>" value)
|
(when (string-match "\\`(eval\\>" value)
|
||||||
(setq value (eval (read value))))
|
(setq value (eval (read value))))
|
||||||
|
|
Loading…
Reference in New Issue