-
-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error with doi-tils related functions #1119
Comments
bibtex-completion-bibliography can be a string (which I guess your's is set to) or a list. org-ref tries to support both possibilities, but I guess there is a function somewhere that assumes it is a list and yours is not. I wasn't able to reproduce this error by setting my variable to a string though. It is a little weird it comes from bibtex-clean-entry. That is a built in function to emacs, and not part of bibtex-completion at all. one option is to hunt that down so we can fix it. You could edebug doi-utils-add-bibtex-entry-from-doi and step through it to see where that error happens. Another is to make |
Thanks for looking into it. I thought it was a org-ref issue, but now I see it is a bibtex.el issue. sorry about that. The weird thing is that I am setting bibtex-completion-bibliography as a list.
|
It is weird, |
everytime I run functions like doi-utils-add-bibtex-entry-from-doi , i get the following message
"bibtex-clean-entry: Wrong type argument: listp, bibtex-completion-bibliography"
I've been on this configuration file for quite a while which works just fine previously. the issue seems to be caused by a recent update? I could not figure out where it stems from. The bibtex-clean-entry function seems ok.
many thanks.
The text was updated successfully, but these errors were encountered: