Set org-clock mode line to only show today
This commit is contained in:
parent
9b0b01dd79
commit
d49a937974
|
@ -989,7 +989,8 @@ Configure email with iCalendar event support, to integrate with
|
||||||
(use-package org-clock
|
(use-package org-clock
|
||||||
:after org
|
:after org
|
||||||
:custom
|
:custom
|
||||||
(org-clock-rounding-minutes 15))
|
(org-clock-rounding-minutes 15)
|
||||||
|
(org-clock-mode-line-total 'today))
|
||||||
|
|
||||||
(use-package org-duration
|
(use-package org-duration
|
||||||
:after org
|
:after org
|
||||||
|
|
Loading…
Reference in a new issue