No description
Find a file
Russell Matney 621752ba0e fix: namespace function call to match name
Hotfix - this was not working!
2018-03-02 17:24:59 -05:00
LICENSE docs: MIT License 2018-03-02 10:44:48 -05:00
org-clubhouse.el fix: namespace function call to match name 2018-03-02 17:24:59 -05:00
README.org docs: add setup note 2018-03-02 16:24:21 -05:00

Org-Clubhouse

Simple, unopinionated integration between Emacs's org-mode and the Clubhouse issue tracker

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>")