Re: [O] Bug: Mode line face is not updated when clock overruns [9.1.7 (release_9.1.7-466-ga16590.dirty @ /home/luke/elisp/org-mode/lisp/)]

2018-03-06 Thread Nicolas Goaziou
Hello, Luke writes: > The face of the clocked time does not seem to change when the clock > overruns (typically it changes to a red background). > > I'm no lisp expert, but after digging around in the code it looks like > the problem is in org-clock-get-clock-string(): > > 662 (defun org-clo

[O] Bug: Mode line face is not updated when clock overruns [9.1.7 (release_9.1.7-466-ga16590.dirty @ /home/luke/elisp/org-mode/lisp/)]

2018-03-03 Thread Luke
The face of the clocked time does not seem to change when the clock overruns (typically it changes to a red background). I'm no lisp expert, but after digging around in the code it looks like the problem is in org-clock-get-clock-string(): 662 (defun org-clock-get-clock-string () 663