lang/org: org-clock-in-resume = t, org-clock-out-remove-zero-time-clocks = t

This commit is contained in:
Henrik Lissner 2019-10-20 12:44:46 -04:00
parent 043205b515
commit 29f6db6ead
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -907,7 +907,12 @@ compelling reason, so..."
(use-package! org-clock ; built-in
:commands org-clock-save
:init
(setq org-clock-persist t)
(setq org-clock-persist t
;; Resume when clocking into task with open clock
org-clock-in-resume t
;; Remove log if task ends up with 0:00 on the clock
org-clock-out-remove-zero-time-clocks t)
(defadvice! +org--clock-load-a (&rest _)
"Lazy load org-clock until its commands are used."
:before '(org-clock-in