From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Welle Subject: Re: Calc: Multiply time (hours) with a float - solved by updating Org Date: Tue, 20 Sep 2016 16:58:06 +0200 Message-ID: <87d1jyd3ep.fsf@luisa.c0t0d0s0.de> References: <2016-09-08T10-32-27@devnull.Karl-Voit.at> <2016-09-11T13-43-22@devnull.Karl-Voit.at> <87oa3u1vpn.fsf@luisa.c0t0d0s0.de> <2016-09-18T18-32-24@devnull.Karl-Voit.at> <874m5cs7tq.fsf@luisa.c0t0d0s0.de> <87oa3kqsy3.fsf@luisa.c0t0d0s0.de> <2016-09-19T13-38-25@devnull.Karl-Voit.at> <87a8f4m596.fsf@luisa.c0t0d0s0.de> <2016-09-19T14-57-54@devnull.Karl-Voit.at> <2016-09-20T16-18-01@devnull.Karl-Voit.at> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60763) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmMUy-0007Xd-2k for emacs-orgmode@gnu.org; Tue, 20 Sep 2016 10:58:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmMUt-0005T7-1s for emacs-orgmode@gnu.org; Tue, 20 Sep 2016 10:58:15 -0400 Received: from mout.gmx.net ([212.227.15.19]:60534) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmMUs-0005Qn-PF for emacs-orgmode@gnu.org; Tue, 20 Sep 2016 10:58:11 -0400 Received: from stella.c0t0d0s0.de ([88.66.7.109]) by mail.gmx.com (mrgmx001) with ESMTPSA (Nemesis) id 0MYwVv-1bQcTE20xv-00VeY8 for ; Tue, 20 Sep 2016 16:58:07 +0200 Received: from Stella (stella.c0t0d0s0.de [192.168.42.1]) by stella.c0t0d0s0.de (Postfix) with ESMTP id 6BAF5C4264 for ; Tue, 20 Sep 2016 16:58:06 +0200 (CEST) In-Reply-To: <2016-09-20T16-18-01@devnull.Karl-Voit.at> (Karl Voit's message of "Tue, 20 Sep 2016 16:23:17 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Hello, Karl Voit writes: > * Karl Voit 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