From 611e532d38f2e3883b1db3b215d64acaaa1d7a68 Mon Sep 17 00:00:00 2001 From: TEC Date: Tue, 5 Jan 2021 16:31:16 +0800 Subject: [PATCH] Mu4e: Org-msg, convert "> ..." ascii quotations --- modules/email/mu4e/config.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/email/mu4e/config.el b/modules/email/mu4e/config.el index f4d83ca35..4d084fcf6 100644 --- a/modules/email/mu4e/config.el +++ b/modules/email/mu4e/config.el @@ -231,7 +231,8 @@ Ignores all arguments and returns nil." (setq org-msg-options "html-postamble:nil H:5 num:nil ^:{} toc:nil author:nil email:nil tex:dvipng" org-msg-startup "hidestars indent inlineimages" org-msg-greeting-name-limit 3 - org-msg-default-alternatives '(text html)) + org-msg-default-alternatives '(text html) + org-msg-convert-citation t) (defvar +org-msg-currently-exporting nil "Helper variable to indicate whether org-msg is currently exporting the org buffer to HTML.