[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] Links in table of contents ?
From: |
Bastien |
Subject: |
[Orgmode] Links in table of contents ? |
Date: |
Thu, 17 May 2007 19:30:58 +0200 |
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (gnu/linux) |
Hi Carsten and list,
consider these headlines :
* [[http://www.test1.com][Test1]]
* [[http://www.test2.com][Test2]]
HTML export will produce a table of content looking like this:
<ul>
<li><a href="#sec-1">[[http://www.test1.com][Test1]]</a></li>
<li><a href="#sec-2">[[http://www.test2.com][Test2]]</a></li>
</ul>
... while i guess we just want the descriptive part of links. Clickable
links are not an option since the toc items are already internal links.
Best,
--
Bastien
- [Orgmode] Links in table of contents ?,
Bastien <=