summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-01-22 19:44:01 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-01-22 19:44:01 +0100
commit41c8e69afc33203cf4832d81b4eeac66e8d8032e (patch)
tree713820194b87632a5d274575545cb31352d9d920
parent2367e25c6b40c7ea32d03a5e6e1e3051419f59dd (diff)
downloadorg-mode-41c8e69afc33203cf4832d81b4eeac66e8d8032e.tar.gz
manual.org: Document calls to external blocks
-rw-r--r--contrib/manual.org11
1 files changed, 9 insertions, 2 deletions
diff --git a/contrib/manual.org b/contrib/manual.org
index c5fbab4..ca5088e 100644
--- a/contrib/manual.org
+++ b/contrib/manual.org
@@ -16843,8 +16843,15 @@ variable ~org-babel-inline-result-wrap~, which by default is set to
- =<name>= ::
- This is the name of the code block to be evaluated (see
- [[*Structure of Code Blocks]]).
+ This is the name of the code block (see [[*Structure of Code
+ Blocks]]) to be evaluated in the current document. If the block is
+ located in another file, start =<name>= with the file name
+ followed by a colon. For example, in order to execute a block
+ named =clear-data= in =file.org=, you can write the following:
+
+ #+begin_src org
+ ,#+CALL: file.org:clear-data()
+ #+end_src
- =<arguments>= ::