diff options
| author | Szymon Szukalski <szymon@szymonszukalski.com> | 2026-04-09 16:49:18 +1000 |
|---|---|---|
| committer | Szymon Szukalski <szymon@szymonszukalski.com> | 2026-04-09 16:49:18 +1000 |
| commit | 5782dd22f6a8f7bc6f37526ecd6875516da30bec (patch) | |
| tree | 409a498f82f407e553dd63c199e8cc1b16686af0 /lisp | |
| parent | 63c4618342a96e56af5027f393d458706f9dbfa0 (diff) | |
Add agenda view for clarify tasks
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ss-org.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ss-org.el b/lisp/ss-org.el index e75208d..793ee1d 100644 --- a/lisp/ss-org.el +++ b/lisp/ss-org.el @@ -80,6 +80,8 @@ (setq org-directory ss-org-directory org-hide-emphasis-markers t org-agenda-search-headline-for-time t + org-agenda-custom-commands + '(("c" "Clarify items" todo "CLARIFY")) org-todo-keywords '((sequence "TODO(t)" "CLARIFY(c)" "WAIT(w@/!)" "|" "DONE(d)" "CANCELLED(x@)")) |
