Hi Michael, thanks for the test.
Michael Brand <michael.ch.br...@gmail.com> writes: > I just tested your latest change and found an issue which has not been > mentioned in my test cases described earlier in this thread, either > because it was not an issue or I did not take notice of it: > > * test case: open custom agenda view > 1) emacs -q --eval '(progn > (global-set-key (kbd "C-c a") (quote org-agenda)) > (setq org-agenda-custom-commands > (quote (("x" "test" ((agenda)))))))' Note that block agendas are useful in case you want multiple agenda views. In the custom command above, agenda should be enough. > 2) C-c a a: point is on today like expected > 3) C-c a x: point is not on today but is expected to be like above Block agenda can be a mix of todo, todo-tags, agenda, etc. So while I agree you expect the point on today for your specific block agenda, I think leaving the cursor at the beginning of the block agenda buffer is generally a good thing. Thanks, -- Bastien