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.64k stars 4.89k forks source link

`org-store-link` does not work after upgrade #14030

Closed cartoonist closed 3 years ago

cartoonist commented 3 years ago

Description :octocat:

After pulling the latest commit on develop branch, I can no longer store links to email messages in mu4e with org-store-link. It gets this error message:

user-error: No method for storing a link from this buffer

Reproduction guide :beetle:

Observed behaviour: :eyes: :broken_heart: It does not store the link and gets No method for storing a link from this buffer.

Expected behaviour: :heart: :smile: It should store the link to the selected message.

System Info :computer:

cartoonist commented 3 years ago

Apparently, calling (require 'org-mu4e) in the configuration resolves the issue.