From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: Time calculation: vsum? Date: Mon, 25 Jul 2011 00:03:22 +0200 Message-ID: <4E2C96AA.1090802@christianmoe.com> References: <4E2278C6.1020407@christianmoe.com> <87aac3trrs.fsf@altern.org> 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 eggs.gnu.org ([140.186.70.92]:43092) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ql6ir-0005Gt-Bu for emacs-orgmode@gnu.org; Sun, 24 Jul 2011 18:00:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ql6io-0006x1-Pb for emacs-orgmode@gnu.org; Sun, 24 Jul 2011 18:00:28 -0400 Received: from mars.hitrost.net ([91.185.211.18]:55993) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ql6io-0006gH-Es for emacs-orgmode@gnu.org; Sun, 24 Jul 2011 18:00:26 -0400 In-Reply-To: <87aac3trrs.fsf@altern.org> 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: Bastien Cc: Org Mode Hi, Confirmed, thanks! Yours, Christian On 7/24/11 8:32 PM, Bastien wrote: > Hi Christian, > > Christian Moe writes: > >> Time calculations don't seem to work with vsum (or vmean). >> >> >> | Time | >> |---------| >> | 1:06:00 | >> | 0:52:30 | >> | 2:00:00 | >> |---------| >> | 3 | >> #+TBLFM: @5$1=vsum(@I..@II);T >> >> >> Am I doing something wrong? >> >> Could this be made to work? > > It should work now, thanks for pointing this out. >