From mboxrd@z Thu Jan 1 00:00:00 1970 From: Liang Wang Subject: Re: start-day is lost in clock report mode and log mode of custom agenda view Date: Mon, 8 Nov 2010 06:25:25 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=56928 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PFLAi-0005Wc-Vf for emacs-orgmode@gnu.org; Mon, 08 Nov 2010 01:25:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PFLAh-0004zY-Ou for emacs-orgmode@gnu.org; Mon, 08 Nov 2010 01:25:40 -0500 Received: from lo.gmane.org ([80.91.229.12]:50494) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PFLAh-0004zT-Bd for emacs-orgmode@gnu.org; Mon, 08 Nov 2010 01:25:39 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PFLAg-0005cg-0U for emacs-orgmode@gnu.org; Mon, 08 Nov 2010 07:25:38 +0100 Received: from 210.13.71.68 ([210.13.71.68]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Nov 2010 07:25:38 +0100 Received: from netcasper by 210.13.71.68 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Nov 2010 07:25:38 +0100 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 Liang Wang gmail.com> writes: > > > Hi, > > I have a custom agenda view like this, > > ("g" "Calendar" > ((agenda "" ((org-agenda-ndays 1) > (org-deadline-warning-days 7))))) > > When I press R to show clock report or l to show log mode, it always > goes to today. So I get information about today but this is not what > I want. It seems that start-day information is lost for this custom > agenda view. Let me make it clear. For example, I'm look at 2010-11-01 in this custom agenda view. I want to look at clock report so I press R. But this custom agenda view goes to today. For me, it's 2010-11-08. I have to go back manually to 2010-11-01 to see clock report.