From mboxrd@z Thu Jan 1 00:00:00 1970 From: Desmond Rivet Subject: Parameterized custom agenda views Date: Sun, 27 Sep 2009 20:01:07 -0400 Message-ID: <87fxa8q6nw.fsf@zinc.branchcut.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ms3eR-0001Dp-QC for emacs-orgmode@gnu.org; Sun, 27 Sep 2009 19:59:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ms3eM-00018W-9p for emacs-orgmode@gnu.org; Sun, 27 Sep 2009 19:59:34 -0400 Received: from [199.232.76.173] (port=58443 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ms3eM-00018Q-4I for emacs-orgmode@gnu.org; Sun, 27 Sep 2009 19:59:30 -0400 Received: from relais.videotron.ca ([24.201.245.36]:60232) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ms3eL-0005Y0-Nf for emacs-orgmode@gnu.org; Sun, 27 Sep 2009 19:59:29 -0400 Received: from zinc.branchcut.ath.cx ([74.59.195.158]) by VL-MO-MR005.ip.videotron.ca (Sun Java(tm) System Messaging Server 6.3-4.01 (built Aug 3 2007; 32bit)) with ESMTP id <0KQN004Y3MN47HP0@VL-MO-MR005.ip.videotron.ca> for emacs-orgmode@gnu.org; Sun, 27 Sep 2009 19:59:28 -0400 (EDT) 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 Hi all, Is it possible to write a custom agenda view where part of the query is written, but the user has to supply the rest? For example, I have a piece in my org-agenda-custom-commands variable that looks like this: ("p" "All Projects" tags-todo "+project") This means I want to see all TODO items with the project tag. What if I wanted to supply an additional tag (over and above the project tag), but I didn't know it ahead of time? Is there a way to get orgmode to prompt me for the tag? Thanks in advance, -- Desmond Rivet Pain is weakness leaving the body.