Hello, David Dynerman <emperord...@block-party.net> 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 :tangle preserve-indent.py > def __init__(self): > self.bar = 7 > #+END_SRC > > If I globally set org-src-preserve-indentation to t, then tangle, the > output file has the correct specified indentation with the second > block. If I make org-src-preserve-indentation buffer local and set it > to t, then the second block is tanlged without any leading > indentation. Fixed (hopefully) this time. Thank you for the feedback. Regards, -- Nicolas Goaziou