From 63797ae271dabdeb2e3bd54e103066e7c9ea4b3c Mon Sep 17 00:00:00 2001 From: Szymon Szukalski Date: Fri, 10 Apr 2026 14:49:13 +1000 Subject: combine daily agenda with questions --- lisp/ss-org.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lisp') diff --git a/lisp/ss-org.el b/lisp/ss-org.el index 88590fa..fc8fc9b 100644 --- a/lisp/ss-org.el +++ b/lisp/ss-org.el @@ -266,7 +266,11 @@ This is for significant navigation points only and clears forward history." org-hide-emphasis-markers t org-agenda-search-headline-for-time t org-agenda-custom-commands - '(("c" "Clarify items" todo "CLARIFY")) + '( + ("d" "Daily Agenda" + ((agenda "") + (todo "CLARIFY" + ((org-agenda-overriding-header "Open Questions")))))) org-todo-keywords '((sequence "TODO(t)" "CLARIFY(c)" "WAIT(w@/!)" "|" "DONE(d)" "CANCELLED(x@)")) -- cgit v1.2.3