From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: BUG: named time references problem in formula Date: Mon, 11 May 2015 01:22:52 +0200 Message-ID: <87mw1cggqb.fsf@nicolasgoaziou.fr> References: <86pp6pzzzzmv3x@me.localhost.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45199) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YraXK-0001pb-54 for emacs-orgmode@gnu.org; Sun, 10 May 2015 19:21:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YraXJ-0000eK-4b for emacs-orgmode@gnu.org; Sun, 10 May 2015 19:21:30 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:44759) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YraXI-0000dg-Uh for emacs-orgmode@gnu.org; Sun, 10 May 2015 19:21:29 -0400 In-Reply-To: <86pp6pzzzzmv3x@me.localhost.invalid> (Daniele Pizzolli's message of "Mon, 27 Apr 2015 17:47:14 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Daniele Pizzolli Cc: emacs-orgmode@gnu.org Hello, Daniele Pizzolli writes: > Please have a look at the following ECM: > > * test table with time constant (not working) > :PROPERTIES: > :time_constant: 08:00:00 > :END: > > | month | days | time | > |-------+------+------| > | 01 | 1 | | > | 02 | 3 | | > #+TBLFM: $3=$2*$PROP_time_constant;T > > Pressing C-u C-c C-c over the table shows in the message buffer: > > org-table-eval-formula: Wrong type argument: stringp, (13 "Bad > format") This should be fixed in c0dec9a8bcfd4bf3bceb330348a4d01e35c2ae25. Thank you. Regards, -- Nicolas Goaziou