jeremy-compostella / org-msg

OrgMsg is a GNU/Emacs global minor mode mixing up Org mode and Message mode to compose and reply to emails in a Outlook HTML friendly style.
GNU General Public License v3.0
276 stars 56 forks source link

Reply and wide reply do not invoke org-msg #164

Closed DrWaleedAYousef closed 1 year ago

DrWaleedAYousef commented 1 year ago

I am using spacemacs and gnus. Recently I stated using org-msg. it works great with two problems:

  1. When I reply or wide-reply an email, org-msg is not invoked.
  2. Tabbing in the To field does not cycle the contacts or suggest emails as before using org-msg.

Thanks

DrWaleedAYousef commented 1 year ago

It is resolved after I added the following to the configuration:

    (setq 
          org-msg-default-alternatives '(
                                                         (new . (html))
                                             (reply-to-html . (html))
                                             (reply-to-text . (html))
                                         )
          )