From 3b79fe1c009f3efa2da29c6c466ca7679e24b747 Mon Sep 17 00:00:00 2001 From: Yasushi SHOJI Date: Mon, 16 Aug 2021 04:04:06 +0900 Subject: [PATCH] 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 --- doc/org-manual.org | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index d34d33561..868694038 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -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.