From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Strange Problem with "org-agenda-redo" Date: Mon, 27 Aug 2012 18:19:10 +0200 Message-ID: <87r4qsgvep.fsf@altern.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T621r-0007bY-2f for emacs-orgmode@gnu.org; Mon, 27 Aug 2012 12:19:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T621l-0006yL-3P for emacs-orgmode@gnu.org; Mon, 27 Aug 2012 12:19:07 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:65366) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T621k-0006yC-T9 for emacs-orgmode@gnu.org; Mon, 27 Aug 2012 12:19:01 -0400 Received: by wibhq4 with SMTP id hq4so2951414wib.12 for ; Mon, 27 Aug 2012 09:19:00 -0700 (PDT) In-Reply-To: (Charles Philip Chan's message of "Sat, 25 Aug 2012 00:01:49 -0400") 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: Charles Philip Chan Cc: Org-mode Hi Charles, Charles Philip Chan writes: > I have a strange problem with "org-agenda-redo" and I hope that someone > can shed some light. I have an Agenda view which contains everything I > need for the day which I leave open all the time. The agenda view > already contains a schedule for the current day. A couple of days ago I > decided to add another block I called "Upcoming Events" which contains a > schedule for the next 6 days (I prefer a separate section, so that I can > easily ignore it rather then having a 7 days block). Everything is > working fine with the exception that after I mark a TODO > (scheduled/deadline) or HABIT as done, all my appointment, habits, > scheduled and deadline items disappear from the view after I save all > Agenda files and force a redisplay (s g). If I quite the view and enter > it again through the dispatcher, everything is displayed again. Mhh... This was a real bug, I had a good sweat on this one. Building agenda blocks didn't behave correctly with multiple (agenda) commands, because it reused the parameters of the last (agenda) command as the default for redoing. This is now fixed. Note that, while fixing this, I added the possibility to change the time span of one block independantly from the other: try `f' in one of your block, it should move to the next day/week and leave the other blocks untouched. Thanks for reporting this! -- Bastien