summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2019-03-17 08:57:21 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2019-03-17 08:57:21 +0100
commit7d158baebeae9dc729f42246215db0b7eda38d93 (patch)
tree56528c87f7c863e4e81d6c08204ba227c237d623
parentce1681b5970065d5c4f62b2a24b22f370cbbe4d5 (diff)
downloadorg-mode-7d158baebeae9dc729f42246215db0b7eda38d93.tar.gz
org-manual: Clarification for results header argument
* doc/org-manual.org (Results of Evaluation): Work around ambiguity between "format" and "handling" class. Fix typography.
-rw-r--r--doc/org-manual.org13
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index 6c16df6..cc6cf14 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -17020,23 +17020,22 @@ header arguments working together. The primary determinant, however,
is the =results= header argument. It accepts four classes of options.
Each code block can take only one option per class:
-- collection ::
+- Collection ::
For how the results should be collected from the code block;
-- type ::
+- Type ::
For which type of result the code block will return; affects how Org
processes and inserts results in the Org buffer;
-- format ::
+- Format ::
- For the result; affects how Org processes and inserts results in the
- Org buffer;
+ For the result; affects how Org processes results;
-- handling ::
+- Handling ::
- For processing results after evaluation of the code block;
+ For inserting results once they are properly formatted.
*** Collection
:PROPERTIES: