[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] replying to emai with org-mode syntax in mu4e
From: |
Thibault Marin |
Subject: |
Re: [O] replying to emai with org-mode syntax in mu4e |
Date: |
Fri, 28 Oct 2016 21:26:09 -0500 |
User-agent: |
mu4e 0.9.16; emacs 24.5.1 |
I believe you can add a hook to `'mu4e-compose-mode-hook'.
something like the following (not tested) may work:
(add-hook 'mu4e-compose-mode-hook
(defun do-compose-stuff ()
"My settings for message composition."
(org-mu4e-compose-org-mode)))
Matt Price writes:
> On Fri, Oct 28, 2016 at 7:48 PM, Thibault Marin <address@hidden>
> wrote:
>
>>
>> It looks like you may be looking for `org-mu4e-compose-org-mode'.
>>
>
> .... duh...
>
> Thank you. So, if I want this to be on by default, do you happen to know
> where I should add a hook?
>
> Really appreciate the help,
> m