From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: Re: - Bug: [CLOSED ?] Agenda view switches back to week with "g" [7.4] Date: Wed, 26 Jan 2011 18:19:07 +0100 Message-ID: References: <83lj3i10rq.fsf@yahoo.it> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=42225 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pi91X-0003JQ-I3 for emacs-orgmode@gnu.org; Wed, 26 Jan 2011 12:19:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pi91Q-0008Jz-95 for emacs-orgmode@gnu.org; Wed, 26 Jan 2011 12:19:10 -0500 Received: from mail-iy0-f169.google.com ([209.85.210.169]:57977) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pi91Q-0008Jh-5z for emacs-orgmode@gnu.org; Wed, 26 Jan 2011 12:19:08 -0500 Received: by iyj17 with SMTP id 17so691203iyj.0 for ; Wed, 26 Jan 2011 09:19:07 -0800 (PST) In-Reply-To: <83lj3i10rq.fsf@yahoo.it> 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: Giovanni Ridolfi , emacs-orgmode@gnu.org Cc: "Joel J. Adamson" On Wed, Dec 22, 2010 at 12:54, Giovanni Ridolfi wrote: > adamsonj@email.unc.edu (Joel J. Adamson) writes: [...] >> today is Wednesday so pressing "d" brings me the third day of the week. >> I then press >> "g" (org-agenda-redo) =A0which takes me back to week view. [...] > It seems to me that this bug has been fixed. This is still an issue for custom agenda views. With the today's release_7.4-246-g9658a99 and the test config (setq org-agenda-custom-commands '(("x" "test" ((agenda))))) I observe: - `C-c a a' like expected: 1) `d g' stays on "view day" 2) `w f d g' stays on "view day" and also stays on the day of the next we= ek - `C-c a x' is expected by me to do the same as above but it does: 1) `d g' switches back to "view week" 2) `w f d g' switches back to "view week" and changes back to current wee= k Michael