From mboxrd@z Thu Jan 1 00:00:00 1970 From: Memnon Anon Subject: Re: Syntax for tags-todo in org-agenda-custom-commands Date: Fri, 8 Jul 2011 12:52:21 +0000 (UTC) Message-ID: <87d3hluenc.fsf@mean.albasani.net> References: <87zkkq5lpv.fsf@slate.zedat.fu-berlin.de> <87sjqh5gpy.fsf@gnu.org> <877h7t9i2z.fsf@slate.zedat.fu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:35498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfAXu-0008TH-4G for emacs-orgmode@gnu.org; Fri, 08 Jul 2011 08:52:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QfAXs-0005jW-0b for emacs-orgmode@gnu.org; Fri, 08 Jul 2011 08:52:37 -0400 Received: from lo.gmane.org ([80.91.229.12]:40657) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfAXr-0005j8-PH for emacs-orgmode@gnu.org; Fri, 08 Jul 2011 08:52:35 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QfAXp-0002UO-67 for emacs-orgmode@gnu.org; Fri, 08 Jul 2011 14:52:33 +0200 Received: from e178227220.adsl.alicedsl.de ([85.178.227.220]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Jul 2011 14:52:33 +0200 Received: from gegendosenfleisch by e178227220.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Jul 2011 14:52:33 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org "Loris Bennett" writes: >>> What should the correct syntax be and where is it described? >> >> Did you look in the manual? What is missing? > > I looked here > > http://orgmode.org/manual/Block-agenda.html#Block-agenda > ,----[ C-h v org-agenda-custom-commands ] | match What to search for: | - a single keyword for TODO keyword searches !!] - a tags match expression for tags searches [ !! | - a word search expression for text searches. | - a regular expression for occur searches | For all other commands, this should be the empty string. `---- => ,----[ (info "(org)Matching tags and properties") ] | A search string can use Boolean operators `&' for AND and `|' for OR. | `&' binds more strongly than `|'. !!] Parentheses are currently not implemented. [!! | `---- ("Z" "Test home" ((agenda "") (tags-todo "+home+project|+home+task"))) ("Y" "Test work" ((agenda "") (tags-todo "+office+project|+office+task"))) seems to work? Memnon