From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: Re: keeping track of sent emails in org? Date: Mon, 27 Oct 2008 22:45:32 +0100 Message-ID: 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 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KuZuA-0002g0-0R for emacs-orgmode@gnu.org; Mon, 27 Oct 2008 17:45:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KuZu7-0002dK-B6 for Emacs-orgmode@gnu.org; Mon, 27 Oct 2008 17:45:40 -0400 Received: from [199.232.76.173] (port=57162 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuZu7-0002d1-2Z for Emacs-orgmode@gnu.org; Mon, 27 Oct 2008 17:45:39 -0400 Received: from nf-out-0910.google.com ([64.233.182.184]:26291) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KuZu6-0007X3-3N for Emacs-orgmode@gnu.org; Mon, 27 Oct 2008 17:45:38 -0400 Received: by nf-out-0910.google.com with SMTP id c7so914724nfi.26 for ; Mon, 27 Oct 2008 14:45:34 -0700 (PDT) In-Reply-To: (Carsten Dominik's message of "Mon, 27 Oct 2008 22:35:00 +0100") 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: Carsten Dominik Cc: Emacs-orgmode@gnu.org, Bill White Carsten Dominik writes: > 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. gnus-summary-refer-article (message-id) But only from the same group summary it seems. I bet Sacha could have it done in minutes :-;