On Mon, 6 Jun 2016, Dennis van Dok wrote:
Hi,not sure what is causing this, but whenever I use source blocks any indentation beyond 8 spaces seem to go wrong. The most basic example: #+BEGIN_SRC sh this is indented more and more #+END_SRC
You want `#+BEGIN_SRC sh -i' to preserve indentation. See: (info "(org) Literal examples") HTH, Chuck