|
@@ -558,7 +558,7 @@ the clocking selection, associated with the letter `d'."
|
|
|
(looking-at
|
|
|
(concat "^[ \t]* " org-clock-string
|
|
|
" \\[\\([0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\}"
|
|
|
- " +\\sw+ +[012][0-9]:[0-5][0-9]\\)\\][ \t]*$")))
|
|
|
+ " +\\sw+\.? +[012][0-9]:[0-5][0-9]\\)\\][ \t]*$")))
|
|
|
(message "Matched %s" (match-string 1))
|
|
|
(setq ts (concat "[" (match-string 1) "]"))
|
|
|
(goto-char (match-end 1))
|