From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Goldman Subject: Re: Re: bug with link following --- a (partial) solution Date: Wed, 22 Sep 2010 13:38:57 -0500 Message-ID: <4C9A4D41.8090403@sift.info> References: <4C7A7E75.2000403@sift.info> <4C7AECF8.1020403@sift.info> <87hbhvb1hn.wl%dmaus@ictsoc.de> <4C8D8E2D.3050704@sift.info> <877hinuzz3.wl%dmaus@ictsoc.de> <87zkv9bqdd.wl%dmaus@ictsoc.de> <4C9A4CA8.9020108@sift.info> Reply-To: rpgoldman@sift.info Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=38152 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OyUDb-0004Wt-MU for emacs-orgmode@gnu.org; Wed, 22 Sep 2010 14:39:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OyUDa-00011K-GO for emacs-orgmode@gnu.org; Wed, 22 Sep 2010 14:38:59 -0400 Received: from mpls.sift.info ([75.146.46.193]:49254) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OyUDa-00011A-Ay for emacs-orgmode@gnu.org; Wed, 22 Sep 2010 14:38:58 -0400 In-Reply-To: <4C9A4CA8.9020108@sift.info> 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: David Maus Cc: Org Mode , Carsten Dominik On 9/22/10 Sep 22 -1:36 PM, Robert Goldman wrote: > On 9/22/10 Sep 22 -1:11 PM, David Maus wrote: >> David Maus wrote: >>> Ah, now I see the problem: For some reason `org-store-link' removes >>> the colon at the end of the headline. I reopended the issue as a bug; >>> setting the aforementioned variable to nil might be considered a >>> temporary work-around. >> >> Okay, pushed a patch to master that should fix this problem. >> `org-store-link' now keeps the headline string intact when storing a >> link. >> >> Could you test if this fixes the problem for you? > > I'm afraid it doesn't seem to. I am attaching a copy of my link-bug.org > file. When I click on the links to "submit through submission site:" or > "Bletch:" headlines, I get the no such link error. D'oh. I'm sorry. I didn't read carefully enough. This DOES fix my problem. The problem is in STORING the link, not in matching. I was misdiagnosing the problem. So when I stored a NEW link, the problem goes away. Sorry. I was not clearly realizing that old links would still be busted. Patch is good! r