Don't log DONE time in org-mode

At the moment, I don't find these timestamps useful.
This commit is contained in:
William Carroll 2019-04-15 13:21:41 +01:00
parent ef08e2228c
commit 119ea8b6ad

View file

@ -46,7 +46,6 @@
(setq org-todo-keywords (setq org-todo-keywords
'((sequence "TODO" "BLOCKED" "DONE"))) '((sequence "TODO" "BLOCKED" "DONE")))
(setq org-default-notes-file (f-join (getenv "ORG_DIRECTORY") "notes.org")) (setq org-default-notes-file (f-join (getenv "ORG_DIRECTORY") "notes.org"))
(setq org-log-done 'time)
(setq org-agenda-files (list (f-join (getenv "ORG_DIRECTORY") "work.org") (setq org-agenda-files (list (f-join (getenv "ORG_DIRECTORY") "work.org")
(f-join (getenv "ORG_DIRECTORY") "personal.org"))) (f-join (getenv "ORG_DIRECTORY") "personal.org")))
;; TODO: troubleshoot why `wpc/kbds-minor-mode', `wpc/ensure-kbds' aren't ;; TODO: troubleshoot why `wpc/kbds-minor-mode', `wpc/ensure-kbds' aren't