summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-04-12 15:29:52 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-04-12 15:29:52 +0200
commit52cbeec20a2bf47d0d3a89b76a597b3e2bf64679 (patch)
tree781778846559207d55502783a94c2741e7f914d5
parentb088389c6b4eead4d41528b18a273b8a2cd47eb3 (diff)
downloadorg-mode-52cbeec20a2bf47d0d3a89b76a597b3e2bf64679.tar.gz
org-manual: Re-order Babel result formats alphabetically
-rw-r--r--doc/org-manual.org48
1 files changed, 24 insertions, 24 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index 3e7ce4c..1f428ae 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