diff options
| author | Raúl Benencia <id@rbenencia.name> | 2026-01-05 22:24:57 -0300 |
|---|---|---|
| committer | Raúl Benencia <id@rbenencia.name> | 2026-01-05 22:24:57 -0300 |
| commit | c0d67b0dde3d3acf4df575f482125da3d18b40cc (patch) | |
| tree | 27978cf9661b547fddd4c93f421f86714aaff172 | |
| parent | 61a638e82cd4f98edfb5d823c218248a47b92e67 (diff) | |
Update mode-line when auto-clocking in
| -rw-r--r-- | org-tempus.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/org-tempus.el b/org-tempus.el index dc22e35..d528445 100644 --- a/org-tempus.el +++ b/org-tempus.el @@ -642,6 +642,7 @@ Return non-nil when an auto clock-in occurs." (when (<= since (* 60 org-tempus-auto-clock-in-window-minutes)) (org-tempus--clock-in-last start-time) (org-tempus--reset-auto-clock-state) + (org-tempus--update-mode-line) (org-tempus--notify "Auto clocked in to your last task.") t)))) @@ -657,6 +658,7 @@ Return non-nil when an auto clock-in occurs." (org-with-point-at marker (org-clock-in nil start-time))) (org-tempus--reset-auto-clock-state) + (org-tempus--update-mode-line) (org-tempus--notify "Auto clocked in to your default task.") t)))) |
