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
> 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
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