alpha-org icon indicating copy to clipboard operation
alpha-org copied to clipboard

M-SPC is undefined

Open anthrolisp opened this issue 6 years ago • 5 comments

I've managed to install alpha-org, but the M-SPC key bindings are not working (says "M-SPC is undefined"). I know it's installed since I can call the various packages like org-tree manually through M-x. Any ideas?

anthrolisp avatar Oct 22 '19 03:10 anthrolisp

That would probably indicate that the package hasn't been loaded, so I'm guessing that you didn't install it according to the example in the readme.

alphapapa avatar Oct 22 '19 05:10 alphapapa

@anthrolisp Can you confirm that you installed it according to the directions in the readme?

alphapapa avatar Oct 28 '19 17:10 alphapapa

I added the following to my init.el

(use-package quelpa) (use-package quelpa-use-package :ensure t)

;; Handle the `use-package-always-ensure' setting (quelpa-use-package-activate-advice)

(use-package alpha-org :quelpa (alpha-org :fetcher github :repo "alphapapa/alpha-org"))

With that, I'm able to call and use both org-sidebar and org-ql-search through M-x. But the keybinding M-SPC remains undefined.

anthrolisp avatar Nov 09 '19 00:11 anthrolisp

Maybe update the README with instructions on how to install this configuration with a vanilla emacs, something that could be copy and pasted directed into an init? Thanks again for all of your help!

anthrolisp avatar Nov 09 '19 00:11 anthrolisp

When I run the sandbox instance, I get the following error when I try to manually load the =alpha-org.el= library.

Loading /alpha-org/alpha-org.el (source)... eval-buffer: Cannot open load file: No such file or directory, use-package

anthrolisp avatar Nov 09 '19 00:11 anthrolisp