gizmomogwai / org-kanban

Kanban table for org-mode
MIT License
238 stars 18 forks source link

Cannot load file via .emacs #1

Closed Louis-Cypher closed 6 years ago

Louis-Cypher commented 6 years ago

I tried to automatically load your marvellous peace of software with:

(with-eval-after-load 'dash (load "org-kanban"))

But sadly that doesn't work. If I load it (at the end of .emacs without the with-eval-statement I get an error indicating that dash is missing)

Would you mind adding a solution for installation to the readme? Or even better providing your software via repository?

Thanks in advance,

Markus

gizmomogwai commented 6 years ago

Thanks for your kind words. I personally use el-get. I guess I can easily come up with a recipe for that. I think you refer to the default elpa repository, or would melpa or marmalada also be acceptable?

I use this on top of my emacs setup has to include more packages as the caskfile shows. https://github.com/gizmomogwai/org-kanban/blob/master/Cask

Louis-Cypher commented 6 years ago

Great Software, kind words ;-)

A recipe would be great. Melpa would be perfect. I already loaded org-brain from there. I'll have a look at el-get soon.

gizmomogwai commented 6 years ago

will try to do melpa .. looks a little bit easier than elpa :)

gizmomogwai commented 6 years ago

I already added an el-get rcp file. But will continue to look into melpa.

gizmomogwai commented 6 years ago

i created a pull request on melpa for a org-kanban recipe, along with fixing the autoloads for dash. i will give you a notice here, as soon as the pull request goes through. then you should be able to test it!

Louis-Cypher commented 6 years ago

Great, thanks a lot! Looking forward to testing...

gizmomogwai commented 6 years ago

from the looks of it, it might take a while until i get into melpa...

gizmomogwai commented 6 years ago

i finally made it into melpa unstable :) now you actually can install org-kanban with package-install :)

gizmomogwai commented 6 years ago

Please give it a try!

Louis-Cypher commented 6 years ago

Sorry that it took me that long to install. Installation worked like a charm after some initial hazzle with dash. Thanks a million times!

gizmomogwai commented 6 years ago

nice ... hope it is in sum more help than hazzle. thanks for the bugreport. it got me motivated to care for a melpa package :)