From mboxrd@z Thu Jan 1 00:00:00 1970 From: ajk@iu.edu (Andrew J. Korty) Subject: Re: Free `1' and `0' keys from the org-agenda interface ? Date: Tue, 16 Oct 2007 19:49:14 -0400 Message-ID: References: <87ejfvm0s3.fsf@bzg.ath.cx> 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 1Ihw9s-0007GO-MK for emacs-orgmode@gnu.org; Tue, 16 Oct 2007 19:49:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ihw9r-0007E1-8Y for emacs-orgmode@gnu.org; Tue, 16 Oct 2007 19:49:08 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ihw9r-0007Da-1j for emacs-orgmode@gnu.org; Tue, 16 Oct 2007 19:49:07 -0400 Received: from locrian.itso.iu.edu ([149.166.143.64]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ihw9q-0005g0-P0 for emacs-orgmode@gnu.org; Tue, 16 Oct 2007 19:49:06 -0400 In-Reply-To: <87ejfvm0s3.fsf@bzg.ath.cx> (Bastien's message of "Tue\, 16 Oct 2007 18\:23\:24 +0100") 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 Bastien writes: > I tend to use my `org-agenda-custom-commands' in a strict order. > I first check for a first view, then check for a second view, etc. Why not just display all those views, in order, with one custom command? For example, when I'm at home, I run C-c a h: ("h" "home contexts" ((tags-todo "+@home+@computer/TODO" nil) (tags-todo "+@home-@computer/TODO" nil) (tags-todo "+@computer-@home-@office/TODO" nil) (tags-todo "@phone/TODO" nil) (tags-todo "@any/TODO" nil)) -- ajk