0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-26 09:02:52 +00:00

Merge branch 'bugfix'

This commit is contained in:
Ihor Radchenko 2022-12-25 14:00:14 +03:00
commit 3a5b2555df
No known key found for this signature in database
GPG key ID: 6470762A7DA11D8B

View file

@ -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)