From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Sending org-mode nodes Date: Thu, 19 Nov 2009 10:26:52 -0700 Message-ID: References: <87aayjaih8.fsf@dasa3.iem.pw.edu.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NBAmf-0005TA-Pc for emacs-orgmode@gnu.org; Thu, 19 Nov 2009 12:27:05 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NBAma-0005MG-Gv for emacs-orgmode@gnu.org; Thu, 19 Nov 2009 12:27:04 -0500 Received: from [199.232.76.173] (port=49897 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBAmZ-0005Lb-T6 for emacs-orgmode@gnu.org; Thu, 19 Nov 2009 12:27:00 -0500 Received: from mail-px0-f192.google.com ([209.85.216.192]:53648) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NBAmY-0002qo-5L for emacs-orgmode@gnu.org; Thu, 19 Nov 2009 12:26:58 -0500 Received: by pxi30 with SMTP id 30so1615821pxi.14 for ; Thu, 19 Nov 2009 09:26:56 -0800 (PST) In-Reply-To: <87aayjaih8.fsf@dasa3.iem.pw.edu.pl> (lukasz stelmach's message of "Wed, 18 Nov 2009 17:46:43 +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: lukasz.stelmach@iem.pw.edu.pl Cc: emacs-orgmode@gnu.org lukasz.stelmach@iem.pw.edu.pl writes: > Hello. > > I've just made a note which I would like to send (with its attachment) > via email. Is it possible? I mean, I would like to select a node (C-c @) > and then few keystrokes more and have the letter sent or at least opened > in a mail composing window with the subject set to the title of the > note, attachments attached and waiting for me to choose an addressee. Perhaps rather than pushing the actual mail sending into an org-mode function this could be handled as a new export target. Something like org-export-as-email or org-export-as-html-mail, which could export the org-mode buffer (or narrowed subtree -- read "node") to a message buffer from which it could be easily sent. Such an export function could be the appropriate place to handle attachments, html conversion, etc...