summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-04-29 12:32:26 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-04-29 12:32:26 +0200
commit61cfd675f3d486106afe6776b9e6e549505a6720 (patch)
tree7f181d71856871cffff02bb4a93c672802223bbf
parentbc92f734cf1f935c567b8f098eb1e21f8d05c9e7 (diff)
downloadorg-mode-61cfd675f3d486106afe6776b9e6e549505a6720.tar.gz
org-manual: Document "results" macro
* doc/org-manual.org (Macro Replacement): Document "results" macro.
-rw-r--r--doc/org-manual.org5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index 049ffaf..5012980 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -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~.