emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [PATCH 4/4] org-colview: add a FIXME


From: Jan Malakhovski
Subject: [O] [PATCH 4/4] org-colview: add a FIXME
Date: Sun, 25 Oct 2015 12:48:13 +0000

---
 lisp/org-colview.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lisp/org-colview.el b/lisp/org-colview.el
index 1113adc..4f09766 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.5.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]