From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Re: Sending org buffer as mail? Date: Thu, 16 Dec 2010 11:20:31 -0700 Message-ID: <8762utmvf4.fsf@gmail.com> References: <4D09C7F2.8020806@gmail.com> <87sjxy168c.fsf@gmail.com> <87ei9i0zrw.fsf@gmail.com> <8739pxq29c.fsf@gmail.com> <80tyidu672.fsf@missioncriticalit.com> <87ei9hn4v9.fsf@gmail.com> <80lj3pu1uq.fsf@missioncriticalit.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=52225 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTIRQ-0002fE-MJ for emacs-orgmode@gnu.org; Thu, 16 Dec 2010 13:20:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PTIRP-0008AZ-Dd for emacs-orgmode@gnu.org; Thu, 16 Dec 2010 13:20:36 -0500 Received: from mail-iy0-f169.google.com ([209.85.210.169]:45833) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PTIRP-0008AS-8H for emacs-orgmode@gnu.org; Thu, 16 Dec 2010 13:20:35 -0500 Received: by iyj17 with SMTP id 17so1860978iyj.0 for ; Thu, 16 Dec 2010 10:20:34 -0800 (PST) In-Reply-To: <80lj3pu1uq.fsf@missioncriticalit.com> (=?utf-8?Q?=22S=C3=A9b?= =?utf-8?Q?astien?= Vauban"'s message of "Thu, 16 Dec 2010 17:19:41 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: =?utf-8?Q?S=C3=A9bastien?= Vauban Cc: emacs-orgmode@gnu.org Hi, This is not implemented yet, but shouldn't be hard to implement starting with the current code base. I encourage anyone who is interested to take a look at org-mime and try their hand at improving it. I'm strapped for time at the moment and probably wont have time to take a look at it, but I do plan to make improvements in the long term. Best -- Eric S=C3=A9bastien Vauban writes: > Eric, > > "Eric Schulte" wrote: >> S=C3=A9bastien Vauban writes: >>> "Eric Schulte" wrote: >>>> Please look at org-mime in the contrib directory. It is designed for >>>> this exact need. Calling `org-mime-org-buffer-htmlize' from within an >>>> Org-mode document will export the document to html, and then place the >>>> html into a mail buffer with appropriate mime configuration, ensuring >>>> things like linked images are handled appropriately. See the worg page >>>> for more information (follow gnus instructions for simple mail use) >>>> http://orgmode.org/worg/org-contrib/org-mime.php >>> >>> Would it be possible to send the headline as text in Gnus' message-mode, >>> keeping the same functionality (mailto, etc.)? >> >> I don't understand what you mean. Do you mean to set the title of an >> Org-mode file as the subject of an email? > > Yes, exactly. Sending a subtree in text, with its headline used as =3DSub= ject=3D. > > And maybe setting accordingly the =3DTo=3D, =3DCc=3D, =3DBCc=3D, if such = are in the > PROPERTY drawer? > > Not that important, but something that could be used quite often... > > Best regards, > Seb