branch: externals/org
commit ebba483cf96cc99d3f42bb77e9c8e6b173099816
Author: Yasushi SHOJI <ya...@spacecubics.com>
Commit: TEC <t...@tecosaur.com>

    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 <ya...@spacecubics.com>
---
 doc/org-manual.org | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/org-manual.org b/doc/org-manual.org
index 8686940..10e0baa 100644
--- a/doc/org-manual.org
+++ b/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.

Reply via email to