summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien <bzg@gnu.org>2021-05-15 16:19:22 +0200
committerBastien <bzg@gnu.org>2021-05-15 16:19:22 +0200
commitf4b0ce243c9680313617f12e1018136fa3d5db40 (patch)
tree8847314a21d30d166a4e1ac3bbb02e20587afed2
parentbab1b26eb1da0b2d9f574a8cbc313ee00757742d (diff)
parent307e722dd9947aefd3c1e03452f5913bf9d68bfe (diff)
downloadorg-mode-f4b0ce243c9680313617f12e1018136fa3d5db40.tar.gz
Merge branch 'maint'
-rw-r--r--lisp/org-agenda.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 95848ab..bf917d3 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -6059,7 +6059,7 @@ See also the user option `org-agenda-clock-consistency-checks'."
'((:background "DarkRed") (:foreground "white"))))
issue face m te ts dt ov)
(goto-char (point-min))
- (while (re-search-forward " Clocked: +(-\\|\\([0-9]+:[0-9]+\\))" nil t)
+ (while (re-search-forward " Clocked: +(\\(?:-\\|\\([0-9]+:[0-9]+\\)\\))" nil t)
(setq issue nil face def-face)
(catch 'next
(setq m (org-get-at-bol 'org-marker)