From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: CLOCKTABLE multiply time expended by hourly rate? Date: Mon, 25 Jul 2011 23:02:38 +0200 Message-ID: <8762mqjcpd.fsf@gnu.org> References: <87y5zsws3j.wl%ded-law@ddoherty.net> <87d3gzuvzj.fsf@gnu.org> <8762mqwdri.wl%ded-law@ddoherty.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:35714) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlSI7-00050R-AB for emacs-orgmode@gnu.org; Mon, 25 Jul 2011 17:02:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QlSI6-0005ZG-4s for emacs-orgmode@gnu.org; Mon, 25 Jul 2011 17:02:19 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:42017) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlSI5-0005Z7-W8 for emacs-orgmode@gnu.org; Mon, 25 Jul 2011 17:02:18 -0400 Received: by wyg36 with SMTP id 36so3723639wyg.0 for ; Mon, 25 Jul 2011 14:02:16 -0700 (PDT) In-Reply-To: <8762mqwdri.wl%ded-law@ddoherty.net> (Daniel E. Doherty's message of "Mon, 25 Jul 2011 11:01:21 -0500") 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: "Daniel E.Doherty" Cc: Org-mode List Hi Daniel, Daniel E.Doherty writes: > Has the 'T' format specifier messed up the interpretation of column 4 as > a number of minutes for calulation purposes? The 'T' format does this: 1. it converts HH:MM:SS strings to integers (number of seconds) 2. it applies the formulas to these integers 3. it formats the output as HH:MM:SS So I guess you cannot combine it with "f2" -- let me know if combining 'T' and 'f2' is the real problem at hand. Thanks! -- Bastien