From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Re: Sending org buffer as mail? Date: Fri, 17 Dec 2010 14:25:04 -0700 Message-ID: <87zks49jip.fsf@gmail.com> References: <4D09C7F2.8020806@gmail.com> <87sjxy168c.fsf@gmail.com> <4D09D3BB.3020508@gmail.com> <87bp4lxl60.fsf@fastmail.fm> <871v5hw5go.fsf@gmail.com> <87zks4sjga.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=53901 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PThqg-0006IJ-Mi for emacs-orgmode@gnu.org; Fri, 17 Dec 2010 16:28:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PThqf-0003XC-A4 for emacs-orgmode@gnu.org; Fri, 17 Dec 2010 16:28:22 -0500 Received: from mail-gx0-f180.google.com ([209.85.161.180]:64969) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PThqf-0003X8-2n for emacs-orgmode@gnu.org; Fri, 17 Dec 2010 16:28:21 -0500 Received: by gxk19 with SMTP id 19so659709gxk.39 for ; Fri, 17 Dec 2010 13:28:20 -0800 (PST) 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: Matt Lundin Cc: Oscar Carlsson , Jeff Horn , emacs-orgmode@gnu.org, Rainer M Krug Thanks, I've just pushed up a new version of org-mime which makes use of this function. The two new externally visible functions are `org-mime-org-buffer-htmlize' (so named for backwards compatability) which will export the current buffer or region to an html/org multipart email. and `org-mime-subtree' which exports the current subtree to an email using the heading, and the mail_to, mail_cc, mail_bcc and mail_fmt headings to construct the email headings for format the subtree Thanks -- Eric Matt Lundin writes: > "Eric Schulte" writes: > >> This looks great, how would you feel about trying to fold this into >> org-mime, or would you mind if I did so. > > I don't mind at all. Thanks for integrating it into org-mime.el! > > Now if only I could figure out how bbdb address completion works; then > we could hook it into org-property-allowed-value-functions. :) > > Best, > Matt