From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Time calculation: vsum? Date: Sun, 17 Jul 2011 07:53:10 +0200 Message-ID: <4E2278C6.1020407@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 eggs.gnu.org ([140.186.70.92]:40273) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QiKFQ-0005FF-7l for emacs-orgmode@gnu.org; Sun, 17 Jul 2011 01:50:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QiKFP-0005vP-8q for emacs-orgmode@gnu.org; Sun, 17 Jul 2011 01:50:36 -0400 Received: from mars.hitrost.net ([91.185.211.18]:53781) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QiKFP-0005uy-1e for emacs-orgmode@gnu.org; Sun, 17 Jul 2011 01:50:35 -0400 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: Org Mode , Eric Schulte Hi, 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? Yours, Christian