From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: decimal hours for clocking Date: Fri, 20 Jul 2018 14:16:25 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38446) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fgclJ-0005nn-9k for emacs-orgmode@gnu.org; Fri, 20 Jul 2018 17:16:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fgclI-00089U-EY for emacs-orgmode@gnu.org; Fri, 20 Jul 2018 17:16:29 -0400 Received: from mail-lj1-x22c.google.com ([2a00:1450:4864:20::22c]:36369) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fgclI-00084V-5w for emacs-orgmode@gnu.org; Fri, 20 Jul 2018 17:16:28 -0400 Received: by mail-lj1-x22c.google.com with SMTP id u7-v6so12190875lji.3 for ; Fri, 20 Jul 2018 14:16:27 -0700 (PDT) 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: emacs-orgmode@gnu.org i used to be able to do (setq org-duration-format '(("h" . nil) (special . 2)) to get decimal hours for clocking, like 43.22h meaning 43 hours and 22/60 minutes. in recent org maint, this seems to show up like 2d 11:22. perhaps user error? what i really want is decimal hours for org-clock-display, /but/ hh:mm for modeline clock display. but i'm ok with evaluating the above form when i need to do org-clock-display if it is not possible to specify context.