From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Allan Webber Subject: BUG: Filtering the agenda can cause actions on the wrong task Date: Fri, 17 Sep 2010 09:36:35 -0500 Message-ID: <87bp7w3098.fsf@dustycloud.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=52536 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Owc39-0007GV-Rl for emacs-orgmode@gnu.org; Fri, 17 Sep 2010 10:36:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Owc38-0003dM-No for emacs-orgmode@gnu.org; Fri, 17 Sep 2010 10:36:27 -0400 Received: from li28-75.members.linode.com ([75.127.72.75]:52095) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Owc38-0003d7-Lm for emacs-orgmode@gnu.org; Fri, 17 Sep 2010 10:36:26 -0400 Received: from grumps (localhost [127.0.0.1]) by li28-75.members.linode.com (Postfix) with ESMTP id 48519C797 for ; Fri, 17 Sep 2010 14:36:25 +0000 (UTC) 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: emacs-orgmode@gnu.org Hello! Say I have a couple of entries on my agenda: life: Sched.25x: TODO Places to notify change of address ccommons: Sched.19x: TODO Public domain mark :work:: My cursor is hovered over the "notify change of address" task. I then filter the agenda to the work tab with "/ work ". Now my cursor is on the "Public domain mark", but if I do any action it'll act on the (now invisible) change of address task. If I press enter, it'll jump to the change of adddress task, if I press t, it'll change the TODO state, etc. I've accidentally mis-closed a few tasks this way... What I'm guessing needs to happen is somehow after the filtering takes place that point needs to *actually* get moved, which I'm guessing it doesn't currently? I'm experiencing this error in git master. Thanks! - Christopher Allan Webber