From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: clocktable question [9.1.6 (9.1.6-dist @ /Users/savoie/tmp/org-bug/org-9.1.6/lisp/)] Date: Tue, 09 Jan 2018 19:56:06 +0100 Message-ID: <87po6i3lq1.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46969) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eYz4I-0005yR-Cn for emacs-orgmode@gnu.org; Tue, 09 Jan 2018 13:56:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eYz4E-0001LO-EG for emacs-orgmode@gnu.org; Tue, 09 Jan 2018 13:56:14 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:47507) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eYz4E-0001Hx-86 for emacs-orgmode@gnu.org; Tue, 09 Jan 2018 13:56:10 -0500 Received: from saiph.selenimh (000043010000000000000469.ipv6.commingeshautdebit.fr [IPv6:2a03:a0a0:0:4301::469]) (Authenticated sender: mail@nicolasgoaziou.fr) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 3198217209D for ; Tue, 9 Jan 2018 19:56:07 +0100 (CET) Received: from ngz by saiph.selenimh with local (Exim 4.89) (envelope-from ) id 1eYz4A-0003yL-IJ for emacs-orgmode@gnu.org; Tue, 09 Jan 2018 19:56:06 +0100 In-Reply-To: (savoie@nsidc.org's message of "Mon, 08 Jan 2018 14:58:15 -0700") 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" Cc: emacs-orgmode@gnu.org Hello, savoie@nsidc.org writes: > - GNU Emacs 25.2.1 (x86_64-apple-darwin13.4.0, NS appkit-1265.21 Version 10.9.5 (Build 13F1911)) of 2017-04-21 > - Org mode version 9.1.6 (9.1.6-10-g0c9329-elpa @ /Users/savoie/.emacs.d/elpa/org-20180108/) > > Having a hard time understanding clocktables. I either have a bug or a > misunderstanding. Why don't my hours off for Wednesday show up when I create a > clocktable starting on Monday at 00 and ending on Wednesday at 23:59 if I use :step? > > I expect that when I have clock stamp: > CLOCK: [2017-12-27 Wed 08:00]--[2017-12-27 Wed 16:00] => 8:00 > > and I'm generating a clocktable with a start time before the beginning and an > end time after the end, I would see that reflected in the table. > > Below are 4 stanzas. The first are some clocked hours. The second is a clock > table that works as expected. The second and third stanzas seem to exclude the > hours from Wednesday (which I don't expect). I don't know why the 4th stanza > appears as it does. Fixed. Thank you. `org-clocktable-steps' was rounding :tstart and :tend to 00:00. Regards, -- Nicolas Goaziou