No description
Find a file
Russell Matney 47c0fe9741 docs: add setup note
Docs the need for auth-token and team-name. The Auth token needs to be
generated per user, and can be done in clubhouse.
2018-03-02 16:24:21 -05:00
LICENSE docs: MIT License 2018-03-02 10:44:48 -05:00
org-clubhouse.el feat: create-story region supported 2018-03-02 15:52:18 -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>")