mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-02 14:53:38 -05:00
org-clock-out-remove-zero-time-clocks = t
Reverts 334c309; the original issue was reportedly fixed upstream at some point.
This commit is contained in:
@@ -986,7 +986,9 @@ compelling reason, so..."
|
||||
:config
|
||||
(setq org-clock-persist 'history
|
||||
;; Resume when clocking into task with open clock
|
||||
org-clock-in-resume t)
|
||||
org-clock-in-resume t
|
||||
;; Remove log if task was clocked for 0:00 (accidental clocking)
|
||||
org-clock-out-remove-zero-time-clocks t)
|
||||
(add-hook 'kill-emacs-hook #'org-clock-save))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user