Hi Bastien,

Bastien wrote:
> "Sebastien Vauban" writes:
>
>> Let's come back to time values:
>>
>>   @2$2=1:23;t
>>
>> means, for me, that:
>>
>> - the value 1:23 should be assigned to the cell
>> - that value should be formatted as a fraction.
>>
>> Hence, I'd expect to see `1.38' (and not `0:00').
>
> This works correctly now, thanks.

I confirm that the above case works correctly now, as shown here:

| Task    | HH:MM |
|---------+-------|
| Foo     |  1:23 |
| Bar     |  1.38 |
| Nothing |  0:00 |
#+TBLFM: @2$2=1:23::@3$2=@2$2;t::@4$2=string("0:00")

Thanks.

Best regards,
  Seb

-- 
Sebastien Vauban


Reply via email to