From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: emails written in Org Mode Date: Thu, 10 Jul 2014 10:28:32 +0200 Message-ID: <87pphd39e7.fsf@gmail.com> References: <87r41uwdiy.fsf@andrew.cmu.edu> <877g3mxpu3.fsf@alphaville.bos.redhat.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39450) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X59io-00016R-2U for emacs-orgmode@gnu.org; Thu, 10 Jul 2014 04:29:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X59ih-0001AB-BZ for emacs-orgmode@gnu.org; Thu, 10 Jul 2014 04:28:54 -0400 Received: from plane.gmane.org ([80.91.229.3]:59199) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X59ih-0001A6-4j for emacs-orgmode@gnu.org; Thu, 10 Jul 2014 04:28:47 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1X59ig-0004hP-4Z for emacs-orgmode@gnu.org; Thu, 10 Jul 2014 10:28:46 +0200 Received: from g231109197.adsl.alicedsl.de ([92.231.109.197]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Jul 2014 10:28:46 +0200 Received: from tjolitz by g231109197.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Jul 2014 10:28:46 +0200 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Ken Mankoff writes: Hi Ken, > orgstruct++-mode and orgtbl-mode help a lot. It would be nice to be able > to execute code too. they are both nice but not the "real thing" > I have an email in to the mu4e group about just switching to org-mode > and then back to message-mode. Since mu4e isn't gnus, and doesn't use > plain message-mode as the major mode, I need to switch back to the mu4e > compose mode, but it lists as "m4e:compose" in the modeline, and that > isn't a major mode I can figure out how to switch to. When you start writing an email in mu4e, could you just: 1. do ,---- | M-: major-mode `---- 2. do M-x mark-whole-buffer & M-x kill-ring-save, i.e. ,---- | C-x h | M-w `---- and post the results? And maybe figure out if in the mu4e world there exists a customizable variable like: ,----[ C-h v mail-header-separator RET ] | mail-header-separator is a variable defined in `sendmail.el'. | Its value is "--text follows this line--" | | Documentation: | Line used to separate headers from text in messages being composed. | You can customize this variable. `---- This would probably give me all the info I need to adapt outorg. > On 2014-07-09 at 16:03, Nick Dokos wrote: >> John Kitchin writes: >> >>> Can't you just change your buffer mode to org-mode, compose, change back >>> to message-mode and send? Did you want to do more than that? >>> >> >> ... or, depending on what one wants to do, adding one of the minor modes >> (orgstruct-mode, orgstruct++-mode, orgtbl-mode) to message-mode buffers >> may be enough. -- cheers, Thorsten