org-manual: Fix last modification

* doc/org-manual.org (Results of Evaluation): Fix footnote reference.
Use regular quotes so smart quotes can kick in, rewrite "header arg"
to "header argument". Use present tense instead of future.
This commit is contained in:
Nicolas Goaziou 2018-05-27 21:37:20 +02:00
parent 1643f70d30
commit 4fde09061e
1 changed files with 8 additions and 7 deletions

View File

@ -17175,7 +17175,7 @@ default behavior is to automatically determine the result type.
If =file= is missing, Org generates the base name of the output If =file= is missing, Org generates the base name of the output
file from the name of the code block, and its extension from the file from the name of the code block, and its extension from the
=file-ext= header argument. In that case, both the name and the =file-ext= header argument. In that case, both the name and the
extension are mandatory.[fn:150] extension are mandatory[fn:150].
#+begin_example #+begin_example
,#+name: circle ,#+name: circle
@ -21384,12 +21384,13 @@ on outline paths, assuming they are unique.
[fn:149] The file will be empty after this operation. [fn:149] The file will be empty after this operation.
[fn:150] Due to the way this header arg is implemented, it implies [fn:150] Due to the way this header argument is implemented, it
“:results file”. Therefore if it is set for multiple blocks at once implies ":results file". Therefore if it is set for multiple blocks
(by a subtree or buffer property for example), all blocks will be forced at once (by a subtree or buffer property for example), all blocks are
to produce file results. This is seldom desired behavior, so it is forced to produce file results. This is seldom desired behavior, so
recommended to set this header only on a per-block basis. It is possible it is recommended to set this header only on a per-block basis. It is
that this aspect of the implementation might change in the future. possible that this aspect of the implementation might change in the
future.
* Local variables :noexport: * Local variables :noexport: