From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxi.Matthe@googlemail.com (Maximilian =?utf-8?Q?Matth=C3=A9?=) Subject: [BUG]? org-agenda-filter-by-tag Date: Fri, 10 Dec 2010 16:40:36 +0100 Message-ID: <877hfhws97.fsf@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=50008 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PR56F-0003Ke-Ax for emacs-orgmode@gnu.org; Fri, 10 Dec 2010 10:41:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PR55s-00060o-AX for emacs-orgmode@gnu.org; Fri, 10 Dec 2010 10:41:14 -0500 Received: from lo.gmane.org ([80.91.229.12]:45203) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PR55s-0005zK-4l for emacs-orgmode@gnu.org; Fri, 10 Dec 2010 10:41:12 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PR55m-00041c-WA for emacs-orgmode@gnu.org; Fri, 10 Dec 2010 16:41:07 +0100 Received: from g228244244.adsl.alicedsl.de ([92.228.244.244]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 10 Dec 2010 16:41:06 +0100 Received: from Maxi.Matthe by g228244244.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 10 Dec 2010 16:41:06 +0100 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, I'm using current version of org-mode (just pulled). I want to filter my agenda view (C-c a a) by a Tag. I want the agenda to only show items that have the tag :pruef: set. So I open the agenda (C-c a a) and type / to filter. The minibuffer says: Filter by tag [ ], [TAB], and so on. Typing Space hides all items that have a tag set. Typing TAB lets me type sth. in the minibuffer. But with no tab-completion (tab just inserts a tab) and pressing Return inserts a newline. C-g gives "Quit" but the minibuffer stays active. The only solution to get out the minibuffer is to press ESC ESC ESC. I think this is not the right behavior. So, how can I filter the agenda view for a specified tag? Regards, Max