Re: [Orgmode] Todo item property search

2010-09-03 Thread Bastien
Carsten Dominik writes: > Sure, please apply it. Done! -- Bastien ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Todo item property search

2010-09-03 Thread Carsten Dominik
Sure, please apply it. - Carsten On Sep 3, 2010, at 10:19 AM, Bastien wrote: Carsten Dominik writes: Hi Bastien, the todo tree does not use the tags scanner, so the skipper is completely ignored here. Okay, thanks for the precision. Here is a patch that makes it clear in the manual. Sha

Re: [Orgmode] Todo item property search

2010-09-03 Thread Carsten Dominik
Sure, please apply it. - Carsten On Sep 3, 2010, at 10:19 AM, Bastien wrote: Carsten Dominik writes: Hi Bastien, the todo tree does not use the tags scanner, so the skipper is completely ignored here. Okay, thanks for the precision. Here is a patch that makes it clear in the manual. Sha

Re: [Orgmode] Todo item property search

2010-09-03 Thread Bastien
Carsten Dominik writes: > Hi Bastien, the todo tree does not use the tags scanner, so the > skipper is completely ignored here. Okay, thanks for the precision. Here is a patch that makes it clear in the manual. Shall I apply it? diff --git a/doc/org.texi b/doc/org.texi index 4ce32ce..71d182

Re: [Orgmode] Todo item property search

2010-09-02 Thread Carsten Dominik
On Sep 3, 2010, at 1:04 AM, Bastien wrote: Chevalier Julien writes: How can i build a sparse tree of all my unscheduled todo items ? , | (setq org-agenda-custom-commands | '(("u" todo "TODO" | ((org-agenda-todo-ignore-with-date t) | (org-agenda-tags-todo-honor-

Re: [Orgmode] Todo item property search

2010-09-02 Thread Bastien
Chevalier Julien writes: > How can i build a sparse tree of all my unscheduled todo items ? > , | (setq org-agenda-custom-commands | '(("u" todo "TODO" | ((org-agenda-todo-ignore-with-date t) | (org-agenda-tags-todo-honor-ignore-options t) `

[Orgmode] Todo item property search

2010-09-02 Thread Chevalier Julien
Hi list I would like to search for all my todo items along the properties they have or not. Best example is : How can i build a sparse tree of all my unscheduled todo items ? Sparse tree search options don't seam enough and i cant figure out how is working the org-agenda-tags-todo-honor-ignor