From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?RnJhbsOnb2lz?= Allisson Subject: Re: Strange Problem with "org-agenda-redo" Date: Tue, 4 Sep 2012 14:45:24 +0200 Message-ID: <20120904124524.GB9543@debian> References: <87r4qsgvep.fsf@altern.org> <20120829095544.GA31657@debian> <877gsh4mzl.fsf@altern.org> <87txvlh8c3.fsf@altern.org> <20120829184302.GA16986@debian> <874nnlgc9r.fsf@altern.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55476) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8sVL-0002jw-PX for emacs-orgmode@gnu.org; Tue, 04 Sep 2012 08:45:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T8sVF-0001rY-LM for emacs-orgmode@gnu.org; Tue, 04 Sep 2012 08:45:19 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:43228) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8sVF-0001m3-FW for emacs-orgmode@gnu.org; Tue, 04 Sep 2012 08:45:13 -0400 Content-Disposition: inline In-Reply-To: <874nnlgc9r.fsf@altern.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: Org-mode > > Thanks a lot! I confirm that everything works just fine. And not just= as > > before, but better than before: I like the fact that, in a block agen= da > > view, one agenda can move in time independently from another one. I'l= l > > play with that a bit and give you some feedback on it. >=20 > Yes -- also note that `r' and `g' now refresh differently in multi > agendas. `r' keep the temporary parameters for the agenda under the > point, while `g' restore the view from scratch (discard temporary > change in the time span etc.) I think this is useful -- at least > more useful than a half-broken state of multi-agendas handling :) >=20 > --=20 > Bastien >=20 Hi Bastien, After several tests with multiple agendas in a block agenda view, I just found one strange case (or perhaps it is a feature?): When one tries `.' (org-agenda-today) on an agenda that is either in the past or in the future, *and* if another agenda already shows today's day, then the cursor just jump to that other agenda, and does not go to today on the current agenda. Except for that case, all other commands (`f', `b', `r', `g', etc.) and situations work in that context as one would expect them to work. This is nice! Thanks, Fran=C3=A7ois