org-colview: Refactor low-high estimates
commitc158bf2f1679b1a3d6ab777784ee69e339f382d6
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Wed, 17 Feb 2016 20:35:34 +0000 (17 21:35 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Wed, 17 Feb 2016 21:49:19 +0000 (17 22:49 +0100)
treedab0be5cbc69c4a7f4b276f7befd1c174d86d553
parentc8e7d93bbd990f3879128829957b2d2afcb75924
org-colview: Refactor low-high estimates

* lisp/org-colview.el (org-columns-string-to-number):
(org-columns-number-to-string): Handle estimates.

(org-columns-estimate-combine): Rename this to...
(org-columns--estimate-combine): ... this.

(org-columns-compile-map):
(org-columns-compute): Apply renaming.

(org-estimate-mean-and-var):
(org-estimate-print):
(org-string-to-estimate): Remove functions.

* testing/lisp/test-org-colview.el (test-org-colview/columns-summary):
  Add tests.
lisp/org-colview.el
testing/lisp/test-org-colview.el