* Incorrect HTML hyperlink text when `/` used in bibtex key with ox-bibtex.el
@ 2015-04-11 14:44 Rob Stewart
0 siblings, 0 replies; only message in thread
From: Rob Stewart @ 2015-04-11 14:44 UTC (permalink / raw)
To: emacs-orgmode
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?
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-04-11 14:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-11 14:44 Incorrect HTML hyperlink text when `/` used in bibtex key with ox-bibtex.el Rob Stewart
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).