From d49a93797489404c89de66cbe596392a10737dc1 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 20 Aug 2024 17:25:45 +0100 Subject: [PATCH] Set org-clock mode line to only show today --- README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 02e9e2e..a8c4ffe 100644 --- a/README.org +++ b/README.org @@ -989,7 +989,8 @@ Configure email with iCalendar event support, to integrate with (use-package org-clock :after org :custom - (org-clock-rounding-minutes 15)) + (org-clock-rounding-minutes 15) + (org-clock-mode-line-total 'today)) (use-package org-duration :after org