Re: [O] buffer local org-src-preserve-indentation not respected

2016-12-11 Thread David Dynerman
Dear Nicolas, Nicolas Goaziou writes: > Fixed (hopefully) this time. Thank you for the feedback. It's working wonderfully now - thank you very much. David

Re: [O] buffer local org-src-preserve-indentation not respected

2016-12-09 Thread Nicolas Goaziou
Hello, David Dynerman writes: > I just tried, and I still encounter this buf on the current git code. > Reproduction is the same as before: > > #+BEGIN_SRC python :tangle preserve-indent.py > class Foo: > bar = 5 > #+END_SRC > > > Here is some interstitial text! > > #+BEGIN_SRC python :tang

Re: [O] buffer local org-src-preserve-indentation not respected

2016-12-07 Thread David Dynerman
Dear Nicolas, Nicolas Goaziou writes: > Fixed. Thank you. Thank you very much. I just tried, and I still encounter this buf on the current git code. Reproduction is the same as before: #+BEGIN_SRC python :tangle preserve-indent.py class Foo: bar = 5 #+END_SRC Here is some interstitial t

Re: [O] buffer local org-src-preserve-indentation not respected

2016-12-03 Thread Nicolas Goaziou
Hello, David Dynerman writes: > I'd like to report a bug. It seems that setting > org-src-preserve-indentation to true doesn't work if it's set buffer > local. > > To reproduce, save the following as an org file: > > #+BEGIN_SRC python :tangle preserve-indent.py > class Foo: > bar = 5 > #+EN