From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: How to get rid of clocktable summary time in the form "2d 02:00" Date: Mon, 31 Mar 2014 07:50:19 +0200 Message-ID: <87ioquyl0k.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44022) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUV78-0007HE-4o for emacs-orgmode@gnu.org; Mon, 31 Mar 2014 01:50:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WUV71-0007wC-Ve for emacs-orgmode@gnu.org; Mon, 31 Mar 2014 01:50:29 -0400 Received: from rs249.mailgun.us ([209.61.151.249]:46875) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUV71-0007w8-Qp for emacs-orgmode@gnu.org; Mon, 31 Mar 2014 01:50:23 -0400 In-Reply-To: (Buddy Butterfly's message of "Fri, 28 Mar 2014 18:36:58 +0100") 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: Buddy Butterfly Cc: emacs-orgmode@gnu.org Hi buddy, Buddy Butterfly writes: > I would like to have the summary times in a clocktable be displayed > only in hours, like 48:00 instead of 2d. Or, is it possible to > define that 1d corresponds to 8:00 as a working day? So in the > above example I would rather like to see 5d (workingdays) corresponding > to 40:00. Clocktable counts 1d as 24h (which is right ;-) but not > in business. See `org-time-clocksum-use-effort-durations' and `org-effort-durations' for a start. HTH, -- Bastien