From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Re: Custom agenda views Date: Fri, 26 Oct 2007 11:56:27 -0400 Message-ID: <874pgd7tuc.fsf@gollum.intra.norang.ca> References: <87hcke6izs.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 1IlRY4-00013x-P9 for emacs-orgmode@gnu.org; Fri, 26 Oct 2007 11:56:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IlRY2-00012q-24 for emacs-orgmode@gnu.org; Fri, 26 Oct 2007 11:56:36 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IlRY1-00012n-UR for emacs-orgmode@gnu.org; Fri, 26 Oct 2007 11:56:34 -0400 Received: from mho-02-bos.mailhop.org ([63.208.196.179]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IlRY1-0000qX-Dx for emacs-orgmode@gnu.org; Fri, 26 Oct 2007 11:56:33 -0400 In-Reply-To: (Dave C. Nelson's message of "Fri\, 26 Oct 2007 10\:20\:02 -0500") 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: "Dave C. Nelson" Cc: emacs-orgmode@gnu.org "Dave C. Nelson" writes: >> I put my work todo items in a separate org file from other >> things. Then when you are in that org file you can limit >> your agenda view to just that file with >> >> C-a a 1 a >> >> 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. I thought you meant you wanted the calendar agenda view limited (day/week/month etc) which I don't know how to do other than by org file. If your tasks are tagged you can get a tag match to show what you want - but it won't be the day/week agenda. C-a m and enter WORK/NEXT should show all WORK tagged todo items in a NEXT state. I use that alot. I have multiple 'work' org files (by client) and when I'm at work C-a a w searches @WORK/NEXT for me and I can pick from the available NEXT times for what to work on. I normally schedule high priority projects onto my daily agenda and work on those first. Then when there is nothing specific that I need to work on I can view the NEXT todo lists and pick something. Regards, Bernt