branch: externals/org
commit 18bc3a65b2232f7f642b7087833afd8987e4e52a
Author: Yasushi SHOJI <ya...@spacecubics.com>
Commit: TEC <t...@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 <ya...@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