From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: inserting files within remember templates Date: Wed, 07 Nov 2007 14:39:07 +0000 Message-ID: <87ejf2nmr8.fsf@bzg.ath.cx> References: <20071105181739.GB13544@atlantic.linksys.moosehall> <8A730AEC-45F4-4A2F-BD38-24DEBF937445@science.uva.nl> <20071106163647.GC13544@atlantic.linksys.moosehall> <87wssupypp.fsf@bzg.ath.cx> <20071107095826.GE13544@atlantic.linksys.moosehall> <87ir4ew7d6.fsf@bzg.ath.cx> <20071107125022.GK13544@atlantic.linksys.moosehall> 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 1Ipl7m-0004U1-0G for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 08:39:18 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ipl7k-0004Q3-1Q for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 08:39:17 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ipl7j-0004Pr-Nx for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 08:39:15 -0500 Received: from ik-out-1112.google.com ([66.249.90.181]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ipl7j-0002TS-C9 for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 08:39:15 -0500 Received: by ik-out-1112.google.com with SMTP id c29so1403402ika for ; Wed, 07 Nov 2007 05:39:14 -0800 (PST) In-Reply-To: <20071107125022.GK13544@atlantic.linksys.moosehall> (Adam Spiers's message of "Wed, 7 Nov 2007 12:50:22 +0000") 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: emacs-orgmode@gnu.org Adam Spiers writes: > I suppose it depends on the relative merits of parsing the mail via > the mutt helper (which is Perl in my case) vs. doing it with elisp. In fact, I was not thinking of "parsing" the message. I imagined that the mutt helper would just tell where the message file is, then Emacs would do the job of creating a link by visiting this file, storing all relevant information into the properties of this link, those properties being immediately reusable by a template. > But then, when and how would emacs parse that plist as a > replacement for the normal `org-store-link-props' invocation? This is where a new org-message.el is required, so that you can create links from a message-mode buffer then reuse this link and its properties in a template. But again, I don't know if this approach is more efficient/convenient. It's just because I implemented new link types recently so my mind is a bit (too much?) into it. Best, -- Bastien