Hi Sebastian,
I tried that. Now in the published file, the link becomes "pagename#sec-2.1.1", not the ID name. At the same time, when I click on it, it still does not move. :(
Xin
> So, I got a related question is how to jump internally during the info mode?Ahh - got it:
> For example:
>
> In one place I defined:
> :CUSTOM_ID: tab-compare
>
> In another place in the same org file, I want to link to that position by
> [[#tab-compare][table]].
It should be:
[[tab-compare][table]]
without the hash.
Anyway, thanks for your mail. This way I found that I broke the
`prefered ID' stuff (`l' should use the prefered ID, i.e. the custom
id).
Sebastian