From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Bug: Jumping to a date in the agenda changes view back to 'day' [7.4 (release_7.4.80.g0e5e5)] Date: Mon, 17 Jan 2011 17:43:06 +0100 Message-ID: <10856187-1F13-4E34-90AE-B25B2C6EFC83@gmail.com> References: <87ei9a30tx.fsf@norang.ca> <87k4j2e1bb.fsf@noorul.maa.corp.collab.net> <87y67i0z5c.fsf@norang.ca> <87zkr3h3qv.fsf@norang.ca> <257A79BB-86AC-43E5-AE9D-132168283FFB@gmail.com> <87k4i7gz5a.fsf@norang.ca> <8739ord2r4.fsf@norang.ca> <97009C4F-F6B7-4C54-BF3C-B3DE5EF15547@gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=37130 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PesAq-0006bJ-SM for emacs-orgmode@gnu.org; Mon, 17 Jan 2011 11:43:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PesAp-0004r2-Ds for emacs-orgmode@gnu.org; Mon, 17 Jan 2011 11:43:20 -0500 Received: from mail-ew0-f41.google.com ([209.85.215.41]:52959) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PesAp-0004qs-9J for emacs-orgmode@gnu.org; Mon, 17 Jan 2011 11:43:19 -0500 Received: by ewy27 with SMTP id 27so2580176ewy.0 for ; Mon, 17 Jan 2011 08:43:18 -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: Julien Danjou Cc: Bernt Hansen , Org Mode , Noorul Islam K M On Jan 17, 2011, at 5:34 PM, Julien Danjou wrote: > On Mon, Jan 17 2011, Julien Danjou wrote: > >> Attached is a patch that should fix that, even for future use of >> `org-agenda-list' with the span unspecified. :) > > This patch has a side effect for me: my org-agenda-span is set to 14, > and I've no way to reset it without quitting the agenda and requesting > it again. > > I think we miss a keybinding to reset org-agenda-current-span to nil > so > org-agenda-span get used again. > > What do you think? Which key would be fine to reset the span? This should not be done with a key, but automatically in a clever way. It used to work. - Carsten