From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tommy Kelly Subject: Re: org-mode gnus integration across two machines when using nnimap Date: Fri, 26 Nov 2010 12:53:24 -0600 Message-ID: References: <87tyj4x798.fsf@uwo.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=49997 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PM3Qh-0005aH-2c for emacs-orgmode@gnu.org; Fri, 26 Nov 2010 13:53:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PM3Qf-0003jL-Jd for emacs-orgmode@gnu.org; Fri, 26 Nov 2010 13:53:54 -0500 Received: from lo.gmane.org ([80.91.229.12]:32942) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PM3Qf-0003io-Df for emacs-orgmode@gnu.org; Fri, 26 Nov 2010 13:53:53 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PM3Qc-0004n7-PB for emacs-orgmode@gnu.org; Fri, 26 Nov 2010 19:53:50 +0100 Received: from cpe-70-112-150-104.austin.res.rr.com ([70.112.150.104]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Nov 2010 19:53:50 +0100 Received: from tommy.kelly by cpe-70-112-150-104.austin.res.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Nov 2010 19:53:50 +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: emacs-orgmode@gnu.org Cc: ding@gnus.org Dan Christensen writes: > Can you show us what an org-mode hyperlink looks like? Here's the link to your reply to me: [[gnus:gmane.emacs.gnus.general#87tyj4x798.fsf@uwo.ca][Email from Dan Christensen: Re: org-mode gnus integration ]] The [[ ][ ]] combination lets org-mode render it so that you see only the description portion and it is displayed as a clickable link. Clicking (or executing C-c C-o) will move you to the message in Gnus. The reason I assumed there would be a problem is that even if I simply *move* a Gnus article from one group to another, that breaks the link. I got the impression that article labeling is very localized. Tommy