Closed robbyoconnor closed 4 years ago
FYI -- the git revision is ca28bde0497d5c68ceeb4d943630d91caa79b587 - I have a small fix from #9600 which I cherry-picked that should not affect this.
@Somelauw, should I report this upstream?
@robbyoconnor I'm not sure what happened, but if this issue occurs without spacemacs, then sure.
Definitely an upstream bug. The following produces the same evil-org-mode void-function error on Emacs 25.2:
M-x package-install
or equivalentemacs -Q
(package-initialize)
(add-hook 'org-mode-hook 'evil-org-mode)
Edit: actually scratch that, I've made an error when trying to reproduce
@bmag This is apparently Emacs 27 -- I run using the emacs-snapshot ppa and it's tracking master
I didn't even realize they upped the version
Added new label for 27, even though it's probably a long way off. If someone can figure out if this issue affects 26 or just 27 it'd be nice.
I don't have access to Emacs 26 anymore...so can't check that sadly...
Hmm, I'm seeing the same thing on Emacs 25.2 on MacOS.
I've just tried it myself on the latest Emacs snapshot (spacemacs and packages up to date) with a minimal config and was unable to reproduce.
More information on this problem is welcome.
(ivy better-defaults emacs-lisp org)
Here are some questions that might help in tracking this bug down:
(require 'evil-org)
in a scratch buffer (press C-x C-e
)?M-x evil-org-mode
?This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!
Description :octocat:
Getting the following when opening
org-mode
files:run-hooks: Symbol’s function definition is void: evil-org-mode
It seems that evil-org-mode is borked.
Reproduction guide :beetle:
org-mode
Messages
Buffer.Observed behaviour: :eyes: :broken_heart:
evil-org-mode
is undefined. Expected behaviour: :heart: :smile:evil-org-mode
should be set up.System Info :computer: