From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-agenda-todo-ignore-scheduled and tags search Date: Thu, 19 Feb 2009 06:09:42 +0100 Message-ID: <923841EF-34D5-44A6-AD15-1B6AE3CD4DFD@uva.nl> References: Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1La1AV-00072M-Gj for emacs-orgmode@gnu.org; Thu, 19 Feb 2009 00:09:51 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1La1AS-000729-QD for emacs-orgmode@gnu.org; Thu, 19 Feb 2009 00:09:51 -0500 Received: from [199.232.76.173] (port=36619 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1La1AS-000726-Ne for emacs-orgmode@gnu.org; Thu, 19 Feb 2009 00:09:48 -0500 Received: from nf-out-0910.google.com ([64.233.182.190]:14614) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1La1AS-0005lN-8H for emacs-orgmode@gnu.org; Thu, 19 Feb 2009 00:09:48 -0500 Received: by nf-out-0910.google.com with SMTP id d3so30475nfc.26 for ; Wed, 18 Feb 2009 21:09:46 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Spike Spiegel Cc: emacs-orgmode@gnu.org Hi Spike, Matthew, maybe you overlooked my answer to this thread? Check out the variable org-agenda-tags-todo-honor-ignore-options and bind it t t as well. - Carsten On Feb 19, 2009, at 2:11 AM, Spike Spiegel wrote: > Hey, > > On Wed, Feb 18, 2009 at 9:36 PM, Matthew Lundin > 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. > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode