From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Ridolfi Subject: Re: CLOCKTABLE multiply time expended by hourly rate? Date: Thu, 21 Jul 2011 13:07:28 +0200 Message-ID: <83sjpzc2of.fsf@yahoo.it> References: <87y5zsws3j.wl%ded-law@ddoherty.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:55978) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qjr6H-0000iE-Eo for emacs-orgmode@gnu.org; Thu, 21 Jul 2011 07:07:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qjr6D-0003dw-EK for emacs-orgmode@gnu.org; Thu, 21 Jul 2011 07:07:29 -0400 Received: from nm15.bullet.mail.ukl.yahoo.com ([217.146.183.189]:45588) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Qjr6D-0003do-4w for emacs-orgmode@gnu.org; Thu, 21 Jul 2011 07:07:25 -0400 In-Reply-To: <87y5zsws3j.wl%ded-law@ddoherty.net> (Daniel E. Doherty's message of "Wed, 20 Jul 2011 16:38:08 -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: "A. Ryan Reynolds" , Org-mode List Daniel E. Doherty writes: > Hi all, > > I am trying to use orgmode to bill for time. My idea is to add a column > that multiplies the elapsed time column by an hourly rate. what about using a minute rate? (/ 50 60.0) 0.83 so: | Argo Status Hearing <2011-06-28 Tue 09:00> | | | 1:09 | 57.27 | | Letter of Discovery Deficiencies | | | 2:48 | 139.44 | #+TBLFM: $5=$4*0.83;Df2 cheers, Giovanni