emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] org-agenda-todo-ignore-scheduled and tags search


From: Spike Spiegel
Subject: Re: [Orgmode] org-agenda-todo-ignore-scheduled and tags search
Date: Thu, 19 Feb 2009 09:11:26 +0800

Hey,

On Wed, Feb 18, 2009 at 9:36 PM, Matthew Lundin <address@hidden> wrote:
> Hi Spike,

> I set this variable to t in several tags-todo agenda blocks and it works
> just fine. Could you provide an example of the custom command in which
> it doesn't work?

Doh, I did mean to provide it in my first email but I forgot to attach
the file with the snippet. Here it goes:

              ((agenda ""
                     ((org-agenda-files '("~/Documents/orgmode/"))
                      (org-agenda-start-on-weekday 1)))
               (todo "STARTED|HOLD"
                     ((org-agenda-overriding-header "Projects status")))
               (tags-todo "+CATEGORY=\"WrkPrj\"+TODO=\"TODO\""
                     ((org-agenda-overriding-header "Projects TODOs")))
               (tags-todo "-CATEGORY=\"WrkPrj\"+TODO=\"TODO\""
                     ((org-agenda-overriding-header "Work TODOs"))))
              ((org-agenda-files '("~/Documents/orgmode/work.org"))
               (org-agenda-todo-ignore-scheduled t)
               (org-agenda-text-search-extra-files nil)))

as far as I understood the documentation options specified like that
should apply to all blocks for this view, and indeed if I throw a
global todo list in there it gets picked up same way that agenda
already picks it up. But for example "Projects TODOs" right know lists
stuff that was scheduled for yesterday and got DONE.

thanks for your help


-- 
"Behind every great man there's a great backpack" - B.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]