47c0fe9741
Docs the need for auth-token and team-name. The Auth token needs to be generated per user, and can be done in clubhouse.
844 B
844 B
Org-Clubhouse
Install
Quelpa
(quelpa! '(org-clubhouse
:fetcher github
:repo "urbint/org-clubhouse"
:files ("*")))
DOOM Emacs
;; in packages.el
(package! org-clubhouse
:recipe (:fetcher github
:repo "urbint/org-clubhouse"
:files ("*")))
;; in config.el
(def-package! org-clubhouse)
Setup
Once setup, you'll need to set two global config vars.
(setq org-clubhouse-auth-token "<your-token>"
org-clubhouse-team-name "<your-team-name>")