From dcdb0fc297d395cb04687b10275910a0680d2696 Mon Sep 17 00:00:00 2001 From: fpi Date: Mon, 28 Jun 2021 13:03:02 +0200 Subject: Add org-mime --- emacs-init.org | 9 +++++++++ 1 file changed, 9 insertions(+) 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) -- cgit v1.2.3