emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Incorrect HTML hyperlink text when `/` used in bibtex key with ox-bi


From: Rob Stewart
Subject: [O] Incorrect HTML hyperlink text when `/` used in bibtex key with ox-bibtex.el
Date: Sat, 11 Apr 2015 15:44:52 +0100

Hi,

When the bibtex key contains a `/` character, the export with
ox-bibtex.el emits an incorrect string (I think) for citing the
reference at the point it is referenced. For example:

\cite{StewartTL11}

Which in the HTML becomes:

[<a href="#StewartTL11">4</a>]

However,

\cite{DBLP:conf/appt/StewartTL11}

Becomes:

[<a href="#DBLP:conf/appt/StewartTL11">DBLP:conf/appt/StewartTL11</a>]

So rather than a link displayed as "[4]" in the HTML, I see
"[DBLP:conf/appt/StewartTL11]".

Having experimented with omitting both `:` and `/`, it looks like it's
the `/` charactes in the bibtex key that makes the difference. Is that
a bug in ox-bibtex.el or bibtex2html?



reply via email to

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