From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: org-link and gnus-registry Date: Fri, 23 Nov 2012 16:11:40 +0100 Message-ID: References: <878v9sxwwv.fsf@rub.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35642) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tbuuw-0005uQ-SE for emacs-orgmode@gnu.org; Fri, 23 Nov 2012 10:11:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tbuus-0003oL-Q9 for emacs-orgmode@gnu.org; Fri, 23 Nov 2012 10:11:46 -0500 Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:64342) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tbuus-0003o3-JQ for emacs-orgmode@gnu.org; Fri, 23 Nov 2012 10:11:42 -0500 In-Reply-To: <878v9sxwwv.fsf@rub.de> (Sven Bretfeld's message of "23 Nov 2012 14:37:36 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: Sven Bretfeld Cc: emacs-org "Sven Bretfeld" writes: > As was discussed before in this list, gnus-register is the way to do > this. Otherwise org-link will not find the message after it has gone to > another group. > > This is not working for me. It might have to do with how org-store-links > creates the link. For me the links look like this: > > [[gnus:Stuff#BLU162-ds55E622A1EF424D0BD1F57C95A0@phx.gbl][Email from > Yongbin: Re: Visit]] > > "Stuff" is the name of my INBOX. This means the message-ID contains the > name of the original group. If the message is moved to another group, it > won't be found. It seems that either org-store-link or org-follow-link > does not respect gnus-registry. > > I cannot find the mistake. Can somebody help me? I'm having very mixed results with gnus-registry, and I'm still looking for a better solution. In the meantime: - make sure the message is moved from inside gnus, it seems it's required to be tracked by the registry; - if you cannot get to the message, try to search for it (I use notmuch, which works nicely), figure out the mailbox name, and you can then manually fix the link by changing the mailbox name there. I use stable mailboxes for this: archive is for the current month, otherwise the message is in "old/year/month". Searches and links let me get to messages really easily. Alan