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

Unable to byte-compile openalex.el #1085

Open csantosb opened 10 months ago

csantosb commented 10 months ago

Using emacs 29.1. After cloning the repository, and using B with dired (dired-do-byte-compile) with the point on openalex.el I get the following error message

Debugger entered--Lisp error: (error "Key sequence a r starts with non-prefix key a")

This is annoying because in disables byte compilation of the remaining files when installing with melpa, for example.

jkitchin commented 10 months ago

This is surely caused by this line: https://github.com/jkitchin/org-ref/blob/master/openalex.el#L345

I don't know what can be done about it though.

If you don't use this library, I suggest either deleting the openalex.el file, or comment out those lines.