On Fri, Jan 28 2011, Michael Brand wrote: > On Wed, Jan 26, 2011 at 18:19, Michael Brand wrote: >> 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 week >> - `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 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 > [...] > ---------------------------------------------------------------------- I think that should be fixed by patch 543 which has been forgotten. Maybe you could try it: http://patchwork.newartisans.com/patch/543/ -- Julien Danjou ❱ http://julien.danjou.info