Here's the org-file with padlines set to "no" up top:
#+PROPERTY: :padlines no
* Headline
  #+BEGIN_SRC c :tangle /tmp/padlines-test.c :comments link
  hello world
  #+END_SRC

And the tangle file:

/* [[file:/tmp/padlines-test.org::*Headline][Headline:1]] */

hello world

/* Headline:1 ends here */




On Wed, Sep 18, 2013 at 2:31 AM, Sebastien Vauban
<sva-n...@mygooglest.com>wrote:

> Hi Aditya,
>
> aditya siram wrote:
> > It appears as though buffer wide properties are ignored when tangling
> > source blocks. This is easily reproducible by add a `#+PROPERTY:
> :padlines
> > no` to the top of the file and tangling something. The source has
> padlines.
> > I tried variations on including `#+PROPERTY: padlines no` and
> `#+PROPERTY:
> > header-args: padlines-no` with the same result.
>
> Could you send an ECM [1], please?
>
> Best regards,
>   Seb
>
> [1] "Exemple Complet Minimal", or Minimal Working Example.
>
> --
> Sebastien Vauban
>
>
>

Reply via email to