emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 3a5b2555df 1/2: Merge branch 'bugfix'


From: ELPA Syncer
Subject: [elpa] externals/org 3a5b2555df 1/2: Merge branch 'bugfix'
Date: Sun, 25 Dec 2022 06:57:58 -0500 (EST)

branch: externals/org
commit 3a5b2555df6b8f366ec62fc31e2dab54b1fcbef3
Merge: d2b49c72b2 7f2f73c414
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    Merge branch 'bugfix'
---
 lisp/ob-core.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/ob-core.el b/lisp/ob-core.el
index 3c7717fd8f..8e0ac35946 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]