mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/org: org-clock-out-remove-zero-time-clocks = nil
Half-reverts29f6db6ea
. Hadn't realized this setting would remove the *entire* logbook if you clock out with sub 1m on a task. Mentioned by @d1egoaz in29f6db6
This commit is contained in:
@ -883,9 +883,7 @@ compelling reason, so..."
|
||||
:init
|
||||
(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)
|
||||
org-clock-in-resume t)
|
||||
|
||||
(defadvice! +org--clock-load-a (&rest _)
|
||||
"Lazy load org-clock until its commands are used."
|
||||
|
Reference in New Issue
Block a user