andras-simonyi / citeproc-el

A CSL 1.0.2 Citation Processor for Emacs.
GNU General Public License v3.0
84 stars 9 forks source link

Compatibility with Emacs 29.1 #144

Closed tlkahn closed 11 months ago

tlkahn commented 11 months ago

I ran into the following error when I tried to upgrade to Emacs 29.1 today:

Debugger entered--Lisp error: (file-missing "Cannot open load file" "No such file or directory" "parsebib")
  require(parsebib)
  require(citeproc-itemgetters)
  require(citeproc nil t)

I striped bytecode for readability.

tlkahn commented 11 months ago

My bad. Just need to install it. Closing now.