jkitchin / org-ref

org-mode modules for citations, cross-references, bibliographies in org-mode and useful bibtex tools to go with it.
GNU General Public License v3.0
1.35k stars 242 forks source link

`arxiv-get-bibtex-entry-via-arxiv-api` fails for entries with inactive related doi #1108

Closed ahmed-shariff closed 5 months ago

ahmed-shariff commented 5 months ago

When trying to add papers where related DOI is not active, the arxiv-get-bibtex-entry-via-arxiv-api fails.

The error raises from the following lines: https://github.com/jkitchin/org-ref/blob/b1ceadaa5eaa253e9dac223b9f23ce2b4e8e8ab7/org-ref-arxiv.el#L139-L143

A potential solution is to check if the doi-utils-doi-to-bibtex-string fail, if so, use the simple template. If that is a good enough solution, I can submit a PR for it.

jkitchin commented 5 months ago

I would be happy to take a PR.