diff options
| author | Szymon Szukalski <szymon@szymonszukalski.com> | 2026-04-10 14:49:13 +1000 |
|---|---|---|
| committer | Szymon Szukalski <szymon@szymonszukalski.com> | 2026-04-10 14:49:13 +1000 |
| commit | 63797ae271dabdeb2e3bd54e103066e7c9ea4b3c (patch) | |
| tree | 295bc899915207ea94ca6c8818ec3e8f2fd7a983 /lisp/ss-org.el | |
| parent | f6fc37d74f0b027ea7cfb1c6ff5c9e362d8af465 (diff) | |
Diffstat (limited to 'lisp/ss-org.el')
| -rw-r--r-- | lisp/ss-org.el | 6 |
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@)")) |
