Simple, unopinionated integration between Emacs’s org-mode and the Clubhouse issue tracker
(quelpa '(org-clubhouse
:fetcher github
:repo "urbint/org-clubhouse"))
;; in packages.el
(package! org-clubhouse
:recipe (:fetcher github
:repo "urbint/org-clubhouse"
:files ("*")))
;; in config.el
(def-package! org-clubhouse)
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>")