Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 979 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 979 Bytes

License GPL 3

org-clock-today for emacs

Minor mode to show the total clocked time of the current day in the mode line.

org-clock-today screenshot

Installation

org-clock-today is available as a MELPA package: M-x package-install [RET] org-clock-today [RET]

Customization

The default org clock mode line will still be shown by default but can be hidden by setting the variable org-clock-today-hide-default-org-clock-mode-line to non-nil.

Usage

  • Enable the mode globally with (org-clock-today-mode 1).
  • When you clock in, the total of today will be visible in the mode line and will be refreshed every minute.
  • When you clock out, the total will be hidden.