I tried `#+PROPERTY :padlines no` , `#+PROPERTY: padlines no` and `#+PROPERTY padlines no` all with the same result. Thanks! -deech On Wed, Sep 18, 2013 at 12:20 PM, Sebastien Vauban wrote: > aditya siram wrote: > > Here's the org-file with padlines set to "no" up top: > > #+PROPERTY: :padlines no > ^ > Try without the ":"... > > > * 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 */ > > You see why an ECM is sometimes the best way to find a problem... > > Best regards, > Seb > > -- > Sebastien Vauban > > >