Dear Nicolas,
Nicolas Goaziou writes:
> Fixed (hopefully) this time. Thank you for the feedback.
It's working wonderfully now - thank you very much.
David
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
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
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