Re: [BUG] pressing enter with org-src-tab-acts-natively over-intends block

2024-10-12 Thread Ihor Radchenko
Garklein writes: > `org-edit-src-preserve-indentation' says "the minimum (across-lines) > number of leading whitespace characters are removed from all lines, > and the code block is uniformly indented according to the value of > ‘org-edit-src-content-indentation'", but it doesn't seem to be > rem

Re: [BUG] pressing enter with org-src-tab-acts-natively over-intends block

2024-10-03 Thread Ihor Radchenko
> With `org-src-tab-acts-natively' set to `t', pressing enter in a > source code block adds a newline, then indents every line in the block > by two spaces. > > I would expect that it adds a newline and positions my cursor where it > should be with the indentation, without indenting every single

[BUG] pressing enter with org-src-tab-acts-natively over-intends block

2024-09-25 Thread Garklein
Hello, With `org-src-tab-acts-natively' set to `t', pressing enter in a source code block adds a newline, then indents every line in the block by two spaces. I would expect that it adds a newline and positions my cursor where it should be with the indentation, without indenting every single other