-
Notifications
You must be signed in to change notification settings - Fork 49
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
[bug] use aget
without first (require 'assoc)
#79
Comments
Actually it seems assoc is deprecated, so it'd probably be better to just add a definition for aget directly. |
Ermmm..... https://github.com/nicferrier/elnode/blob/master/elnode.el#L59 Yes, assoc is deprecated. Doesn't mean it can't be used though. I have options in kv that I could probably do but I don't have unlimited time. |
Thanks for adding that require, it is not present in the ELPA version of elnode that installs by default (at least as of a week or two ago). These bugs are the result of people trying to install and use org-ehtml through ELPA, a process which I'd like to make painless for non-elisp types. |
Odd. Clearly I haven't done a release for a while as that has been fixed notifications@github.com writes:
|
elnode uses
aget
without first(require 'assoc)
leading to an undefined function error.This was found by Torsten on the Org-mode mailing list.
The text was updated successfully, but these errors were encountered: