From mboxrd@z Thu Jan 1 00:00:00 1970 From: Malcolm Matalka Subject: Re: Keep clocktable in hours? Date: Thu, 15 Feb 2018 14:31:58 +0100 Message-ID: <86sha2ml9t.fsf@gmail.com> References: <8637236o4e.fsf@gmail.com> <87lgfu37r7.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44602) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1emJdy-0001yz-TA for emacs-orgmode@gnu.org; Thu, 15 Feb 2018 08:32:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1emJdu-0002nC-R5 for emacs-orgmode@gnu.org; Thu, 15 Feb 2018 08:32:10 -0500 Received: from mail-lf0-x235.google.com ([2a00:1450:4010:c07::235]:34019) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1emJdu-0002mj-JF for emacs-orgmode@gnu.org; Thu, 15 Feb 2018 08:32:06 -0500 Received: by mail-lf0-x235.google.com with SMTP id l191so5381289lfe.1 for ; Thu, 15 Feb 2018 05:32:06 -0800 (PST) In-reply-to: <87lgfu37r7.fsf@gmail.com> 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" To: Eric S Fraga Cc: emacs-orgmode@gnu.org Eric S Fraga writes: > On Thursday, 15 Feb 2018 at 02:24, Malcolm Matalka wrote: >> clocktable tries to be smart and convert hours to days, but in my >> situation it'd actually be nicer if clocktable just kept everything in >> hours. Is this possible? > > Check out org-duration-format. I have mine set to: > > (setq org-duration-format '(("h" . h:mm) ("min" . h:mm))) > > for avoid days being used. Worked like a charm, thanks!