emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] [BUG] org-exp.el: Broken Internal Links


From: Jambunathan K
Subject: [Orgmode] [BUG] org-exp.el: Broken Internal Links
Date: Sat, 30 Oct 2010 02:56:32 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (windows-nt)

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


Jambunathan K.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]