From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: How to Calculate duration time in Table ? Date: Tue, 21 Jul 2009 23:37:34 +0200 Message-ID: <874ot54t0h.fsf@bzg.ath.cx> References: <5236d6f90907211206y20951c9dtc711cf71afc520e2@mail.gmail.com> <10926.1248205548@alphaville.usa.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MTN1v-0006E1-OJ for emacs-orgmode@gnu.org; Tue, 21 Jul 2009 17:37:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MTN1q-0006DV-AO for emacs-orgmode@gnu.org; Tue, 21 Jul 2009 17:37:46 -0400 Received: from [199.232.76.173] (port=33444 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTN1q-0006DS-45 for emacs-orgmode@gnu.org; Tue, 21 Jul 2009 17:37:42 -0400 Received: from rv-out-0708.google.com ([209.85.198.243]:26712) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MTN1p-0005cs-PB for emacs-orgmode@gnu.org; Tue, 21 Jul 2009 17:37:41 -0400 Received: by rv-out-0708.google.com with SMTP id f25so1408682rvb.6 for ; Tue, 21 Jul 2009 14:37:40 -0700 (PDT) In-Reply-To: <10926.1248205548@alphaville.usa.hp.com> (Nick Dokos's message of "Tue, 21 Jul 2009 15:45:48 -0400") 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: nicholas.dokos@hp.com Cc: emacs-orgmode Nick Dokos writes: > Try the following: > > | Start Date | End Date | Duration | > |------------+------------+----------| > | 2004.08.07 | 2005.07.08 | 335 | > #+TBLFM: $3=(date(<$2>)-date(<$1>)) Nice, I added a note in Worg/org-hacks.org. -- Bastien