From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Malakhovski Subject: [PATCH] make org-clock-time% respect org-effort-durations and related Date: Sun, 25 Oct 2015 12:48:09 +0000 Message-ID: <1445777293-13909-1-git-send-email-oxij@oxij.org> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35395) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqKj2-0006W1-Ad for emacs-orgmode@gnu.org; Sun, 25 Oct 2015 08:48:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZqKiz-0004Z7-3B for emacs-orgmode@gnu.org; Sun, 25 Oct 2015 08:48:40 -0400 Received: from tricoro.koumakan.jp ([195.154.188.176]:36381) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqKiy-0004YK-T6 for emacs-orgmode@gnu.org; Sun, 25 Oct 2015 08:48:37 -0400 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 Cc: Jan Malakhovski Hi. The first patch here is a must, because it fixes a bug I stumble upoon daily. Middle two are just to make the names consistent. While doing all those changes I read quite a lot of code and the last patch adds a FIXME for a particularly ugly place I'm not sure how to fix (I think don't ever consciously use that code path and I'm not sure what it supposed to do). Cheers, Jan Jan Malakhovski (4): org-clock: make org-clock-time% respect org-effort-durations org: move org-duration-string-to-minutes to a better place rename org-duration-string-to-minutes to org-clocksum-string-to-minutes everywhere org-colview: add a FIXME contrib/lisp/org-depend.el | 2 +- contrib/lisp/ox-taskjuggler.el | 2 +- lisp/org-agenda.el | 2 +- lisp/org-clock.el | 39 +++++++++++++------------------ lisp/org-colview.el | 5 +++- lisp/org.el | 52 +++++++++++++++++++++++------------------- 6 files changed, 51 insertions(+), 51 deletions(-) -- 2.5.3