Hello,

Mark Edgington <edgi...@gmail.com> 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