From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: gnus-summary-move-article and org-store-link Date: Thu, 15 May 2014 11:42:44 +0200 Message-ID: <87oayztm23.fsf@bzg.ath.cx> References: <874n0tfgzx.fsf@quasar.esben-stien.name> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46935) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WksBk-0007Nw-Iw for emacs-orgmode@gnu.org; Thu, 15 May 2014 05:43:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WksBc-0007WN-GL for emacs-orgmode@gnu.org; Thu, 15 May 2014 05:42:56 -0400 Received: from mail-we0-x236.google.com ([2a00:1450:400c:c03::236]:63119) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WksBc-0007WC-9h for emacs-orgmode@gnu.org; Thu, 15 May 2014 05:42:48 -0400 Received: by mail-we0-f182.google.com with SMTP id t60so773664wes.41 for ; Thu, 15 May 2014 02:42:47 -0700 (PDT) In-Reply-To: <874n0tfgzx.fsf@quasar.esben-stien.name> (Esben Stien's message of "Wed, 14 May 2014 00:31:14 +0200") 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: Esben Stien Cc: emacs-orgmode@gnu.org Hi Esben, Esben Stien writes: > Any way I could do this? You can use this in .gnus.el: (gnus-registry-initialize) (setq gnus-refer-article-method '(current (nnregistry))) this way, following Gnus links will find the message-id based on the registry, and you can safely move articles around. -- Bastien