Sebastien Vauban wrote:
[...]
> But I'm surprised I did not see any error reported.
This is a feature of org-hh:mm-string-to-minutes:
| Convert a string H:MM to a number of minutes.
| If the string is just a number, interpret it as minutes.
| In fact, the first hh:mm or number in the string wil
Hello,
I was surprised by how 10 minutes was converted to 0.02 hour in a table:
| Tâche | HH:MM | Frac |
|+---+--|
| Avril 2011 | 0:1O | 0.02 |
|+---+--|
|| | 0.02 |
#+TBLFM: $3='(/ (float (org-hh:mm-string-to-minutes $2))
60.);%.2f