* problem with html export of links
@ 2016-09-26 15:20 Johannes Brauer
2016-09-26 15:36 ` Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Johannes Brauer @ 2016-09-26 15:20 UTC (permalink / raw)
To: emacs-orgmode@gnu.org
Hi!
I have two files.
a.org contains the anchor defined by custom_id property
* headline
:PROPERTIES:
:CUSTOM_ID: anchor
:END:
and
b.org contains the link to a headline in a.org with custom id #anchor
[[file:a.org::#anchor]]
Clicking the link in b.org all works fine. But exporting b.org to html I get
…
b.org contains the link to a headline in a.org with custom id #anchor
</p>
<p>
<a href="a.html#MissingReference">a.html#MissingReference</a>
</p>
...
with #MissingReference instead of #anchor. I cannot figure out, what the failure is.
Johannes
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: problem with html export of links
2016-09-26 15:20 problem with html export of links Johannes Brauer
@ 2016-09-26 15:36 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2016-09-26 15:36 UTC (permalink / raw)
To: Johannes Brauer; +Cc: emacs-orgmode@gnu.org
Hello,
Johannes Brauer <brauer@nordakademie.de> writes:
> I have two files.
>
> a.org contains the anchor defined by custom_id property
>
> * headline
> :PROPERTIES:
> :CUSTOM_ID: anchor
> :END:
>
> and
>
> b.org contains the link to a headline in a.org with custom id #anchor
>
> [[file:a.org::#anchor]]
>
> Clicking the link in b.org all works fine. But exporting b.org to html I get
>
> …
> b.org contains the link to a headline in a.org with custom id #anchor
> </p>
>
> <p>
> <a href="a.html#MissingReference">a.html#MissingReference</a>
> </p>
> ...
> with #MissingReference instead of #anchor. I cannot figure out, what
> the failure is.
You probably need to upgrade Org, as I cannot reproduce the error.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-09-26 15:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-26 15:20 problem with html export of links Johannes Brauer
2016-09-26 15:36 ` Nicolas Goaziou
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.