From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Confused about org-duration-format Date: Mon, 04 Dec 2017 18:45:22 +0100 Message-ID: <877eu28k0d.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49709) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eLuo6-0008DX-HN for emacs-orgmode@gnu.org; Mon, 04 Dec 2017 12:45:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eLuo2-0007Ie-JH for emacs-orgmode@gnu.org; Mon, 04 Dec 2017 12:45:30 -0500 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:56919) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eLuo2-0007Hw-88 for emacs-orgmode@gnu.org; Mon, 04 Dec 2017 12:45:26 -0500 In-Reply-To: (Julian M. Burgos's message of "Mon, 04 Dec 2017 17:21:11 +0000") 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: "Julian M. Burgos" Cc: emacs-orgmode@gnu.org Hello, "Julian M. Burgos" writes: > I do not quite follow how to set up org-duration-format. In particular, > I would like to have my clock tables represented as decimal hours (e.g. > 3.50 h, rather than 3:30 h). I think it would be '(("h" . t) (special . 2)) You can test the output with, e.g. M-: (org-duration-from-minutes 200 '(("h" . t) (special . 2))) Regards, -- Nicolas Goaziou