-
-
Notifications
You must be signed in to change notification settings - Fork 242
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
Warning with org-ref package related to openalex.el #1110
Comments
The right fix is probably in the commit above. |
The |
I also see an additional warning message |
what are you doing to get these? That is a standard function in org. |
This happens as soon as I launch emacs! |
I pushed a bunch of things to silence some of these warnings. Unless something is not working right though, you can ignore these warnings. |
Just updated to the latest version from MELPA which is
|
these are just annoying warnings. I am not likely to be able to eliminate most of them. |
Is there anyway to suppress warnings only from one package? I'd rather not suppress all warnings. |
I pushed some more commits that suppress a bunch of those I think. |
I was able to suppress these warnings with,
|
Thank you for the wonderful package, it has been working fine until recently. I was earlier using
use-package
, and then moved tostraight.el
for a couple of years and it worked well there too. I recently moved to elpaca and I am unable to get it to work as desired.Even with the most basic config, i.e,
I get the following error,
Warning (comp): /home/bmp/.emacs.d/elpaca/builds/org-ref/openalex.el: Error: Symbol's value as variable is void org-mouse-map
Based on the tests, it seems to be the case that org-keys have to be loaded first before they are referenced. Is there any configuration I can change to suppress this warning?
The text was updated successfully, but these errors were encountered: