Closed squiter closed 6 years ago
I think that's happening because you didn't put org-now.el
in a directory in your load-path
.
@squiter
You can try quelpa-use-package instead! It allows you to install packages from any source.
(use-package org-now
:ensure t
:quelpa
(org-now :repo "alphapapa/org-now" :fetcher github))
P.S. don't forget to install quelpa stuff itself
(use-package quelpa)
(use-package quelpa-use-package)
Feel free to ask if you need anything else.
I'm trying to test your package, but when I run
org-now-refile-to-now
I got the error:command-execute: Cannot open load file: No such file or directory, org-now
.This is my configuration:
I'm using Emacs 26.1 and Org mode 9.1.13.