From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Better links to usenet articles Date: Mon, 17 Nov 2008 08:08:34 +0100 Message-ID: References: <87ej1fz9o9.fsf@thinkpad.tsdh.de> <89AB52E4-C245-4BE8-BBAC-C11EF2347CA2@uva.nl> <87wsf6he6u.fsf@thinkpad.tsdh.de> <87skpuhdxn.fsf@thinkpad.tsdh.de> <8C5EB8F8-785F-408A-A54B-5911FFBD68D7@uva.nl> <878wrjmjr6.fsf@thinkpad.tsdh.de> Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L1yos-0002R3-I4 for emacs-orgmode@gnu.org; Mon, 17 Nov 2008 02:46:50 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L1yoq-0002PA-ED for emacs-orgmode@gnu.org; Mon, 17 Nov 2008 02:46:49 -0500 Received: from [199.232.76.173] (port=57238 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L1yoq-0002Ot-18 for emacs-orgmode@gnu.org; Mon, 17 Nov 2008 02:46:48 -0500 Received: from ug-out-1314.google.com ([66.249.92.168]:41794) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L1yop-0006Hl-Jt for emacs-orgmode@gnu.org; Mon, 17 Nov 2008 02:46:47 -0500 Received: by ug-out-1314.google.com with SMTP id 36so407351uga.17 for ; Sun, 16 Nov 2008 23:46:47 -0800 (PST) In-Reply-To: <878wrjmjr6.fsf@thinkpad.tsdh.de> 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: Tassilo Horn Cc: emacs-orgmode@gnu.org On Nov 16, 2008, at 10:41 PM, Tassilo Horn wrote: > Carsten Dominik writes: > > Hi Carsten, > >> is there no way to do this without having to show the headers? Seems >> to be unnecessary overhead... > > I'm not sure. Could you please point me to the location where org > creates the link, then I'll try to figure it out. Hi Tassilo, this happens in org-gnus-store-link, defined in org-gnus.el. - Carsten