org-manual: Document "results" macro

* doc/org-manual.org (Macro Replacement): Document "results" macro.
This commit is contained in:
Nicolas Goaziou 2018-04-29 12:32:26 +02:00
parent bc92f734cf
commit 61cfd675f3
1 changed files with 5 additions and 0 deletions

View File

@ -11799,6 +11799,11 @@ Org comes with following pre-defined macros:
specified counter is reset to 1. You may leave {{{var(NAME)}}}
empty to reset the default counter.
#+cindex: @samp{results}, macro
Moreover, inline source blocks (see [[*Structure of Code Blocks]]) use the
special =results= macro to mark their output. As such, you are
advised against re-defining it, unless you know what you are doing.
#+vindex: org-hide-macro-markers
The surrounding brackets can be made invisible by setting
~org-hide-macro-markers~ non-~nil~.