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

new file org-ref-extract.el for extracting BibTeX entries from HTML pages #1086

Closed piater closed 10 months ago

piater commented 10 months ago

First shot, as discussed by e-mail. Interactive entry points are called org-ref-extract-from-…; non-interactive helper functions are named with two dashes.

Eager to hear your comments.

I could also provide a generic entry point that dispatches to the above (and more) by analyzing the argument, if you're interested.

jkitchin commented 10 months ago

Seems good, I will merge it and see how it goes.