org-manual: Re-order Babel result formats alphabetically

This commit is contained in:
Nicolas Goaziou 2018-04-12 15:29:52 +02:00
parent b088389c6b
commit 52cbeec20a

View file

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