Mu4e: Org-msg, prioritise HTML over plaintext
This commit is contained in:
parent
39442daeb2
commit
78cdb80d2c
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ 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 '(html text))
|
||||
org-msg-default-alternatives '(text html))
|
||||
|
||||
(defvar +org-msg-currently-exporting nil
|
||||
"Helper variable to indicate whether org-msg is currently exporting the org buffer to HTML.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue