emacs-orgmode
[Top][All Lists]
Advanced

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

Re: issue indent src block?


From: Nicolas Goaziou
Subject: Re: issue indent src block?
Date: Mon, 20 Apr 2020 18:12:53 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hello,

zimoun <address@hidden> 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

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