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

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

[elpa] externals/org 78d283e27d 2/2: ob-core: Remove the confusing "resu


From: ELPA Syncer
Subject: [elpa] externals/org 78d283e27d 2/2: ob-core: Remove the confusing "result silenced" message
Date: Mon, 5 Dec 2022 06:57:52 -0500 (EST)

branch: externals/org
commit 78d283e27dd98f48768c151fa269eed09140233e
Author: Rudolf Adamkovič <salutis@me.com>
Commit: Ihor Radchenko <yantar92@posteo.net>

    ob-core: Remove the confusing "result silenced" message
    
    * lisp/ob-core.el (org-babel-execute-src-block): Do not say "result
    silenced" after executing the source blocks with `:results none' to
    avoid confusion with `:results silent'.
---
 lisp/ob-core.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/ob-core.el b/lisp/ob-core.el
index 5b78ee946f..aa3d6b101e 100644
--- a/lisp/ob-core.el
+++ b/lisp/ob-core.el
@@ -849,8 +849,7 @@ guess will be made."
                    (setq result (org-babel-ref-resolve post))
                    (when file
                      (setq result-params (remove "file" result-params))))))
-             (if (member "none" result-params)
-                 (message "result silenced")
+             (unless (member "none" result-params)
                (org-babel-insert-result
                 result result-params info new-hash lang
                  (time-subtract (current-time) exec-start-time))))



reply via email to

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