From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen <eric@ericabrahamsen.net> Subject: Re: email ui choices? Date: Tue, 14 Jul 2015 19:27:56 +0800 Message-ID: <874ml7vv0j.fsf@ericabrahamsen.net> References: <CAN_Dec-4HY1o_HK4EPV3RxvLsGiu_UvH95X5feAA=GJSAb4Nfw@mail.gmail.com> <20150714084809.GB11584@unser.net> <87lhejvwox.fsf@ericabrahamsen.net> <CAN_Dec8mcpO8TSAkueu2pmADr7+vxYr9sUU=B1MHL4+6R6vn6w@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org> Received: from eggs.gnu.org ([2001:4830:134:3::10]:33264) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <geo-emacs-orgmode@m.gmane.org>) id 1ZEyNi-0002cw-Kq for emacs-orgmode@gnu.org; Tue, 14 Jul 2015 07:28:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <geo-emacs-orgmode@m.gmane.org>) id 1ZEyNe-00077S-Kz for emacs-orgmode@gnu.org; Tue, 14 Jul 2015 07:28:14 -0400 Received: from plane.gmane.org ([80.91.229.3]:36981) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <geo-emacs-orgmode@m.gmane.org>) id 1ZEyNe-000774-EU for emacs-orgmode@gnu.org; Tue, 14 Jul 2015 07:28:10 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from <geo-emacs-orgmode@m.gmane.org>) id 1ZEyNb-0000eb-3W for emacs-orgmode@gnu.org; Tue, 14 Jul 2015 13:28:07 +0200 Received: from 222.128.167.57 ([222.128.167.57]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <emacs-orgmode@gnu.org>; Tue, 14 Jul 2015 13:28:07 +0200 Received: from eric by 222.128.167.57 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <emacs-orgmode@gnu.org>; Tue, 14 Jul 2015 13:28:07 +0200 List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org> List-Unsubscribe: <https://lists.gnu.org/mailman/options/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe> List-Archive: <http://lists.gnu.org/archive/html/emacs-orgmode> List-Post: <mailto:emacs-orgmode@gnu.org> List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help> List-Subscribe: <https://lists.gnu.org/mailman/listinfo/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=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 Matt Price <moptop99@gmail.com> writes: > On Tue, Jul 14, 2015 at 6:51 AM, Eric Abrahamsen <eric@ericabrahamsen.net> wrote: [...] > I've been thinking about it, and I would love to just have a link to the student paper within org itself, and have the attachment added automatically after org-mime-htmlize runs. I'm not sure > exactly how to do that but if I figure it out I will let the group know. I vaguely recall I've seen other people describe such systems so I would appreciate guidance if it's available. I'll include a shameless-plug-cum-general-recommendation: I use org-attach a lot to keep files associated with Org headings, and to me this feels like a natural use-case for that. I wrote a library called Gnorb (in the package manager) that provides some glue-code between Gnus and Org (and BBDB), and there are a few hooks in there that might be useful to you. It sounds like you're digesting quite a bit all at once, so you probably don't want to install all of Gnorb. If you're interested in some of the bits, I might be able to peel those off into separate functions: specifically, taking files from the org-attach directory and attaching them to outgoing emails being sent from an Org heading. I can't promise I could do it cleanly, but I'd be happy to look into it. Eric