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: Fri, 28 Jan 2011 20:55:52 +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=55066 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PiuQI-0007VJ-8U for emacs-orgmode@gnu.org; Fri, 28 Jan 2011 14:56:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PiuQE-00087v-Kh for emacs-orgmode@gnu.org; Fri, 28 Jan 2011 14:55:55 -0500 Received: from mail-iw0-f169.google.com ([209.85.214.169]:50007) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PiuQE-00087p-Hb for emacs-orgmode@gnu.org; Fri, 28 Jan 2011 14:55:54 -0500 Received: by iwn40 with SMTP id 40so4018793iwn.0 for ; Fri, 28 Jan 2011 11:55:53 -0800 (PST) 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: Org Mode Cc: Julien Danjou , "Joel J. Adamson" On Wed, Jan 26, 2011 at 18:19, Michael Brand w= rote: > 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: > =A01) `d g' stays on "view day" > =A02) `w f d g' stays on "view day" and also stays on the day of the next= week > - `C-c a x' is expected by me to do the same as above but it does: > =A01) `d g' switches back to "view week" > =A02) `w f d g' switches back to "view week" and changes back to current = week > > Michael In the meantime I did the git bisect for the issue part 1) which is `d g' switching back from "view day" to "view week": ---------------------------------------------------------------------- $ git describe release_7.3-168-gc3b2977 $ git bisect good [...] $ git describe release_7.3-169-g0d0edd6 $ git bisect bad 0d0edd6d21ade8e8617c51e3594ea4e87040e05f is first bad commit commit 0d0edd6d21ade8e8617c51e3594ea4e87040e05f Author: Julien Danjou Date: Fri Dec 3 16:50:50 2010 +0000 org-agenda: rework ndays and span handling [...] ---------------------------------------------------------------------- >From a first glance I think that this commit can not be broken into parts to bisect it further down and I fear that this commit as a whole is too ambitious for me to contribute more just now. Michael