On 17.9.2013, at 13:48, Xebar Saram <zeltakc@gmail.com> 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

- Carsten


thx in advancce!

z.