From 6e612bd64a2a8e6470a84e4dcdb639be9b953d55 Mon Sep 17 00:00:00 2001 From: Raúl Benencia Date: Fri, 9 Jan 2026 08:33:44 -0300 Subject: Set force-mode-line-update Changed org-tempus--update-mode-line to call force-mode-line-update with t so all buffers refresh. This should make the modeline update reliably after org-clock-out, even when the command is invoked from a different buffer. This is useful when clocking out from a different buffer. If it becomes too expensive, I'll look for other solutions. --- org-tempus.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-tempus.el b/org-tempus.el index 6cf9a5f..7ee267f 100644 --- a/org-tempus.el +++ b/org-tempus.el @@ -865,7 +865,7 @@ Return non-nil when an auto clock-in occurs." (setq org-tempus-mode-line-string str)) (org-tempus--maybe-update-dconf (substring-no-properties org-tempus-mode-line-string)) - (force-mode-line-update)) + (force-mode-line-update t)) ;;;###autoload (define-minor-mode org-tempus-mode -- cgit v1.2.3