lang/org: don't persist active clocks

Only their history.
This commit is contained in:
Henrik Lissner 2019-11-01 14:45:14 -04:00
parent b00f403fda
commit 61aebae782
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -809,7 +809,7 @@ compelling reason, so..."
org-clock-cancel)
(org-clock-load))
:config
(setq org-clock-persist t
(setq org-clock-persist 'history
;; Resume when clocking into task with open clock
org-clock-in-resume t)
(add-hook 'kill-emacs-hook #'org-clock-save))