From mboxrd@z Thu Jan 1 00:00:00 1970 From: knubee Subject: Re: tags/search on specific files Date: Sun, 9 Jan 2011 12:21:44 +0000 (UTC) Message-ID: References: <874o9i9v4p.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=51753 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PbuHb-0006AV-KM for emacs-orgmode@gnu.org; Sun, 09 Jan 2011 07:22:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PbuHV-0004lq-Nq for emacs-orgmode@gnu.org; Sun, 09 Jan 2011 07:21:58 -0500 Received: from lo.gmane.org ([80.91.229.12]:60989) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PbuHV-0004lR-Gt for emacs-orgmode@gnu.org; Sun, 09 Jan 2011 07:21:57 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PbuHU-0001IU-3w for emacs-orgmode@gnu.org; Sun, 09 Jan 2011 13:21:56 +0100 Received: from cm253.omega9.maxonline.com.sg ([218.186.9.253]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 09 Jan 2011 13:21:56 +0100 Received: from knubee by cm253.omega9.maxonline.com.sg with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 09 Jan 2011 13:21:56 +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 > As long as your file is in org-mode that should work fine. You can run > an agenda just on the current file in multiple ways: > > C-c a 1 m > will run the tags match command on the current file only ah, that does it! thanks. related question: is there something similar for searching on properties? "C-c / p" does highlight the search items for the current file, but doesn't narrow to display only those items. although "C-c a" indicates that it will work on properties, "C-c a 1 m" only seems to match on tags (and "C-c a 1 p" is not an option).