summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
authorfpi2021-06-28 13:03:02 +0200
committerfpi2022-03-17 14:37:58 +0100
commitdcdb0fc297d395cb04687b10275910a0680d2696 (patch)
tree1e24f7bb5dae83644c5f92ea0a6d56019a1d71af /emacs-init.org
parentAdd calc settings for decibel (diff)
Add org-mime
Diffstat (limited to 'emacs-init.org')
-rw-r--r--emacs-init.org9
1 files changed, 9 insertions, 0 deletions
diff --git a/emacs-init.org b/emacs-init.org
index fd97f20..3708819 100644
--- a/emacs-init.org
+++ b/emacs-init.org
@@ -4493,6 +4493,15 @@ CLOSED: %\\1
;; (buffer-string))))
#+end_src
(org-read-date nil nil ".")
+*** org-mime
+Set ~:preserve-breaks~ to keep line breaks in the html output. =org-mime-export-options= supports the same options as documented in =org-export-options-alist=.
+#+begin_src emacs-lisp
+(use-package org-mime
+ :straight t
+ :custom ((org-mime-export-options
+ '(:with-latex dvipng
+ :preserve-breaks t))))
+#+end_src
*** Ricing
#+begin_src emacs-lisp
(setq line-spacing 0.1)