On Wed, Jan 26, 2011 at 18:19, Michael Brand <michael.ch.br...@gmail.com> 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 <jul...@danjou.info>
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

_______________________________________________
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

Reply via email to