TINYCHANGE --- lisp/org-colview.el | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/lisp/org-colview.el b/lisp/org-colview.el index b698801..d27abc3 100644 --- a/lisp/org-colview.el +++ b/lisp/org-colview.el @@ -1113,6 +1113,9 @@ display, or in the #+COLUMNS line of the current buffer." ((memq fmt '(checkbox checkbox-n-of-m checkbox-percent)) (if (equal s "[X]") 1. 0.000001)) ((memq fmt '(estimate)) (org-string-to-estimate s)) + ;; FIXME: does this duplicate org-clocksum-string-to-minutes in a most peculiar way? + ;; I can guess that long time ago this used org-hh:mm-string-to-minutes + ;; and all this ugliness derives from that ((string-match (concat "\\([0-9.]+\\) *\\(" (regexp-opt (mapcar 'car org-effort-durations)) "\\)") s) -- 2.6.2