From mboxrd@z Thu Jan 1 00:00:00 1970 From: Buddy Butterfly Subject: Re: How to get rid of clocktable summary time in the form "2d 02:00" Date: Tue, 01 Apr 2014 00:59:04 +0200 Message-ID: References: <87ioquyl0k.fsf@bzg.ath.cx> <86vbuuzrfx.fsf@somewhere.org> Reply-To: buddy.butterfly@web.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43814) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUlBg-0002Nm-76 for emacs-orgmode@gnu.org; Mon, 31 Mar 2014 19:00:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WUlBa-0005LC-7u for emacs-orgmode@gnu.org; Mon, 31 Mar 2014 19:00:16 -0400 Received: from plane.gmane.org ([80.91.229.3]:44281) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUlBa-0005Ku-2P for emacs-orgmode@gnu.org; Mon, 31 Mar 2014 19:00:10 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WUlBU-0001Ua-EF for emacs-orgmode@gnu.org; Tue, 01 Apr 2014 01:00:04 +0200 Received: from h1359005.stratoserver.net ([81.169.136.31]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Apr 2014 01:00:04 +0200 Received: from buddy.butterfly by h1359005.stratoserver.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Apr 2014 01:00:04 +0200 In-Reply-To: <86vbuuzrfx.fsf@somewhere.org> 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: emacs-orgmode@gnu.org Am 31.03.2014 10:46, schrieb Sebastien Vauban: > Bastien wrote: >> 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. > > Eventually take a look at related posts: > > - Multiple notions for what's a day > http://lists.gnu.org/archive/html/emacs-orgmode/2012-12/msg01093.html > > - Computations on efforts expressed in days > http://lists.gnu.org/archive/html/emacs-orgmode/2012-05/msg00049.html It looks like this links are describing exactly the same issue. But I still have no clue how to change it. I upgraded to Kubuntu 13.10 from 12.10. This is where the change came in. Ubuntu 13.10 uses Emacs 24.3.1. Will it be fixed in a later version? > > Best regards, > Seb >