Fix low-high estimates
commitc1558d34d78842ad022963dee591ab963e50053d
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 16 Dec 2014 22:48:41 +0000 (16 23:48 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 16 Dec 2014 22:53:15 +0000 (16 23:53 +0100)
treeac2c8eb1d2e05ba09d0e441e47d48ae2259263ae
parent389274c1c47664d0ba0924507efdf6d09c4e7b4c
Fix low-high estimates

* doc/org.texi (Column attributes): Emphasize estimates format.
  Document degenerate case of plain numbers.
* lisp/org-colview.el (org-columns-compute): Properly sum estimates.
(org-columns-string-to-number): Recognize estimates containing an
unit.
(org-estimate-mean-and-var, org-estimate-print): Allow numbers as
a degenerate case of estimates.

Reported-by: yary <not.com@gmail.com>
<http://permalink.gmane.org/gmane.emacs.orgmode/93505>
doc/org.texi
lisp/org-colview.el