diff --git a/lisp/org.el b/lisp/org.el index b2f4c0014..4e10d9e68 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -2522,7 +2522,7 @@ Otherwise, return nil." (let ((re (concat "[ \t]*" org-clock-string " *[[<]\\([^]>]+\\)[]>]\\(-+[[<]\\([^]>]+\\)[]>]" "\\([ \t]*=>.*\\)?\\)?")) - ts te h m s) + ts te h m s sign) (cond ((not (looking-at re)) nil)