From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: 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 Message-ID: References: <20110201115210.6AD9A8783@myhost.localdomain> <87wrlfl1jx.fsf@fastmail.fm> <87sjvzaezr.fsf@keller.adm.naquadah.org> <871v3hjhac.fsf@gnu.org> <8AA3F93A-FFEC-4D8B-941C-22DBD8D05082@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=44678 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnUY7-00030B-21 for emacs-orgmode@gnu.org; Thu, 10 Feb 2011 06:19:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PnUY0-0005iL-KX for emacs-orgmode@gnu.org; Thu, 10 Feb 2011 06:18:53 -0500 Received: from mail-iy0-f169.google.com ([209.85.210.169]:42590) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PnUY0-0005iH-DG for emacs-orgmode@gnu.org; Thu, 10 Feb 2011 06:18:52 -0500 Received: by iyi20 with SMTP id 20so1302014iyi.0 for ; Thu, 10 Feb 2011 03:18:50 -0800 (PST) In-Reply-To: <8AA3F93A-FFEC-4D8B-941C-22DBD8D05082@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: emacs-orgmode@gnu.org Hi Carsten On Thu, Feb 10, 2011 at 10:20, Carsten Dominik 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