Hi Carsten On Thu, Feb 10, 2011 at 10:20, Carsten Dominik <carsten.domi...@gmail.com> wrote: > I am not sure if I know exactly what the remaining problem is. > Could someone summarize this - I'd be happy to take a look and see if I can > fix it.
Not the summary you asked for but a related issue, could you please also consider the following? * test case: `d g' in custom agenda view 1) emacs -q --eval "(progn \ (global-set-key (kbd \"C-c a\") 'org-agenda) \ (setq org-agenda-custom-commands \ '((\"x\" \"test\" ((agenda))))))" 2) C-c a a d g: `g' stays in "view day" like expected 3) C-c a x d g: `g' changes back to "view week" but I expect it to stay in "view day" like above This is described as "issue part 1)" in this post/thread http://thread.gmane.org/gmane.emacs.orgmode/35403/focus=36776 and like described there was introduced with the commit http://orgmode.org/w/org-mode.git/commitdiff/0d0edd6d21ade8e8617c51e3594ea4e87040e05f * test case: `w f d g' in custom agenda view 1) emacs -q --eval "(progn \ (global-set-key (kbd \"C-c a\") 'org-agenda) \ (setq org-agenda-custom-commands \ '((\"x\" \"test\" ((agenda))))))" 2) C-c a a f d g: `g' stays on the day of the next week like expected 3) C-c a x f d g: `g' does not stay on the day of the next week but is expected to do like above This is described as "issue part 2)" also in this post/thread http://thread.gmane.org/gmane.emacs.orgmode/35403/focus=36776 (unlike the above this is not related with the commit mentioned above) 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