emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Babel blocks not indented


From: Julien Cubizolles
Subject: [O] Babel blocks not indented
Date: Tue, 07 May 2013 19:11:17 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

I'm new to babel and I'm experiencing a strange problem. A
src_block created with "<s TAB" is not indented as the heading it's
in. Here is an example:

--8<---------------cut here---------------start------------->8---
**** Export fichier texte
#+BEGIN_SRC python
  import numpy
  numpy.savetxt("foo.csv", a, delimiter=",")
#+END_SRC
--8<---------------cut here---------------end--------------->8---

The python code should be indented below the heading title "Export
fichier texte".

Julien.




reply via email to

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