From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: [PATCH] clock reports: Only include current clocking task when range includes task Date: Sun, 16 May 2010 22:09:05 -0400 Message-ID: <87r5lb9t4u.fsf@gollum.intra.norang.ca> References: <1274061905-8553-1-git-send-email-bernt@norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=57434 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ODplV-0006B3-3Y for emacs-orgmode@gnu.org; Sun, 16 May 2010 22:09:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ODplT-0004x7-Ox for emacs-orgmode@gnu.org; Sun, 16 May 2010 22:09:08 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:57157) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ODplT-0004x3-NF for emacs-orgmode@gnu.org; Sun, 16 May 2010 22:09:07 -0400 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([99.239.148.180] helo=mail.norang.ca) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1ODplT-0006Vu-7A for emacs-orgmode@gnu.org; Mon, 17 May 2010 02:09:07 +0000 In-Reply-To: <1274061905-8553-1-git-send-email-bernt@norang.ca> (Bernt Hansen's message of "Sun\, 16 May 2010 22\:05\:05 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Bernt Hansen writes: > When org-clock-report-include-clocking-task is set we always add the > current clocking task to the clock report. This is incorrect if you > are looking at an agenda clock report for a time range that does not > include the current clocking task (e.g. yesterday or last week). > > Now we only include the current clocking task if the clock report > date range includes the current clocking task start time. > --- > This patch is available at git://git.norang.ca for-carsten Disregard this patch - it has a debug call to (message) in it. New one coming shortly. -Bernt