Re: misaligned tab and spaces in src block

2021-06-17 Thread Michael Dauer
Hi Tim, indent-tabs-mode was exactly what I was looking for. Thank you, Michael Am Di., 25. Mai 2021 um 04:39 Uhr schrieb Tim Cross : > > Michael Dauer writes: > > > Hi, > > > > #+begin_src elisp :results output > > (aaa > > bbb ( > > #x09#x09#x09ccc)) > > ccc > > #+end_src > > looks

Re: misaligned tab and spaces in src block

2021-05-24 Thread Tim Cross
Michael Dauer writes: > Hi, > > #+begin_src elisp :results output > (aaa > bbb ( > #x09#x09#x09ccc)) > ccc > #+end_src > looks like this in the editor > (aaa > bbb ( > ccc)) > ccc > > Line 1-3 were indented automatically by pressing Tab. In line 4 I inserted 6 >

misaligned tab and spaces in src block

2021-05-24 Thread Michael Dauer
Hi, #+begin_src elisp :results output (aaa bbb ( #x09#x09#x09ccc)) ccc #+end_src looks like this in the editor (aaa bbb ( ccc)) ccc Line 1-3 were indented automatically by pressing Tab. In line 4 I inserted 6 spaces manually. This is what I would expect to find in line