From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Dave C. Nelson" Subject: RE: Re: Custom agenda views Date: Fri, 26 Oct 2007 10:20:02 -0500 Message-ID: References: <87hcke6izs.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IlQyo-0004va-RT for emacs-orgmode@gnu.org; Fri, 26 Oct 2007 11:20:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IlQyn-0004uW-Bi for emacs-orgmode@gnu.org; Fri, 26 Oct 2007 11:20:10 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IlQyn-0004uP-84 for emacs-orgmode@gnu.org; Fri, 26 Oct 2007 11:20:09 -0400 Received: from analogy.skokielibrary.info ([64.107.183.8]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IlQym-0003Vl-MQ for emacs-orgmode@gnu.org; Fri, 26 Oct 2007 11:20:08 -0400 Content-class: urn:content-classes:message In-Reply-To: <87hcke6izs.fsf@gollum.intra.norang.ca> 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 , emacs-orgmode@gnu.org =20 > I put my work todo items in a separate org file from other=20 > things. Then when you are in that org file you can limit=20 > your agenda view to just that file with=20 >=20 > C-a a 1 a >=20 > Hope that helps. This suggestion is helpful, but I should've stated that I have some tasks that I want to show both at work and at home. I thought I could do this by tagging the work only items with :WORK:, the home items with :HOME: and the work/home items with :HOME:WORK: and then (somehow) getting the agenda view to only show items tagged WORK or HOME.=20 Dave