Re: [O] Babel blocks not indented

2013-05-13 Thread Andreas Röhler
[ ... ] I change my mode to whatever my src is in when I want indenting to work properly, then change it back when I want to see it as an org file again. Dave Probably it would pay to have a minor mode for that, running with idle-timer and switching the mode according to SRC context. Andr

Re: [O] Babel blocks not indented

2013-05-13 Thread Leo Alekseyev
On Fri, May 10, 2013 at 3:32 PM, Nick Dokos wrote: > Leo Alekseyev writes: > > > I've brought this up before, but I think there's value in SRC blocks > > /not/ being indented, and in fact, I would love it if there were a way > > to make the contents of the SRC blocks / not/ be indented (as oppos

Re: [O] Babel blocks not indented

2013-05-10 Thread Nick Dokos
Leo Alekseyev writes: > I've brought this up before, but I think there's value in SRC blocks > /not/ being indented, and in fact, I would love it if there were a way > to make the contents of the SRC blocks / not/ be indented (as opposed > to the default 2 space offset).   Whitespace often matter

Re: [O] Babel blocks not indented

2013-05-10 Thread Leo Alekseyev
On Thu, May 9, 2013 at 8:32 PM, J. David Boyd wrote: > Julien Cubizolles writes: > > > Eric Schulte writes: > > > >> Julien Cubizolles writes: > >> > >>> I'm new to babel and I'm experiencing a strange problem. A > >>> src_block created with " >>> in. Here is an example: > >>> > >> > >> Try "T

Re: [O] Babel blocks not indented

2013-05-09 Thread J. David Boyd
Julien Cubizolles writes: > Eric Schulte writes: > >> Julien Cubizolles writes: >> >>> I'm new to babel and I'm experiencing a strange problem. A >>> src_block created with ">> in. Here is an example: >>> >> >> Try "TAB > That's what I was doing but it seems the problem lies with > org-indent-

Re: [O] Babel blocks not indented

2013-05-07 Thread Julien Cubizolles
Eric Schulte writes: > Julien Cubizolles writes: > >> I'm new to babel and I'm experiencing a strange problem. A >> src_block created with "> in. Here is an example: >> > > Try "TAB

Re: [O] Babel blocks not indented

2013-05-07 Thread Eric Schulte
Julien Cubizolles writes: > I'm new to babel and I'm experiencing a strange problem. A > src_block created with " in. Here is an example: > Try "TAB http://cs.unm.edu/~eschulte

[O] Babel blocks not indented

2013-05-07 Thread Julien Cubizolles
I'm new to babel and I'm experiencing a strange problem. A src_block created with "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 ind