Re: [O] org export of source code indentation issue with 8 spaces

2016-06-06 Thread Dennis van Dok
On 06-06-16 18:16, Charles C. Berry wrote:

> You want `#+BEGIN_SRC sh -i' to preserve indentation. See:
> 
> (info "(org) Literal examples")

Indeed. I was looking at older docementation :-/

Thanks,

Dennis




Re: [O] org export of source code indentation issue with 8 spaces

2016-06-06 Thread Charles C. Berry

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