ob-core: Document the option 'none' for :results handling

The commit d4b739fbf2 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>
This commit is contained in:
Yasushi SHOJI 2021-08-16 04:13:51 +09:00 committed by TEC
parent ebba483cf9
commit 18bc3a65b2
Signed by: tec
GPG Key ID: 779591AFDB81F06C
1 changed files with 4 additions and 0 deletions

View File

@ -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.