Add someday items agenda view
This commit is contained in:
@@ -47,7 +47,9 @@
|
||||
org-log-done 'time
|
||||
org-agenda-custom-commands '(("d" "Agenda"
|
||||
((agenda "")
|
||||
(tags-todo "-someday-recurring"))))
|
||||
(tags-todo "-someday-recurring")))
|
||||
("s" "Someday Items"
|
||||
((tags-todo "+someday"))))
|
||||
org-todo-keywords '((sequence "TODO(t)" "IN-PROGRESS(p)" "WAIT(w)" "|" "DONE(d)" "KILL(k)"))
|
||||
org-journal-file-type 'weekly
|
||||
org-journal-file-format "%Y-%m-%d.org"
|
||||
|
||||
Reference in New Issue
Block a user