From eeff9a51948bc02752437d582c4cf0d6c5a1807f Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 4 Sep 2021 16:16:54 +0200 Subject: [PATCH] Push org-clock-history-lenght to the recommanded maximum The more items are available in the clock history, the easier I can reference them using `db/org-add-link-to-org-clock-select-task`. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 6e8679f..d5f4c54 100644 --- a/init.el +++ b/init.el @@ -942,7 +942,7 @@ (use-package org-clock :commands (org-clock-save) :init (progn - (setq org-clock-history-length 23 + (setq org-clock-history-length 35 org-clock-in-resume t org-clock-into-drawer t org-clock-idle-time nil