From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Welle Subject: Re: Calc: Multiply time (hours) with a float Date: Mon, 19 Sep 2016 08:55:48 +0200 Message-ID: <87oa3kqsy3.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> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60484) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1blsUd-0000L9-EC for emacs-orgmode@gnu.org; Mon, 19 Sep 2016 02:55:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1blsUZ-0000sm-62 for emacs-orgmode@gnu.org; Mon, 19 Sep 2016 02:55:54 -0400 Received: from mout.gmx.net ([212.227.17.22]:65016) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1blsUY-0000sf-Sn for emacs-orgmode@gnu.org; Mon, 19 Sep 2016 02:55:51 -0400 Received: from stella.c0t0d0s0.de ([88.66.7.109]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0MJGFi-1bj7L513vu-002qPK for ; Mon, 19 Sep 2016 08:55:49 +0200 Received: from Stella (stella.c0t0d0s0.de [192.168.42.1]) by stella.c0t0d0s0.de (Postfix) with ESMTP id 3A415C4264 for ; Mon, 19 Sep 2016 08:55:48 +0200 (CEST) In-Reply-To: <874m5cs7tq.fsf@luisa.c0t0d0s0.de> (Michael Welle's message of "Mon, 19 Sep 2016 08:49:05 +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, Michael Welle writes: [...] > #+TBLFM: @2$3='(* $2 (org-time-string-to-hours "$1"));L or converting $2 to a number before the calculation should work also, but is more to write ;). Regards hmw