From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oscar Carlsson Subject: Re: Re: Sending org buffer as mail? Date: Thu, 16 Dec 2010 11:37:23 +0100 Message-ID: <87ei9i0zrw.fsf@gmail.com> References: <4D09C7F2.8020806@gmail.com> <87sjxy168c.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=56450 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTBDD-0004Pu-V5 for emacs-orgmode@gnu.org; Thu, 16 Dec 2010 05:37:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PTBDC-00028t-SY for emacs-orgmode@gnu.org; Thu, 16 Dec 2010 05:37:27 -0500 Received: from mail-fx0-f48.google.com ([209.85.161.48]:40984) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PTBDC-00028V-MS for emacs-orgmode@gnu.org; Thu, 16 Dec 2010 05:37:26 -0500 Received: by fxm2 with SMTP id 2so2972856fxm.35 for ; Thu, 16 Dec 2010 02:37:25 -0800 (PST) In-Reply-To: (Jeff Horn's message of "Thu, 16 Dec 2010 03:25:16 -0500") 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: Jeff Horn Cc: emacs-orgmode@gnu.org Jeff Horn writes: > On Thu, Dec 16, 2010 at 3:17 AM, Oscar Carlsson > wrote: >> And then, I can send a org-file by attaching it to a mail in Emacs. Try >> C-x m to start a new mail buffer, attach with C-c C-a and send with C-c >> C-c. > > Does this attach the buffer or read it into the message? I thought the > OP wanted to read-in a buffer. There should be a built-in function for > that, but I've never used it. It would attach the file. But inserting the file would be trivial: =M-x insert-file= But I have to admit that's not optimal - it would be better have a macro (or such) that did it for you. Or properties in the org-file in question. Or tell compose-mail that it should include marked text. Oscar