Deech <[EMAIL PROTECTED]> writes:

> Hi all, I have been using org mode for the past month and on the whole
> it's great. But I am having trouble searching tags and sorting TODO

I found out i had the same problem (only tested for tags-sparse-tree).

org-tags-sparse-tree also matches the *next* headline, even if it is
not containing the specified tag.  For example, org-tags-sparse-tree
on the :tag1: tag would also match the *first* :tag2: headline:

* one headline :tag1:   <- displayed (correct)
* one headline :tag1:   <- displayed (correct)
* one headline :tag2:   <- displayed (wrong) 
* one headline :tag2:   <- not displayed (correct)

I tried to digg org-scan-tags further but got stuck at some point.

Hope this helps.

-- 
Bastien


_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to