emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-babel-tangle ignores noweb-ref property


From: Charles C. Berry
Subject: Re: [O] org-babel-tangle ignores noweb-ref property
Date: Tue, 3 Jan 2017 14:03:26 -0800
User-agent: Alpine 2.20 (OSX 67 2015-01-07)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]