emacs-orgmode
[Top][All Lists]
Advanced

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

Bug: DOI links are broken in HTML exports


From: yarnton
Subject: Bug: DOI links are broken in HTML exports
Date: Mon, 21 Sep 2020 19:34:15 +0200 (CEST)

Hi,

I've found a small bug in org-html-export-to-html. Minimal document to reproduce:

---

Foo [fn:1]

* Footnotes

[fn:1] doi:10.1186/s12864-016-2377-z

---

When I export this document to HTML the DOI link gets converted into a broken hyperlink. It should be converted into https://doi.org/10.1186/s12864-016-2377-z as explained in https://www.doi.org/.

Following the link from the org file with C-c C-o works fine, though.

It'd be great if this could get fixed, as DOI links are incredibly helpful when dealing with bibliographic items.

Thanks


reply via email to

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