Re: [O] [PATCH] Org manual on :noweb-ref property

2012-01-02 Thread Bastien
Hi Tomas,

Tomas Grigera tgrig...@gmail.com writes:

 After Eric's fix a couple of days ago, setting :noweb-ref through a
 property now works as explained in the manual. However, the example
 given will only work if one turns on property inheritance. I think it
 is worthwhile noting this in the manual. The patch here adds that
 comment.

Thanks for the patch -- I've committed a slightly different version,
using a footnote.

 First time I send a patch, sorry if I screwd up.

You did right, thanks!

-- 
 Bastien



[O] [PATCH] Org manual on :noweb-ref property

2011-12-31 Thread Tomas Grigera
Hi

After Eric's fix a couple of days ago, setting :noweb-ref through a
property now works as explained in the manual. However, the example
given will only work if one turns on property inheritance. I think it
is worthwhile noting this in the manual. The patch here adds that
comment.

First time I send a patch, sorry if I screwd up.

Happy new year

Tomas
diff --git a/doc/org.texi b/doc/org.texi
index 3f02efb..618b287 100644
--- a/doc/org.texi
+++ b/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
 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 (note that this example needs that property
+inheritance be turned on for the @code{noweb-ref} property, see
+@ref{Property inheritance}).
 
 @example
  #+BEGIN_SRC sh :tangle yes :noweb yes :shebang #!/bin/sh