<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, May 15, 2018 at 6:24 AM, Ben McGinnes <span dir="ltr"><<a href="mailto:ben@adversary.org" target="_blank">ben@adversary.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Specifically that babel appears to break Python code examples in which<br>
there are nested indent blocks.  It's fine with the first level of<br>
indentation, but does not honour subsequent levels of indentation.<br>
[...]<br><br>
In the mean time, a work-around was required and I figured I had two<br>
options:<br>
<br>
Option one: port the whole thing to reStructuredText, which is used<br>
for Python documentation more generally (including the official docs).<br>
<br>
Option two: port the whole thing to an XML format known to be capable<br>
of handling technical documentation.<br></blockquote><div><br></div><div>As a third work-around option, have you tried to use '#+begin_example'</div><div>instead of '#+begin_src', for the code examples where the identation</div><div>is broken. The code coloring will be lost, but maybe the indentation will</div><div>be preserved.</div><div><br></div></div></div></div>