Update todo keywords and capture templates
This commit is contained in:
@@ -47,7 +47,11 @@
|
||||
org-log-done 'time
|
||||
org-agenda-custom-commands '(("d" "Agenda"
|
||||
((agenda "")
|
||||
(tags-todo "-someday-recurring"))))))
|
||||
(tags-todo "-someday-recurring"))))
|
||||
org-todo-keywords '((sequence "TODO(t)" "IN-PROGRESS(p)" "WAIT(w)" "|" "DONE(d)" "KILL(k)"))
|
||||
org-capture-templates
|
||||
'(("t" "Todo" entry (file+headline "~/org/todo.org" "Inbox")
|
||||
"* TODO %? \n %i \n%a" :prepend t))))
|
||||
|
||||
;; (use-package! org-caldav
|
||||
;; :defer t
|
||||
|
||||
Reference in New Issue
Block a user