lang/org: org-clock-out-remove-zero-time-clocks = nil

Half-reverts 29f6db6ea. Hadn't realized this setting would remove
the *entire* logbook if you clock out with sub 1m on a task.

Mentioned by @d1egoaz in 29f6db6
This commit is contained in:
Henrik Lissner 2019-10-24 15:03:17 -04:00
parent 3f6dfe8eac
commit 334c309ae7
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -883,9 +883,7 @@ compelling reason, so..."
:init :init
(setq org-clock-persist t (setq org-clock-persist t
;; Resume when clocking into task with open clock ;; Resume when clocking into task with open clock
org-clock-in-resume t 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 _) (defadvice! +org--clock-load-a (&rest _)
"Lazy load org-clock until its commands are used." "Lazy load org-clock until its commands are used."