From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thibault Marin Subject: Re: replying to emai with org-mode syntax in mu4e Date: Fri, 28 Oct 2016 21:26:09 -0500 Message-ID: <878tt7sxfi.fsf@dell-desktop.WORKGROUP> References: <87a8dorq62.fsf@dell-desktop.WORKGROUP> Reply-To: thibault.marin@gmx.com Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42322) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c0JLe-0002sa-Eu for emacs-orgmode@gnu.org; Fri, 28 Oct 2016 22:26:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c0JLb-0004TD-Aw for emacs-orgmode@gnu.org; Fri, 28 Oct 2016 22:26:18 -0400 Received: from mout.gmx.net ([212.227.17.22]:51581) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c0JLb-0004Sq-1z for emacs-orgmode@gnu.org; Fri, 28 Oct 2016 22:26:15 -0400 In-reply-to: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Matt Price Cc: Org Mode 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 > 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