From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] org-clock: Fix clock report sometimes ignoring hours before :wstart Date: Thu, 05 Oct 2017 16:40:40 +0200 Message-ID: <87k209k68n.fsf@nicolasgoaziou.fr> References: <20171004112628.GE5513@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42456) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e07KQ-0005y3-2P for emacs-orgmode@gnu.org; Thu, 05 Oct 2017 10:40:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e07KM-0007CB-Ut for emacs-orgmode@gnu.org; Thu, 05 Oct 2017 10:40:46 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:59974) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e07KM-0007B7-O4 for emacs-orgmode@gnu.org; Thu, 05 Oct 2017 10:40:42 -0400 Received: from saiph.selenimh (000043010000000000000469.ipv6.commingeshautdebit.fr [IPv6:2a03:a0a0:0:4301::469]) (Authenticated sender: mail@nicolasgoaziou.fr) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 392E7C5A71 for ; Thu, 5 Oct 2017 16:40:40 +0200 (CEST) Received: from ngz by saiph.selenimh with local (Exim 4.89) (envelope-from ) id 1e07KK-00020C-FU for emacs-orgmode@gnu.org; Thu, 05 Oct 2017 16:40:40 +0200 In-Reply-To: <20171004112628.GE5513@gmail.com> (Georgiy Tugai's message of "Wed, 4 Oct 2017 21:56:28 +1030") 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-org Hello, Georgiy Tugai writes: > * lisp/org-clock (org-clocktable-steps): Fix weekly-step clock report > ignoring hours between start of period and start of week, when start > of period is on a day of week numerically less than start of week. > > Clock report now always inserts a "week" starting at the start of > the period, if necessary; all following weeks start on the start of > the week as expected. Thank you. Would you mind adding a test in test-org-clock.el? Regards, -- Nicolas Goaziou