emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Broken CUSTOMID links


From: Jambunathan K
Subject: [Orgmode] Broken CUSTOMID links
Date: Fri, 05 Nov 2010 23:23:58 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (windows-nt)

Note the 'H:1' in options line. Export this to HTML. Note that CUSTOMID
link is broken. A snippet of relevant HTML section is attached
below. 

Change 'H:1' to 'H:3' note that there is no more brokenness. 

Possible root cause: When headlines are turned to list 'extra-targets'
are not identified correctly.

(This bug is unrelated to any of the previous internal link bugs that I
have reported)

# Input file

#+OPTIONS:   H:1

* Links
** Targets
   
*** Fuzzy Target
    
*** Target with CUSTOMID
    :PROPERTIES:
    :CUSTOM_ID: aabbccddeeff
    :END:
    
*** Dedicated Target
#   <<Dedicated Target>>    
    
*** <<<Radioed Target>>>
    
** References

*** References to Fuzzy Target
    This is a link to [[Fuzzy Target]].
    
*** References to CUSTOMID links
    This link to  [[#aabbccddeeff][CUSTOMID Target]] is broken.
    
*** References to Dedicated Target
    There is a link to nodesc [[Dedicated Target]] here. There is a link
    to [[Dedicated%20Target][Jump to Dedicated Target]] here.
    
*** References to Radioed Links
    This section has references to Radioed Target. One more reference
    to Radioed Target.



#+begin_src html
  <!-- Headline defined here -->
  <ul>
    <li id="sec-1_1_2">
      <a name="sec-1_1_2" id="sec-1_1_2">
      </a>
      Target with CUSTOMID 
      <br/>
    </li>
  </ul>
  
  <!-- Headline referenced here   -->
  <ul>
    <li id="sec-1_2_2">
      References to CUSTOMID links 
      <br/>
      This link to  
      <a href="#aabbccddeeff">
        CUSTOMID Target
      </a>
      is broken.
    </li>
  </ul>
#+end_src


Jambunathan K.



reply via email to

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