From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: How to use FILETAGS? Date: Sat, 11 Oct 2008 16:42:51 +0530 Message-ID: References: <6E535C80-7911-4683-B0EC-581C015FC665@uva.nl> <873aj5vm21.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KocP1-0007bY-UL for emacs-orgmode@gnu.org; Sat, 11 Oct 2008 07:12:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KocP1-0007ap-1V for emacs-orgmode@gnu.org; Sat, 11 Oct 2008 07:12:55 -0400 Received: from [199.232.76.173] (port=59785 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KocP0-0007am-Ui for emacs-orgmode@gnu.org; Sat, 11 Oct 2008 07:12:54 -0400 Received: from ti-out-0910.google.com ([209.85.142.185]:24271) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KocP0-0008EU-H6 for emacs-orgmode@gnu.org; Sat, 11 Oct 2008 07:12:55 -0400 Received: by ti-out-0910.google.com with SMTP id u5so493596tia.10 for ; Sat, 11 Oct 2008 04:12:51 -0700 (PDT) In-Reply-To: <873aj5vm21.fsf@gollum.intra.norang.ca> Content-Disposition: inline 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: Bernt Hansen Cc: emacs-orgmode On Thu, Oct 9, 2008 at 8:43 PM, Bernt Hansen wrote: [snip] > This works for me. I added > > #+FILETAGS: :Personal: > > to the top of one of my org files, hit C-c C-c on the line to > reinitialize and then match tags with Personal as the target with > > C-c a m Personal RET > > and it lists all of the tasks in my org file including top-level tasks. > The tasks do now show :Personal: in the display but using T on any tasks > shows the tag is inherited. > > I hit T on a task 4 levels deep and it includes the Personal tag. > > It also works with > > #+FILETAGS: Personal Thanks Bernt. It works this way for me as well. I guess I should be able to mimic similar behaviour by restricting agenda to that specific buffer as well. But does it (task filtering based on tags using "/") work while you are in agenda view? -- Manish