summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorSzymon Szukalski <szymon@szymonszukalski.com>2026-04-10 14:49:13 +1000
committerSzymon Szukalski <szymon@szymonszukalski.com>2026-04-10 14:49:13 +1000
commit63797ae271dabdeb2e3bd54e103066e7c9ea4b3c (patch)
tree295bc899915207ea94ca6c8818ec3e8f2fd7a983 /lisp
parentf6fc37d74f0b027ea7cfb1c6ff5c9e362d8af465 (diff)
combine daily agenda with questionsHEADmaster
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ss-org.el6
1 files changed, 5 insertions, 1 deletions
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@)"))