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:
parent
3f6dfe8eac
commit
334c309ae7
1 changed files with 1 additions and 3 deletions
|
@ -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."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue