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

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

[elpa] externals/org 18bc3a6 3/3: ob-core: Document the option 'none' fo


From: ELPA Syncer
Subject: [elpa] externals/org 18bc3a6 3/3: ob-core: Document the option 'none' for :results handling
Date: Tue, 31 Aug 2021 09:57:20 -0400 (EDT)

branch: externals/org
commit 18bc3a65b2232f7f642b7087833afd8987e4e52a
Author: Yasushi SHOJI <yashi@spacecubics.com>
Commit: TEC <tec@tecosaur.com>

    ob-core: Document the option 'none' for :results handling
    
    The commit d4b739fbf2eee01 added the "none" header argument but didn't
    add it to the `org-babel-insert-result' documentation string.  Put it
    in the doc string so that users can discover it.
    
    Signed-off-by: Yasushi SHOJI <yashi@spacecubics.com>
---
 lisp/ob-core.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lisp/ob-core.el b/lisp/ob-core.el
index 384c06c..1fc3b3d 100644
--- a/lisp/ob-core.el
+++ b/lisp/ob-core.el
@@ -2185,6 +2185,10 @@ silent -- no results are inserted into the Org buffer but
           ingested by Emacs (a potentially time consuming
           process).
 
+none ---- no results are inserted into the Org buffer nor
+          echoed to the minibuffer. they are not processed into
+          Emacs-lisp objects at all.
+
 file ---- the results are interpreted as a file path, and are
           inserted into the buffer using the Org file syntax.
 



reply via email to

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