emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Dennis van Dok
Subject: [O] org export of source code indentation issue with 8 spaces
Date: Mon, 06 Jun 2016 15:08:19 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.8.0

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

exporting to ASCII gets me

,----
| this
|   is
|     indented
|       more and
|       more
`----

As you can see the last 'more' aligns with the one above in
the output.

Anyone else see this or is it just me?

Thanks,

Dennis
-- 
D.H. van Dok :: System administrator :: www.nikhef.nl/grid ::
Phone +31 20 592 22 28 :: http://www.nikhef.nl/~dennisvd/



reply via email to

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