summary refs log tree commit diff
path: root/config.org
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-07-07 09:02:24 +0000
committernoa@gaiwan.org2024-07-07 09:02:24 +0000
commit4abd7f2bcda911b8003359d9c4af307f9f38556c (patch)
tree27876e6c7d61d80776af10b8674e4076936404b1 /config.org
parent54a7994d14076f8857d1f01c76ed183b53b93d03 (diff)
Respect line breaks in org export
Diffstat (limited to 'config.org')
-rw-r--r--config.org6
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