syl20bnr / spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
http://spacemacs.org
GNU General Public License v3.0
23.7k stars 4.9k forks source link

Symbol's function definition is void: evil-org-mode in org-mode #9618

Closed robbyoconnor closed 4 years ago

robbyoconnor commented 7 years ago

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:

Observed behaviour: :eyes: :broken_heart:

evil-org-mode is undefined. Expected behaviour: :heart: :smile:

evil-org-mode should be set up.

System Info :computer:

robbyoconnor commented 7 years ago

FYI -- the git revision is ca28bde0497d5c68ceeb4d943630d91caa79b587 - I have a small fix from #9600 which I cherry-picked that should not affect this.

robbyoconnor commented 7 years ago

@Somelauw, should I report this upstream?

Somelauw commented 7 years ago

@robbyoconnor I'm not sure what happened, but if this issue occurs without spacemacs, then sure.

bmag commented 7 years ago

Definitely an upstream bug. The following produces the same evil-org-mode void-function error on Emacs 25.2:

Edit: actually scratch that, I've made an error when trying to reproduce

robbyoconnor commented 7 years ago

@bmag This is apparently Emacs 27 -- I run using the emacs-snapshot ppa and it's tracking master

robbyoconnor commented 7 years ago

I didn't even realize they upped the version

bmag commented 7 years ago

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.

robbyoconnor commented 7 years ago

I don't have access to Emacs 26 anymore...so can't check that sadly...

kostajh commented 7 years ago

Hmm, I'm seeing the same thing on Emacs 25.2 on MacOS.

Somelauw commented 7 years ago

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.

System Info :computer:

Somelauw commented 7 years ago

Here are some questions that might help in tracking this bug down:

github-actions[bot] commented 4 years ago

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!