doc/org-manual.org: Clarify that :results none can be used as reference

* doc/org-manual.org (Handling): Clarify that :results none are still
computed and can be used when referenced.
This commit is contained in:
Ihor Radchenko 2022-11-18 16:44:44 +08:00
parent fcf63fb31e
commit 0b124d7968
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 4 additions and 2 deletions

View File

@ -18478,8 +18478,10 @@ options; they are mutually exclusive.
- =none= ::
Do not process results at all. No inserting in the Org mode buffer
nor echo them in the minibuffer. Usage example: =:results none=.
Compute results, but do not do anything with them. No inserting in
the Org mode buffer nor echo them in the minibuffer. The results
can still be used when referenced from another code block.
Usage example: =:results none=.
- =append= ::