From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: On org-clock-table and day-of-the-week Date: Sat, 29 Dec 2012 12:36:42 +0100 Message-ID: <87ip7lay45.fsf@bzg.ath.cx> References: <20121204182740.GB24620@Archie> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50644) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Touic-0006m6-Ky for emacs-orgmode@gnu.org; Sat, 29 Dec 2012 06:36:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Touib-0002GW-O0 for emacs-orgmode@gnu.org; Sat, 29 Dec 2012 06:36:46 -0500 Received: from mail-we0-f182.google.com ([74.125.82.182]:44089) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Touib-0002Fb-I2 for emacs-orgmode@gnu.org; Sat, 29 Dec 2012 06:36:45 -0500 Received: by mail-we0-f182.google.com with SMTP id u54so5364090wey.27 for ; Sat, 29 Dec 2012 03:36:44 -0800 (PST) In-Reply-To: <20121204182740.GB24620@Archie> (Raghavendra D. Prabhu's message of "Tue, 4 Dec 2012 23:57:40 +0530") 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: Raghavendra D Prabhu Cc: emacs-orgmode@gnu.org Hi Raghavendra, Raghavendra D Prabhu writes: > I am using org clock-table to generate reports etc. However, it has > starting day for the week hard-coded as Monday 0:00 (in > org-clock-special-range I believe). It would be nice if this is > configurable much like how org-agenda-start-on-weekday behaves (that > variable has no effect on clock-table though). You can now (in git master) use the :wstart parameter in clocktables. Thanks for suggesting this feature. -- Bastien