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 00:58:24 +0200 Message-ID: <87d3gzuvzj.fsf@gnu.org> References: <87y5zsws3j.wl%ded-law@ddoherty.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:55324) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ql7cb-0006yT-Mb for emacs-orgmode@gnu.org; Sun, 24 Jul 2011 18:58:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ql7ca-0007Fk-HF for emacs-orgmode@gnu.org; Sun, 24 Jul 2011 18:58:05 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:53103) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ql7ca-0007Fg-7G for emacs-orgmode@gnu.org; Sun, 24 Jul 2011 18:58:04 -0400 Received: by wwf22 with SMTP id 22so2865894wwf.30 for ; Sun, 24 Jul 2011 15:58:03 -0700 (PDT) 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: Org-mode List Hi Daniel, Daniel E. Doherty writes: > | Headline | Time | | | | > |---------------------------------------------------------------------------+---------+-------+------+-------| > | *Total time* | *28:09* | | | 0 | > |---------------------------------------------------------------------------+---------+-------+------+-------| > | Lawsuit for Debt Against Rose Funding, LLC (1016-cv18431) | 28:09 | | | 0 | > | Activities | | 28:09 | | 0 | > | DONE Activity Log | | | 0:05 | 0 | > | DONE Draft Complaint for Damages | | | 5:40 | 25:4 | > | DONE Meet with Kevin Jones and Elizabeth Bennett re Complaint | | | 0:32 | 0 | > | DONE [#A] Motion for Appointment of Private Process Server | | | 1:24 | 25:12 | > | DONE [#A] File Affidavit of Service with Court | | | 0:25 | 0 | > | [2010-07-27 Tue 11:16] Phone call from Mark Sheister | | | 0:11 | 0 | > | Research regarding compulsory counterclaim, res judicata | | | 1:23 | 50:23 | > | Work on brief in opposition to motion to dismiss. | | | 3:03 | 50 | > | Prepared for Hearing | | | 0:24 | 0 | > | Hearing on Case Status (Div 25:7th Flr) <2010-10-19 Tue 09:00> | | | 0:30 | 0 | > | Hearing on Motion to Dismiss <2010-11-30 Tue 09:00> | | | 1:15 | 10:3 | > | Hearing on Motion to Dismiss <2010-12-21 Tue 09:00> | | | 1:09 | 50:9 | > | Status Hearing <2011-01-25 Tue 09:00> | | | 1:31 | 50:31 | > | Status Hearing <2011-04-26 Tue 09:00> | | | 1:42 | 25:21 | > | Called Kevin [[bbdb:Stacy]]. Left voicemail to call re settlement offer. | | | 0:04 | 0 | > | DONE Call [[bbdb:Sheister]] with counter offer. | | | 0:06 | 0 | > | [#B] Draft Interrogatories for Rose, Swords | | | 4:48 | 25:6 | > | Argo Status Hearing <2011-06-28 Tue 09:00> | | | 1:09 | 50:9 | > | Letter of Discovery Deficiencies | | | 2:48 | 25:12 | > #+TBLFM: $5=$4*50;Df2 > #+END: Please try #+TBLFM: $5=$4*50;T with latest git Org version on this table. It will multiply each HH:MM by 50 and output a HH:MM:SS string. HTH, -- Bastien