瀏覽代碼

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>
Yasushi SHOJI 3 年之前
父節點
當前提交
18bc3a65b2
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      lisp/ob-core.el

+ 4 - 0
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.