From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik 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:55:22 +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 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=56242 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnV7h-0000bT-KB for emacs-orgmode@gnu.org; Thu, 10 Feb 2011 06:55:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PnV7N-000598-VO for emacs-orgmode@gnu.org; Thu, 10 Feb 2011 06:55:26 -0500 Received: from mail-wy0-f169.google.com ([74.125.82.169]:63420) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PnV7N-00058y-PQ for emacs-orgmode@gnu.org; Thu, 10 Feb 2011 06:55:25 -0500 Received: by wyj26 with SMTP id 26so1303542wyj.0 for ; Thu, 10 Feb 2011 03:55:24 -0800 (PST) In-Reply-To: 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: Michael Brand Cc: emacs-orgmode@gnu.org Hi Michael, thanks. - Carsten On Feb 10, 2011, at 12:18 PM, Michael Brand wrote: > Hi Carsten >=20 > 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. >=20 > Not the summary you asked for but a related issue, could you please > also consider the following? >=20 > * 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 >=20 > This is described as "issue part 1)" in this post/thread > http://thread.gmane.org/gmane.emacs.orgmode/35403/focus=3D36776 > and like described there was introduced with the commit > = http://orgmode.org/w/org-mode.git/commitdiff/0d0edd6d21ade8e8617c51e3594ea= 4e87040e05f >=20 > * 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 >=20 > This is described as "issue part 2)" also in this post/thread > http://thread.gmane.org/gmane.emacs.orgmode/35403/focus=3D36776 > (unlike the above this is not related with the commit mentioned = above) >=20 > Michael - Carsten