Compare commits
1 Commits
6e27807f22
...
d4a2293ca7
| Author | SHA1 | Date | |
|---|---|---|---|
| d4a2293ca7 |
@@ -47,7 +47,9 @@
|
|||||||
org-log-done 'time
|
org-log-done 'time
|
||||||
org-agenda-custom-commands '(("d" "Agenda"
|
org-agenda-custom-commands '(("d" "Agenda"
|
||||||
((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-todo-keywords '((sequence "TODO(t)" "IN-PROGRESS(p)" "WAIT(w)" "|" "DONE(d)" "KILL(k)"))
|
||||||
org-journal-file-type 'weekly
|
org-journal-file-type 'weekly
|
||||||
org-journal-file-format "%Y-%m-%d.org"
|
org-journal-file-format "%Y-%m-%d.org"
|
||||||
|
|||||||
Reference in New Issue
Block a user