summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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@)"))