From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: keeping track of sent emails in org? Date: Wed, 29 Oct 2008 09:56:38 +0100 Message-ID: <78FE502B-5C3D-4B7C-96FE-40AC2E17E19B@uva.nl> References: <871vy3tg9x.fsf@wolfram.com> <4905CE30.7040904@gmx.de> <4905D7AD.2090700@gmx.de> <878ws97vrr.fsf@gmail.com> <87skqhivq8.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 1Kv6r8-0005o7-Q0 for emacs-orgmode@gnu.org; Wed, 29 Oct 2008 04:56:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kv6r7-0005nh-C4 for Emacs-orgmode@gnu.org; Wed, 29 Oct 2008 04:56:45 -0400 Received: from [199.232.76.173] (port=45069 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kv6r7-0005ne-4L for Emacs-orgmode@gnu.org; Wed, 29 Oct 2008 04:56:45 -0400 Received: from ug-out-1314.google.com ([66.249.92.171]:34135) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kv6r6-0005bR-Fg for Emacs-orgmode@gnu.org; Wed, 29 Oct 2008 04:56:44 -0400 Received: by ug-out-1314.google.com with SMTP id 36so592373uga.17 for ; Wed, 29 Oct 2008 01:56:42 -0700 (PDT) In-Reply-To: <87skqhivq8.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: Michael Ekstrand , Ross Patterson , emacs-orgmode Org-Mode 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. In the git version, message ids are now used for links to gnus articles. Could some of you please verify this change? Thanks to Ross and Michael for input, I looked at their code to implement this. - Carsten