Skip to content

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

License

Notifications You must be signed in to change notification settings

alexdao3/org-clubhouse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Org-Clubhouse

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

Install

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

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%