On Mon, Jan 17 2011, Bernt Hansen wrote: > > Thanks for this patch. I think this fixes the issue I was having with > 'j' in the agenda switching from week-view back to single-day view when > org-agenda-ndays is set to 1. > > There is still a (new?) problem with jumping to today. > > Set the following variable > > (setq org-agenda-start-on-weekday 6) > > | Key Sequence | Notes | > |--------------+------------------------------------------------| > | C-c a a | Display weekly agenda | > | f | Go forward a week | > | d | Display day agenda | > | . | Go to to day - but it goes to Saturday instead | > > This should go to today and not the first day of the week. Attached is a fix for that.