Hello,

zimoun <zimon.touto...@gmail.com> writes:

> I have noted unexpected alignment with source blocks. For example:
>
> --8<---------------cut here---------------start------------->8---
> #+begin_src shell
> 0
> #+end_src
>
> * One
>
>   #+begin_src shell
>   1
>   #+end_src
>
> ** Two
>
>    #+begin_src shell
>    2
>    #+end_src
> --8<---------------cut here---------------end--------------->8---
>
> where the blocks are filled using the usual C-c '.
>
> I was expecting that 0, 1 and 2 aligned with the 'b' of 'begin'.
> And if I move them by hand and them hit C-x h and Tab, they are placed
> again as in the example above.

I cannot reproduce it. You may want to check if something is setting
`org-edit-src-content-indentation' to 0, e.g., .dir-locals.el or some
such.

Regards,

-- 
Nicolas Goaziou

Reply via email to