From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Org-mode version 5.01 Date: Tue, 03 Jul 2007 11:30:10 -0400 Message-ID: <87d4z95wu5.fsf@gollum.intra.norang.ca> References: <02fd7c0eda862268ec5e7b120b793663@science.uva.nl> <87y7hxlfm7.fsf@gollum.intra.norang.ca> <63a311b3582f329b28f96fc0c3d4dc95@science.uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I5kKo-0004td-Gw for emacs-orgmode@gnu.org; Tue, 03 Jul 2007 11:30:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I5kKn-0004tP-So for emacs-orgmode@gnu.org; Tue, 03 Jul 2007 11:30:33 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I5kKn-0004tM-OB for emacs-orgmode@gnu.org; Tue, 03 Jul 2007 11:30:33 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1I5kKn-0004RD-8H for emacs-orgmode@gnu.org; Tue, 03 Jul 2007 11:30:33 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1I5kKd-0006OR-NO for emacs-orgmode@gnu.org; Tue, 03 Jul 2007 17:30:23 +0200 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([74.119.210.211]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 Jul 2007 17:30:23 +0200 Received: from bernt by cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 Jul 2007 17:30:23 +0200 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 On Jul 3, 2007, at 16:35, Bernt Hansen wrote: > Thanks! I've noticed a change in the agenda since 4.79. I normally > limit the agenda view to a single day using D and in the past the view > remembered this setting. Now in 5.01 C-a a a always goes back to week > view. The old behaviour was more convenient for me. Carsten Dominik writes: > You can change the default by setting > > (setq org-agenda-ndays 1) > > But you are right, it makes sense to make it remember > the change. > > The reason why it does not right now is because 5.01 > also added month and year view, and these are so slow to create > that I don't want this switch to be remembered. But I will > change it back to remember day and week view. That makes sense. I'll just set this variable in my .emacs for now. I use single day view about 95% of the time and I'd rather switch day-to-week view when I need it instead of constantly switching back to day view. One option for remembering it would be to limit the remembered value to 7 or less. That might feel weird to new org mode users though when it doesn't remember the longer time spans. Thanks for the quick solution :) Bernt