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: Sun, 6 Mar 2011 17:47:45 +0100 Message-ID: References: <20110201115210.6AD9A8783@myhost.localdomain> <87wrlfl1jx.fsf@fastmail.fm> <87r5axa45h.fsf@fastmail.fm> <87tyftlbmk.fsf@fastmail.fm> <871v2k8dgl.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=59838 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PwH7U-0001q3-MM for emacs-orgmode@gnu.org; Sun, 06 Mar 2011 11:47:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PwH7T-0007pb-Bi for emacs-orgmode@gnu.org; Sun, 06 Mar 2011 11:47:48 -0500 Received: from mail-iw0-f169.google.com ([209.85.214.169]:60031) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PwH7T-0007pU-8b for emacs-orgmode@gnu.org; Sun, 06 Mar 2011 11:47:47 -0500 Received: by iwl42 with SMTP id 42so4561489iwl.0 for ; Sun, 06 Mar 2011 08:47:45 -0800 (PST) In-Reply-To: <871v2k8dgl.fsf@gnu.org> 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: Bastien Cc: emacs-orgmode@gnu.org Hi Bastien On Sun, Mar 6, 2011 at 16:40, Bastien wrote: > I finally fixed this bug. =A0Please confirm when you can. =A0And I *reall= y* > hope this time the saga is over :) I just tested your latest change and found an issue which has not been mentioned in my test cases described earlier in this thread, either because it was not an issue or I did not take notice of it: * test case: open custom agenda view 1) emacs -q --eval '(progn (global-set-key (kbd "C-c a") (quote org-agenda)) (setq org-agenda-custom-commands (quote (("x" "test" ((agenda)))))))' 2) C-c a a: point is on today like expected 3) C-c a x: point is not on today but is expected to be like above Michael