On Wed, 3 Aug 2016, Grant Rettke wrote:
Good evening,
I'm tangling this example in a file named test3.org
--snip--
#+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
:END:
First, see
./org-mode/etc/ORG-NEWS::*Old Babel header properties are no longer supported
*if* that doesn't solve it, possibly this is relevant:
https://lists.gnu.org/archive/html/emacs-orgmode/2016-05/msg00056.html
HTH,
Chuck