Re: issue indent src block?

2020-04-21 Thread zimoun
Hi Nicolas, On Mon, 20 Apr 2020 at 18:12, Nicolas Goaziou wrote: > 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. Thanks! I have not found the culprit yet but hunt in progress... :-) All the b

Re: issue indent src block?

2020-04-20 Thread Nicolas Goaziou
Hello, zimoun 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 >

issue indent src block?

2020-04-20 Thread zimoun
Dear, (please CC me because I have not subscribed) 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