emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Nicolas Goaziou
Subject: Re: [O] Babel blocks get unindented when making changes outside the blocks
Date: Sat, 14 Feb 2015 12:52:39 +0100

Hello,

Mark Edgington <address@hidden> 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
>   # some comments
>   #       more comments
>   1. item 1
> ----- END CODE -----
>
> If I go to the end of the 'item 1' line, and do 'M-x org-meta-return',
> the code in the preceding source-block gets un-indented, so that it
> looks like:
>
>     #+begin_src octave
>     first line
>
>     if (num <= 2)
>     stuff
>     end
>     #+end_src

This should be fixed. Thank you.


Regards,

-- 
Nicolas Goaziou



reply via email to

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