Mu4e: Org-msg, convert "> ..." ascii quotations

This commit is contained in:
TEC 2021-01-05 16:31:16 +08:00
parent 78cdb80d2c
commit 611e532d38
No known key found for this signature in database
GPG key ID: 779591AFDB81F06C

View file

@ -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" (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-startup "hidestars indent inlineimages"
org-msg-greeting-name-limit 3 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 (defvar +org-msg-currently-exporting nil
"Helper variable to indicate whether org-msg is currently exporting the org buffer to HTML. "Helper variable to indicate whether org-msg is currently exporting the org buffer to HTML.