From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: keeping track of sent emails in org? Date: Mon, 27 Oct 2008 22:59:18 +0100 Message-ID: References: <871vy3tg9x.fsf@wolfram.com> <4905CE30.7040904@gmx.de> <4905D7AD.2090700@gmx.de> <878ws97vrr.fsf@gmail.com> <87skqhivq8.fsf@wolfram.com> <87bpx5iu8i.fsf@wolfram.com> Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kua7Z-000820-IG for emacs-orgmode@gnu.org; Mon, 27 Oct 2008 17:59:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kua7X-00081n-5e for Emacs-orgmode@gnu.org; Mon, 27 Oct 2008 17:59:32 -0400 Received: from [199.232.76.173] (port=45769 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kua7W-00081k-V9 for Emacs-orgmode@gnu.org; Mon, 27 Oct 2008 17:59:31 -0400 Received: from ug-out-1314.google.com ([66.249.92.170]:35141) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kua7V-0006lj-F5 for Emacs-orgmode@gnu.org; Mon, 27 Oct 2008 17:59:30 -0400 Received: by ug-out-1314.google.com with SMTP id 36so89075uga.17 for ; Mon, 27 Oct 2008 14:59:23 -0700 (PDT) In-Reply-To: <87bpx5iu8i.fsf@wolfram.com> 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: Bill White Cc: Emacs-orgmode@gnu.org On Oct 27, 2008, at 10:49 PM, Bill White wrote: > On Mon Oct 27 2008 at 16:35, Carsten Dominik > wrote: > >> On Oct 27, 2008, at 10:17 PM, Bill White wrote: >> >>> On Mon Oct 27 2008 at 13:11, "Eric Schulte" >>> wrote: >>> >>>> Sebastian Rose writes: >>>> >>>>> Hi Bill, >>>>> >>>>> to add links to autgoing mails automatically, adding a link to >>>>> such a >>>>> mail once should be enough, to add the right funciton to your >>>>> 'mail-send-hook' (?? don't no which hook really...) since it's >>>>> just a >>>>> question of the link format. >>>>> >>>> >>>> It seems like this could get complicated as it depends on how/where >>>> you store your sent messages. Also, it looks like org-mode links >>>> rely >>>> on the gnus group, and article id to link back to an article, so >>>> somehow you would need a hook which runs after the sent article has >>>> been saved into a group and given an ID. >>> >>> Ah ha! Something was bugging me about org's links to gnus messages. >> >> Can Gnus in general find messages by message-id? Then it would be >> nice if we could do that. I believe the mhe interface does use >> message-id already, maybe others too. > > I know this link, generated by remember, works from planner: > > [[gnus://nnml:wri.d-wpt/<49062748.8030208@wolfram.com>][E-Mail from > Soandso]] > > And this, generated from Sacha's code, also works from planner: > > [[gnus://nnml:archive.2008-10/<87skqhivq8.fsf@wolfram.com>][Eric > Schulte: Re: %5BOrgmode%5D keeping track of sent emails in org?]] > > (I store this month's outgoing mail in ~/Mail/archive/2008-10) > > > I don't know how planner's gnus:// link works, though. This looks to me that the link needs to know in which group the message is located, so such links will probably get broken when you move the message. So when you create the link in a group, then move it to a different group or folder, does the link then still work? - Carsten