diff --git a/lisp/ob-core.el b/lisp/ob-core.el index 3c7717fd8..8e0ac3594 100644 --- a/lisp/ob-core.el +++ b/lisp/ob-core.el @@ -3186,8 +3186,8 @@ situations in which is it not appropriate." (if (and (memq (string-to-char cell) '(?\( ?`)) (not (org-babel-confirm-evaluate ;; See `org-babel-get-src-block-info'. - (list "emacs-lisp" (format "%S" cell) - '((:eval . yes)) nil (format "%S" cell) + (list "emacs-lisp" cell + '((:eval . yes)) nil (format "%s" cell) nil nil)))) ;; Not allowed. (user-error "Evaluation of elisp code %S aborted." cell)