From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike McLean Subject: Re: Strange Custom Agenda Problem Date: Thu, 17 May 2012 09:04:16 -0400 Message-ID: References: <3CDE3A9D-C8AE-4DB4-B3AD-4BF888DA152F@pobox.com> <87mx57qrmv.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=bcaec55407bab5f96904c03b1231 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35912) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SV0NZ-0004N4-SP for emacs-orgmode@gnu.org; Thu, 17 May 2012 09:04:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SV0NQ-0005Uz-AP for emacs-orgmode@gnu.org; Thu, 17 May 2012 09:04:29 -0400 Received: from a-pb-sasl-sd.pobox.com ([74.115.168.62]:50750 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SV0NQ-0005UX-0u for emacs-orgmode@gnu.org; Thu, 17 May 2012 09:04:20 -0400 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 229FA9B34 for ; Thu, 17 May 2012 09:04:18 -0400 (EDT) Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 1CF2F9B31 for ; Thu, 17 May 2012 09:04:18 -0400 (EDT) Received: from mail-lpp01m010-f41.google.com (unknown [209.85.215.41]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id 85E8E9B30 for ; Thu, 17 May 2012 09:04:17 -0400 (EDT) Received: by lahi5 with SMTP id i5so1572846lah.0 for ; Thu, 17 May 2012 06:04:16 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Mike McLean Cc: Bastien , emacs-orgmode Mode --bcaec55407bab5f96904c03b1231 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On Thursday, May 17, 2012, Mike McLean wrote: > > > On Thursday, May 17, 2012, Bastien wrote: > >> Hi Mike, >> >> Mike McLean writes: >> >> > I have the following (amount other things) in my >> org-agenda-custom-commands: >> > >> > (setq org-agenda-custom-commands >> > '(("x" "test" tags-todo "+Outcome+LEVEL=3D4"))) >> > >> > When I custom-command select =93x=94, I get no results. >> >> I tested with your `org-agenda-custom-commands' value and this >> >> * Test >> ** Test1 >> *** Test2 >> **** TODO Do I see this? :Outcome: >> >> I correctly get :Outcome:. > > > In my case the Outcome tag is on Test1 with =3Dorg-use-tag-inheritance=3D= set > to =3Dt=3D. > > >> >> This is with both the maint and master branches of the git repo. >> >> > If I select the default, built-in lower case =93m=94 agenda command an= d type >> > +Outcome+LEVEL=3D4 I get a long list of results (as expected). >> >> The "m" agenda command is for `tags', not `tags-todo'. > > > Understood; to be clear I get a results using "m" that include both TODO > items and non-TODO items. My expectation from my "x" test case is to get = a > subset of the results I get from "m", but not an empty list. > > >> >> > Did something change recently in the agenda construction related to >> > tags-todo? >> >> This: http://orgmode.org/w/?p=3Dorg-mode.git;a=3Dcommit;h=3Dc50f0c >> >> Please help us reproduce the problem, perhaps by sharing some >> of the impacted entries. > > > I will, but I'm booked in meetings today so it may take a day ... > > Though in lieu of proper debugging and bug-reporting I reversed the above referenced commit in my local copy of org and now my full, complex setup works as expected as does the test case above with the tag moved to level 2= . > --bcaec55407bab5f96904c03b1231 Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: quoted-printable

On Thursday, May 17, 2012, Mike McLean wrote:


On Thursday, May 17, 2012, Bastien wrote:
Hi Mike,

Mike McLean <mike.mclean@pobox.com> writes:

> I have the following (amount other things) in my org-agenda-custom-com= mands:
>
> (setq org-agenda-custom-commands
> =A0 =A0 =A0 =A0 '(("x" "test" tags-todo "= +Outcome+LEVEL=3D4")))
>
> When I custom-command select =93x=94, I get no results.

I tested with your `org-agenda-custom-commands' value and this

* Test
** Test1
*** Test2
**** TODO Do I see this? =A0 :Outcome:

I correctly get :Outcome:.

In my case the O= utcome tag is on Test1 with =3Dorg-use-tag-inheritance=3D set to =3Dt=3D.
=A0

This is with both the maint and master branches of the git repo.

> If I select the default, built-in lower case =93m=94 agenda command an= d type
> +Outcome+LEVEL=3D4 I get a long list of results (as expected).

The "m" agenda command is for `tags', not `tags-todo'.

Understood; to be clear I get a results using= "m" that include both TODO items and non-TODO items. My expectat= ion from my "x" test case is to get a subset of the results I get= from "m", but not an empty list.
=A0

> Did something change recently in the agenda construction related to > tags-todo?

This: http://orgmode.org/w/?p=3Dorg-mode.git;a=3Dcommit;h= =3Dc50f0c

Please help us reproduce the problem, perhaps by sharing some
of the impacted entries.

I will, but I'= m booked in meetings today so it may take a day ...
=

Though in lieu of proper debuggi= ng and bug-reporting I reversed the above referenced commit in my local cop= y of org and now my full, complex setup works as expected as does the test = case above with the tag moved to level 2.
--bcaec55407bab5f96904c03b1231--