emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Charles C. Berry
Subject: Re: [O] org export of source code indentation issue with 8 spaces
Date: Mon, 6 Jun 2016 09:16:37 -0700
User-agent: Alpine 2.20 (OSX 67 2015-01-07)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]