On Tue, 3 Jan 2017, Joon Ro wrote:
Hi,
When I use org 8.3.6, it works correctly, but when I use org 9.0.3, it
seems org-babel-tangle ignores noweb-ref property. For example, using
the example from http://orgmode.org/manual/noweb_002dref.html:
#+BEGIN_SRC sh :tangle yes :noweb yes :shebang #!/bin/sh
<<fullest-disk>>
#+END_SRC
* the mount point of the fullest disk
:PROPERTIES:
:noweb-ref: fullest-disk
:header-args: :noweb-ref fullest-disk
Is the new style.
See ORG-NEWS *** Old Babel header properties are no longer supported
I guess (info "(org) noweb-ref") needs an update.
Chuck