<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, May 15, 2018 at 7:32 AM, Dashamir Hoxha <span dir="ltr"><<a href="mailto:dashohoxha@gmail.com" target="_blank">dashohoxha@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class="">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></span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><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></span>
[...]<span class=""><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></span></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></div></div></blockquote><div><br></div><div>By the way, since I use org-mode in combination with Jekyll, I leave coloring</div><div>up to Jekyll, like this:</div><br>#+BEGIN_EXPORT html<br>{ % highlight bash %}<br>#!/bin/bash</div><div class="gmail_quote"><br>. . . . . . . . . . .<br><br></div><div class="gmail_quote">{ % endhighlight %}<br>#+END_EXPORT</div></div></div>