emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Re: [Accepted] Re: Bug: Jumping to a date in the agenda ch


From: Michael Brand
Subject: Re: [Orgmode] Re: [Accepted] Re: Bug: Jumping to a date in the agenda changes view back to 'day' [7.4 (release_7.4.80.g0e5e5)]
Date: Thu, 10 Feb 2011 12:18:50 +0100

Hi Carsten

On Thu, Feb 10, 2011 at 10:20, Carsten Dominik
<address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]