From mboxrd@z Thu Jan 1 00:00:00 1970 From: Liang Wang Subject: start-day is lost in clock report mode and log mode of custom agenda view Date: Mon, 8 Nov 2010 06:10:20 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=55343 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PFKw8-0001pG-7n for emacs-orgmode@gnu.org; Mon, 08 Nov 2010 01:10:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PFKw7-0001wm-5q for emacs-orgmode@gnu.org; Mon, 08 Nov 2010 01:10:36 -0500 Received: from lo.gmane.org ([80.91.229.12]:46973) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PFKw6-0001wi-SI for emacs-orgmode@gnu.org; Mon, 08 Nov 2010 01:10:35 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PFKw3-0001JK-O1 for emacs-orgmode@gnu.org; Mon, 08 Nov 2010 07:10:33 +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:10:31 +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:10:31 +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 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. The default C-c a a does not have this issue. Thanks, Liang.