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
275 stars 58 forks source link

Org-msg not activated for mu4e-compose-reply #87

Closed tiborschneider closed 3 years ago

tiborschneider commented 3 years ago

Hi, I am using org-mode with mu4e. Composing new email works as expected. But when replying to an email (with mu4e-compose-reply), org-msg is not activated, but mu4e-compose-mode is.

I have ensured that the following is set (right before replying to an email):

(setq mail-user-agent 'mu4e-user-agent)
(org-msg-mode) ; is set to 1 

When composing a new email (which works as expected), (mu4e-compose 'new) is called, and when replying to an email, (mu4e-compose 'reply) is executed. I use Emacs 27.1 with mu4e 1.4.13 and org-msg 20210209.2056.

Do you know what I am missing here?

Chris00 commented 3 years ago

when replying to an email, (mu4e-compose 'reply) is executed.

This is normal, org-msg is activated by in the hook mu4e-compose-mode-hook. To be triggered (for now), the original message should be HTML. Is it your case?

AbeEtan commented 1 year ago

Hello I am having the same issue. Did we find a fix for this?