From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [BUG] org-exp.el: Broken Internal Links on Fuzzy Match Date: Thu, 03 Feb 2011 18:00:44 +0100 Message-ID: <87zkqdgiir.fsf@gnu.org> References: <81hbg4kz61.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=36253 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pl2Y4-0001pp-PG for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 12:00:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pl2Y0-00022v-8Q for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 12:00:45 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:53879) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pl2Y0-00022K-04 for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 12:00:44 -0500 Received: by wwb17 with SMTP id 17so1344375wwb.30 for ; Thu, 03 Feb 2011 09:00:43 -0800 (PST) In-Reply-To: <81hbg4kz61.fsf@gmail.com> (Jambunathan K.'s message of "Sat, 30 Oct 2010 02:56:32 +0530") 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: Jambunathan K Cc: emacs-orgmode@gnu.org Jambunathan K writes: > (Refiling with added info, Thanks Noorul) > > See Heading2 for description of the bug. This bug has been there since > time immemorial. > > (setq org-link-search-must-match-exact-headline nil) > > # Input Org file > > * Heading1 > > * Heading2 > > Link to [[Heading1]] is OK. Link to [[Heading3]] is broken. To fix this, > org-link-search in org-export-target-internal-links should avoid > matching on the self somehow. > > * Heading3 > > # Buggy HTML Output > > #+begin_src html >

> Link to Heading1 is OK. Link to > Heading3 is broken. To fix this, org-link-search > in org-export-target-internal-links should avoid matching on the > self somehow. >

> #+end_src Fixed, thanks for the detailed report -- Bastien