From 5782dd22f6a8f7bc6f37526ecd6875516da30bec Mon Sep 17 00:00:00 2001 From: Szymon Szukalski Date: Thu, 9 Apr 2026 16:49:18 +1000 Subject: Add agenda view for clarify tasks --- README.md | 2 ++ lisp/ss-org.el | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 197cb64..5a4bede 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,8 @@ to `~/org/areas/people/people.org`. The main bindings are: - `C-c a` for the agenda +- `c` inside the agenda dispatcher to show the custom `Clarify items` view for + `CLARIFY` tasks - `C-c c` for capture - `C-c n n` to open or create a Denote note - `C-c n l` to insert a Denote link 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@)")) -- cgit v1.2.3