From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Bug in Agenda mode? Date: Thu, 29 Apr 2010 17:33:12 +0200 Message-ID: <9FF66EA7-41C4-4292-9185-83164F4E9270@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O7Vjx-0006To-3y for emacs-orgmode@gnu.org; Thu, 29 Apr 2010 11:33:25 -0400 Received: from [140.186.70.92] (port=34466 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7Vju-0006Tg-R2 for emacs-orgmode@gnu.org; Thu, 29 Apr 2010 11:33:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O7Vjt-0003JF-Fk for emacs-orgmode@gnu.org; Thu, 29 Apr 2010 11:33:22 -0400 Received: from ey-out-1920.google.com ([74.125.78.150]:19786) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O7Vjt-0003Iv-AO for emacs-orgmode@gnu.org; Thu, 29 Apr 2010 11:33:21 -0400 Received: by ey-out-1920.google.com with SMTP id 13so517850eye.34 for ; Thu, 29 Apr 2010 08:33:19 -0700 (PDT) In-Reply-To: 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: "J. David Boyd" Cc: emacs-orgmode@gnu.org On Apr 29, 2010, at 4:51 PM, J. David Boyd wrote: > > If I do a C-a a, I see my weekly agenda, starting 'today'. > > Then I can hit 'd', and see today laid out better. Back to 'w', > and I > see the weekly agenda again. > > I can scroll down to tomorrow, hit 'd', and see tomorrow. But when I > hit 'w', I'm back to the week view, but now it starts on tomorrow, and > not today. > > And if I scroll down two days, and hit 'd', then 'w' to come back to > the > week view, I'm misplaced forward 2 days. > > Is this a bug, or 'just the way it works'. I'd never noticed before, > but I don't think I had actually tried that. looks like you have set org-agenda-start-on-weekday to nil. The is works like you describe. If you set it to a number, the week will always start on that day. The problem is that, if you are still in the current week, it might make sense to have the week start at today when you switch back to week view. But when you are further away from today, the week view must be constructed in a way that the day which was last shown in day view is also shown. Since you have opted to have your week view start at whatever weekday is today, Org assumes now that you want a week starting on the last shown day. Hmmmm. I am not sure what would be best here. - Carsten > > I'm using the (release_6.34c.149.gf0f5.dirty) version of org. > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten