diff options
Diffstat (limited to 'org-clubhouse.el')
-rw-r--r-- | org-clubhouse.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/org-clubhouse.el b/org-clubhouse.el index 722ccb9e6c55..e4c8daf56a41 100644 --- a/org-clubhouse.el +++ b/org-clubhouse.el @@ -827,7 +827,8 @@ resulting stories at headline level LEVEL." (reject-archived sprint-story-list) "\n")))))) (define-minor-mode org-clubhouse-mode - :init-value nil + "If enabled, updates to the todo keywords on org headlines will update the +linked ticket in Clubhouse." :group 'org :lighter "Org-Clubhouse" :keymap '() |