[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Calc: Multiply time (hours) with a float - solved by updating Or
From: |
Michael Welle |
Subject: |
Re: [O] Calc: Multiply time (hours) with a float - solved by updating Org |
Date: |
Tue, 20 Sep 2016 16:58:06 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
Hello,
Karl Voit <address@hidden> writes:
> * Karl Voit <address@hidden> wrote:
>>
>> | time [h:m:s] | value | product |
>> |--------------+---------+---------|
>> | 09:15:00 | 2.54321 | #ERROR |
>> #+TBLFM: @2$3='(org-time-string-to-hours $1)
>>
>> OK, this is my current issue then.
>>
>> I'm using Org from git/maint version 8.3.4
>> (release_8.3.4-33-gd522fc) and GNU Emacs 24.5.1 (i686-pc-mingw32
>> Windows) as well as Emacs 24.4.1 on GNU/Linux.
>
> I updated to Org-mode version 8.3.4 (release_8.3.4-115-gf46b92):
>
> | time [h:m:s] | value | product |
> |--------------+---------+---------|
> | 09:15:00 | 2.54321 | 9.25 |
>
> #+TBLFM: @2$3='(org-time-string-to-hours $1)
>
> ... now works after Org update.
that's great news.
[...]
> I am so sorry that this took you so much time just because of my
> old code. However, I learned a lot from your comments - Thanks for
> that! :-)
No worries, have fun ;).
Regards
hmw
- Re: [O] Calc: Multiply time (hours) with a float, (continued)
- Re: [O] Calc: Multiply time (hours) with a float, Michael Welle, 2016/09/19
- Re: [O] Calc: Multiply time (hours) with a float, Karl Voit, 2016/09/19
- Re: [O] Calc: Multiply time (hours) with a float, Michael Welle, 2016/09/19
- Re: [O] Calc: Multiply time (hours) with a float, Karl Voit, 2016/09/19
- Re: [O] Calc: Multiply time (hours) with a float, Michael Welle, 2016/09/19
- Re: [O] Calc: Multiply time (hours) with a float, Nick Dokos, 2016/09/19
- Re: [O] Calc: Multiply time (hours) with a float, Michael Welle, 2016/09/19
- Re: [O] Calc: Multiply time (hours) with a float, Karl Voit, 2016/09/20
- Re: [O] Calc: Multiply time (hours) with a float, Bernhard Pröll, 2016/09/19
- Re: [O] Calc: Multiply time (hours) with a float - solved by updating Org, Karl Voit, 2016/09/20
- Re: [O] Calc: Multiply time (hours) with a float - solved by updating Org,
Michael Welle <=