Re: [O] Babel blocks get unindented when making changes outside the blocks

2015-02-14 Thread Nicolas Goaziou
Hello, Mark Edgington writes: > Given the following code: > - BEGIN CODE - > * some headline > - blah > - blah > - blah > - blah > - blah > #+begin_src octave > first line > > if (num <= 2) > stuff > end > #+end_src > > - blah > #

[O] Babel blocks get unindented when making changes outside the blocks

2015-02-13 Thread Mark Edgington
Hello all, Given the following code: - BEGIN CODE - * some headline - blah - blah - blah - blah - blah #+begin_src octave first line if (num <= 2) stuff end #+end_src - blah # some comments # more comments 1. item 1