summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-01-02 15:28:07 +0100
committerBastien Guerry <bzg@altern.org>2012-01-03 09:19:57 +0100
commit89169dff4cce045d82d2a4cb6880611d5e0029f9 (patch)
treef8be6790e91284d21729ee8b2ecc6f5f5c9785e8
parentc535c276feed8f54a8bd3ef2a581445150dbe5bb (diff)
downloadorg-mode-89169dff4cce045d82d2a4cb6880611d5e0029f9.tar.gz
Add a note about :noweb-ref.
Thanks to Tomas Grigera for a preliminary patch.
-rw-r--r--doc/org.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/org.texi b/doc/org.texi
index b2a2545..37817de 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -13617,7 +13617,9 @@ concatenated together to form the replacement text.
By setting this header argument at the sub-tree or file level, simple code
block concatenation may be achieved. For example, when tangling the
following Org mode file, the bodies of code blocks will be concatenated into
-the resulting pure code file.
+the resulting pure code file@footnote{(The example needs property inheritance
+to be turned on for the @code{noweb-ref} property, see @ref{Property
+inheritance}).}.
@example
#+BEGIN_SRC sh :tangle yes :noweb yes :shebang #!/bin/sh