Skip to content
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

Closed
eschulte opened this issue Oct 17, 2013 · 4 comments
Closed

[bug] use aget without first (require 'assoc) #79

eschulte opened this issue Oct 17, 2013 · 4 comments

Comments

@eschulte
Copy link
Contributor

elnode uses aget without first (require 'assoc) leading to an undefined function error.

This was found by Torsten on the Org-mode mailing list.

@eschulte
Copy link
Contributor Author

Actually it seems assoc is deprecated, so it'd probably be better to just add a definition for aget directly.

@nicferrier
Copy link
Owner

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.

@eschulte
Copy link
Contributor Author

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.

@nicferrier
Copy link
Owner

Odd. Clearly I haven't done a release for a while as that has been fixed
for months.

notifications@github.com writes:

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.


Reply to this email directly or view it on GitHub:
#79 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants