skip done from agenda

This commit is contained in:
Thomas Ruoff
2020-05-03 00:40:32 +02:00
committed by Thomas Ruoff
parent 7f2f035846
commit e8798f5fb3

View File

@@ -24,6 +24,7 @@
(setq org-default-notes-file (concat org-directory "/notes.org"))
(setq org-clock-persist 'history)
(setq org-log-done 'time)
(setq org-agenda-skip-scheduled-if-done t)
(setq org-todo-keywords '((sequence "TODO(t)" "WAIT(w)" "|" "DONE(d)")))
(setq org-capture-templates '(("t" "Personal todo" entry
(file+headline +org-capture-todo-file "Inbox")