|
@@ -1322,7 +1322,7 @@ PATH is the sexp to evaluate, as a string."
|
|
|
(string-match-p org-link-elisp-skip-confirm-regexp path))
|
|
|
(not org-link-elisp-confirm-function)
|
|
|
(funcall org-link-elisp-confirm-function
|
|
|
- (format "Execute %S as Elisp? "
|
|
|
+ (format "Execute %s as Elisp? "
|
|
|
(org-add-props path nil 'face 'org-warning))))
|
|
|
(message "%s => %s" path
|
|
|
(if (eq ?\( (string-to-char path))
|