diff options
-rw-r--r-- | config.org | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.org b/config.org index 295d595..cd3296d 100644 --- a/config.org +++ b/config.org @@ -665,6 +665,12 @@ Show calendar agenda and todos in the same buffer org-html-validation-link "") #+end_src +It's a controversial opinion, but i want hard line breaks to only appear because i want a hard line break in the finished document. This is not quite so respectful of the content/presentation distinction, but it makes some things work in a much more pleasant way for me. + +#+begin_src elisp + (setopt org-export-preserve-breaks t) +#+end_src + This doesn't work with code blocks at the moment. #+begin_src elisp |