From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Custom agenda views Date: Fri, 26 Oct 2007 10:36:07 -0400 Message-ID: <87hcke6izs.fsf@gollum.intra.norang.ca> References: 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 1IlQIa-0000JP-7v for emacs-orgmode@gnu.org; Fri, 26 Oct 2007 10:36:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IlQIY-0000FZ-A9 for emacs-orgmode@gnu.org; Fri, 26 Oct 2007 10:36:31 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IlQIY-0000FA-11 for emacs-orgmode@gnu.org; Fri, 26 Oct 2007 10:36:30 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IlQIX-0002e6-3c for emacs-orgmode@gnu.org; Fri, 26 Oct 2007 10:36:29 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IlQIN-0004p8-Dv for emacs-orgmode@gnu.org; Fri, 26 Oct 2007 14:36:19 +0000 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([99.239.148.180]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Oct 2007 14:36:19 +0000 Received: from bernt by cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Oct 2007 14:36:19 +0000 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 "Dave C. Nelson" writes: > > I'm playing around with org mode and while it works mostly the way I > want, I have something I'm trying to do and so far I've failed. I should > mention that I'm not much of a lisp programmer, so it might be my lack > of knowledge here. > > What I want is to have an agenda view like the default agenda view one > gets with c-a a, but "narrowed" so that only a subset of todo items > show. For example, when I'm at work, I want to narrow the agenda view so > that it only shows todo items related to work. > > I've read through the manual, the past list postings, etc. and I just > can't seem to come up with an org-agenda-custom-command that does this > (I assume this is the way to accomplilsh this). Is it possible? Would > someone please give me a hint? 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. Bernt