0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 22:07:49 +00:00

org-manual: Move the default result handing at the top

`replace` is the default option for the :results header option for the
source blocks.  Move it to the top of the list.

Signed-off-by: Yasushi SHOJI <yashi@spacecubics.com>
This commit is contained in:
Yasushi SHOJI 2021-08-16 04:04:06 +09:00 committed by TEC
parent b1a74d4c7a
commit 3b79fe1c00
Signed by: tec
GPG key ID: 779591AFDB81F06C

View file

@ -17761,16 +17761,16 @@ value listed above. E.g.,
Handling options after collecting the results.
- =silent= ::
Do not insert results in the Org mode buffer, but echo them in the
minibuffer. Usage example: =:results output silent=.
- =replace= ::
Default. Insert results in the Org buffer. Remove previous
results. Usage example: =:results output replace=.
- =silent= ::
Do not insert results in the Org mode buffer, but echo them in the
minibuffer. Usage example: =:results output silent=.
- =append= ::
Append results to the Org buffer. Latest results are at the bottom.