From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Error using Calc time format in table Date: Sat, 21 Aug 2010 15:32:37 +0200 Message-ID: <4C6FD575.4020300@christianmoe.com> Reply-To: mail@christianmoe.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=34258 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OmoAY-0000P0-8o for emacs-orgmode@gnu.org; Sat, 21 Aug 2010 09:31:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OmoAX-0002hM-3E for emacs-orgmode@gnu.org; Sat, 21 Aug 2010 09:31:34 -0400 Received: from mars.hitrost.net ([91.185.193.39]:45655) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OmoAW-0002h7-TB for emacs-orgmode@gnu.org; Sat, 21 Aug 2010 09:31:33 -0400 Received: from lk.92.63.17.213.dc.cable.static.lj-kabel.net ([92.63.17.213] helo=Celebrian.local) by mars.hitrost.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.71) (envelope-from ) id 1OmoAU-0007m8-KL for emacs-orgmode@gnu.org; Sat, 21 Aug 2010 15:31:30 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode Hi, When I use Calc time format in the spreadsheet, it fails to deal with hours. (Using 7.01trans, pulled today.) E.g. this simple sum gives an error: | 1@ 23' 45" | | 1@ 14' 45" | |------------| | #ERROR | #+TBLFM: @3$1=@1$1+@2$1 But summing just the minutes and seconds works: | 23' 45" | | 14' 45" | |------------| | 0@ 38' 30" | #+TBLFM: @3$1=@1$1+@2$1 I see there's been an issue with the `@' syntax, but it seems to have been solved: http://article.gmane.org/gmane.emacs.orgmode/8520 Am I doing something wrong? Yours, Christian