On Thu, Aug 4, 2016 at 1:48 PM, Charles C. Berry <ccbe...@ucsd.edu> wrote: > 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
That is exactly it. It needs to be. :PROPERTIES: :header-args: :noweb-ref fullest-disk :END: Sorry I forgot to check ORG-NEWS; I will remember now!