lang/org: don't persist active clocks
Only their history.
This commit is contained in:
parent
b00f403fda
commit
61aebae782
1 changed files with 1 additions and 1 deletions
|
@ -809,7 +809,7 @@ compelling reason, so..."
|
||||||
org-clock-cancel)
|
org-clock-cancel)
|
||||||
(org-clock-load))
|
(org-clock-load))
|
||||||
:config
|
:config
|
||||||
(setq org-clock-persist t
|
(setq org-clock-persist 'history
|
||||||
;; 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)
|
||||||
(add-hook 'kill-emacs-hook #'org-clock-save))
|
(add-hook 'kill-emacs-hook #'org-clock-save))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue