From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: create a sparse tree by TODO and property? possible? Date: Tue, 17 Sep 2013 23:33:38 +0200 Message-ID: <20130917213338.GD16911@kuru.dyndns-at-home.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46759) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VM2u4-0006QU-5D for emacs-orgmode@gnu.org; Tue, 17 Sep 2013 17:33:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VM2ty-0007Qp-Ba for emacs-orgmode@gnu.org; Tue, 17 Sep 2013 17:33:47 -0400 Received: from mail-ee0-x231.google.com ([2a00:1450:4013:c00::231]:34759) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VM2ty-0007Qk-54 for emacs-orgmode@gnu.org; Tue, 17 Sep 2013 17:33:42 -0400 Received: by mail-ee0-f49.google.com with SMTP id d41so3035794eek.36 for ; Tue, 17 Sep 2013 14:33:41 -0700 (PDT) Content-Disposition: inline In-Reply-To: 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 On Tue, Sep 17, 2013 at 09:15:14PM +0200, Carsten Dominik wrote: > > On 17.9.2013, at 13:48, Xebar Saram wrote: > > > Hi all > > > > can one create a sparse tree using 2 queries, In particular i want to create a sparse tree that has all heading marked TODO and that have a specific property i set IE: > > :PROPERTIES: > > :food_type: indian > > :END: > > > > so i would like sparse tree for example to show 'indian' property but also TODO state > > Yes, this is possible. > > C-c / m food_type="indian"/TODO RET > > > The match syntax is described here: > > http://orgmode.org/manual/Matching-tags-and-properties.html#Matching-tags-and-properties I didn't know this! Althought now that I think, if the agenda can do it, sparse tree should be too :-p. Thanks :). -- Suvayu Open source is the future. It sets us free.