Re: Bug: DOI links are broken in HTML exports

2021-04-18 Thread Nicolas Goaziou
Hello, yarnton--- via "General discussions about Org-mode." writes: > I encountered this bug for the first time a few months ago, when > I first used doi: links. AFAICT Org never implemented export for DOI links. It just provides a way to follow them, as you observed already. I added a rough e

Re: Bug: DOI links are broken in HTML exports

2020-09-23 Thread General discussions about Org-mode.
Thanks Bastien. > Do you use a link abbreviation for doi: links ? > >> 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/.

Re: Bug: DOI links are broken in HTML exports

2020-09-23 Thread Bastien
Hi, yarnton--- via "General discussions about Org-mode." writes: > 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 > > --- Do you use a link abbreviation for doi: links ? > When

Bug: DOI links are broken in HTML exports

2020-09-21 Thread General discussions about Org-mode.
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