From 52cbeec20a2bf47d0d3a89b76a597b3e2bf64679 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 12 Apr 2018 15:29:52 +0200 Subject: [PATCH] org-manual: Re-order Babel result formats alphabetically --- doc/org-manual.org | 48 +++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index 3e7ce4c4e..1f428ae12 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -17187,16 +17187,16 @@ Choose one of the options; they are mutually exclusive. The default follows from the type specified above. #+attr_texinfo: :sep , -- =raw= :: +- =code= :: - Interpreted as raw Org mode. Inserted directly into the buffer. - Aligned if it is a table. Usage example: =:results value raw=. + Result enclosed in a code block. Useful for parsing. Usage + example: =:results value code=. -- =org= :: +- =drawer= :: - Results enclosed in a =BEGIN_SRC org= block. For comma-escape, - either {{{kbd(TAB)}}} in the block, or export the file. Usage - example: =:results value org=. + Result wrapped in a =RESULTS= drawer. Useful for containing + =raw= or =org= results for later scripting and automated + processing. Usage example: =:results value drawer=. - =html= :: @@ -17208,23 +17208,6 @@ follows from the type specified above. Results enclosed in a =BEGIN_EXPORT latex= block. Usage example: =:results value latex=. -- =code= :: - - Result enclosed in a code block. Useful for parsing. Usage - example: =:results value code=. - -- =pp= :: - - Result converted to pretty-print source code. Enclosed in a code - block. Languages supported: Emacs Lisp, Python, and Ruby. Usage - example: =:results value pp=. - -- =drawer= :: - - Result wrapped in a =RESULTS= drawer. Useful for containing - =raw= or =org= results for later scripting and automated - processing. Usage example: =:results value drawer=. - - =link=, =graphics= :: Result is a link to the file specified in =:file= header @@ -17238,6 +17221,23 @@ follows from the type specified above. ,#+end_src #+end_example +- =org= :: + + Results enclosed in a =BEGIN_SRC org= block. For comma-escape, + either {{{kbd(TAB)}}} in the block, or export the file. Usage + example: =:results value org=. + +- =pp= :: + + Result converted to pretty-print source code. Enclosed in a code + block. Languages supported: Emacs Lisp, Python, and Ruby. Usage + example: =:results value pp=. + +- =raw= :: + + Interpreted as raw Org mode. Inserted directly into the buffer. + Aligned if it is a table. Usage example: =:results value raw=. + *** Handling :PROPERTIES: :UNNUMBERED: notoc