Yup running C-c C-c solved it! Didn't know about that. And I can't believe I made the "padlines" typo. Thanks for taking the time! -deech On Wed, Sep 18, 2013 at 1:59 PM, Sebastien Vauban wrote: > aditya siram wrote: > > Sebastien Vauban wrote: > >> aditya siram wrote: > >>> > >>> Here's the org-file with padlines set to "no" up top: > >>> > >>> #+PROPERTY: :padlines no > >> ^ > >> Try without the ":"... > > ... and without the "s" to padlines... > > So, the correct line is: > > --8<---------------cut here---------------start------------->8--- > #+PROPERTY: padline no > --8<---------------cut here---------------end--------------->8--- > > >>> * Headline > >>> #+BEGIN_SRC c :tangle /tmp/padlines-test.c :comments link > >>> hello world > >>> #+END_SRC > > > > I tried `#+PROPERTY :padlines no` , `#+PROPERTY: padlines no` and > > `#+PROPERTY padlines no` all with the same result. > > Don't forget as well that you must do a C-c C-c on the "options" block > after > every change you make to one of them. That's annoying, because we always > forget it, but that's necessary for your change to be applied! > > >> You see why an ECM is sometimes the best way to find a problem... > > Same conclusion, except I should have run your ECM! ;-) > > Best regards, > Seb > > -- > Sebastien Vauban > > >