On Sat, Oct 30, 2010 at 2:56 AM, Jambunathan K <kjambunat...@gmail.com> wrote: > > See Heading2 for description of the bug. This bug has been there since > time immemorial. > > # 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 > <p> > Link to <a href="#sec-1">Heading1</a> is OK. Link to > <a href="#sec-2">Heading3</a> is broken. To fix this, org-link-search > in org-export-target-internal-links should avoid matching on the > self somehow. > </p> > #+end_src > >
But this is what I get <p> Link to <a href="#sec-1">Heading1</a> is OK. Link to <a href="#sec-3">Heading3</a> is broken. To fix this, org-link-search in org-export-target-internal-links should avoid matching on the self somehow. </p> Thanks and Regards Noorul _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode