diff --git a/lisp/ol.el b/lisp/ol.el index b80f943b2..062394486 100644 --- a/lisp/ol.el +++ b/lisp/ol.el @@ -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))