No description
1d7734ce32
Defines an 'org-clubhouse-update-story-title' interactive function. Can only be invoked if cursor is over the Headline title fixes string-to-int -> string-to-number (unsupported as of Emacs 26) |
||
---|---|---|
LICENSE | ||
org-clubhouse.el | ||
README.org |
Org-Clubhouse
Install
Quelpa
(quelpa '(org-clubhouse
:fetcher github
:repo "urbint/org-clubhouse"))
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>")