浏览代码

Add a note about :noweb-ref.

Thanks to Tomas Grigera for a preliminary patch.
Bastien Guerry 13 年之前
父节点
当前提交
b120a7b35d
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      doc/org.texi

+ 3 - 1
doc/org.texi

@@ -13627,7 +13627,9 @@ concatenated together to form the replacement text.
 By setting this header argument at the sub-tree or file level, simple code
 By setting this header argument at the sub-tree or file level, simple code
 block concatenation may be achieved.  For example, when tangling the
 block concatenation may be achieved.  For example, when tangling the
 following Org mode file, the bodies of code blocks will be concatenated into
 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
 @example
  #+BEGIN_SRC sh :tangle yes :noweb yes :shebang #!/bin/sh
  #+BEGIN_SRC sh :tangle yes :noweb yes :shebang #!/bin/sh