From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: file property to affect agenda display Date: Tue, 09 Sep 2008 11:09:01 -0700 Message-ID: <874p4pi43m.fsf@gmail.com> References: <87d4jdi5xc.fsf@gmail.com> <87tzcptd2v.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kd7eF-00041C-C9 for emacs-orgmode@gnu.org; Tue, 09 Sep 2008 14:09:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kd7eD-00040H-F5 for emacs-orgmode@gnu.org; Tue, 09 Sep 2008 14:09:06 -0400 Received: from [199.232.76.173] (port=50021 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kd7eD-000407-04 for emacs-orgmode@gnu.org; Tue, 09 Sep 2008 14:09:05 -0400 Received: from rn-out-0910.google.com ([64.233.170.187]:53670) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kd7eD-00026V-9g for emacs-orgmode@gnu.org; Tue, 09 Sep 2008 14:09:05 -0400 Received: by rn-out-0910.google.com with SMTP id k32so689377rnd.7 for ; Tue, 09 Sep 2008 11:09:04 -0700 (PDT) In-Reply-To: <87tzcptd2v.fsf@gollum.intra.norang.ca> (Bernt Hansen's message of "Tue, 09 Sep 2008 13:59:36 -0400") 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: Org-mode Bernt Hansen writes: > "Eric Schulte" writes: > >> I have many org files named "TODO", and when I open up an agenda view >> all of the tasks from these files are labeled by their file name "TODO" >> rendering them in-differentiable to me. Is there a file property I can >> set to override the use of the file name in the agenda views? I looked >> in the documentation but to no avail. > > If I understand correctly you can set different categories for each > using a subtree property > > :PROPERTIES: > :CATEGORY: SomeName > :END: > > or with > > #+CATEGORY: SomeName > Thanks, exactly what I was after