diff options
Diffstat (limited to 'org-tempus.el')
| -rw-r--r-- | org-tempus.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
