From 1396cc04228e5c6141086764ea49cd7d4d9753c3 Mon Sep 17 00:00:00 2001 From: Correl Date: Thu, 24 Jun 2021 11:01:39 -0400 Subject: [PATCH] [emacs] Disable sub/superscript in org-msg --- .doom.d/config.org | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.doom.d/config.org b/.doom.d/config.org index 2c1746d..c4d0ba5 100644 --- a/.doom.d/config.org +++ b/.doom.d/config.org @@ -1200,9 +1200,10 @@ Prefer sending HTML-formatted messages with plain text as a fallback option [[https://www.w3.org/Protocols/rfc1341/7_2_Multipart.html][RFC-1341]]). #+begin_src emacs-lisp -(use-package! org-msg - :config - (setq org-msg-default-alternatives '(text html))) + (use-package! org-msg + :config + (setq org-msg-default-alternatives '(text html) + org-msg-options "html-postamble:nil toc:nil author:nil email:nil ^:nil")) #+end_src ** Chat *** Circe