On 17.9.2013, at 23:33, Suvayu Ali wrote: > 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. Indeed, it is the same internal function that does the matching in both cases. - Carsten > > Thanks :). > > -- > Suvayu > > Open source is the future. It sets us free. >