[Org, Emacs] Do not add spaces in front of code in src blocks

By default, org-mode will add two spaces before code lines in the org
file itself. This does not change how code is edited when editing a
code block through `org-edit-special' but when copy/pasting code or
editing it directly from the org file, it can be troublesome.
Setting `org-src-preserve-indentation' to `t' prevents org from adding
these two spaces.
This commit is contained in:
2021-10-12 11:31:20 +02:00
parent c12164d9bb
commit d4f11b612d
12 changed files with 5594 additions and 5554 deletions

File diff suppressed because it is too large Load Diff