Browse Source

org-manual: Document the option 'none' for :results handling

The commit d4b739fbf2eee01 added the "none" header argument but didn't
add it to the manual.  Document it in the manual so that users can
discover it.

Signed-off-by: Yasushi SHOJI <yashi@spacecubics.com>
Yasushi SHOJI 3 years ago
parent
commit
ebba483cf9
1 changed files with 5 additions and 0 deletions
  1. 5 0
      doc/org-manual.org

+ 5 - 0
doc/org-manual.org

@@ -17771,6 +17771,11 @@ Handling options after collecting the results.
   Do not insert results in the Org mode buffer, but echo them in the
   minibuffer.  Usage example: =:results output silent=.
 
+- =none= ::
+
+  Do not process results at all. No inserting in the Org mode buffer
+  nor echo them in the minibuffer.  Usage example: =:results none=.
+
 - =append= ::
 
   Append results to the Org buffer.  Latest results are at the bottom.