From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike McLean Subject: Re: Strange Custom Agenda Problem Date: Thu, 17 May 2012 08:56:37 -0400 Message-ID: References: <3CDE3A9D-C8AE-4DB4-B3AD-4BF888DA152F@pobox.com> <87mx57qrmv.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e0cb4efe326c63e23804c03af7f9 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58694) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SV0GA-0002Ui-D7 for emacs-orgmode@gnu.org; Thu, 17 May 2012 08:56:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SV0G3-0003X1-4L for emacs-orgmode@gnu.org; Thu, 17 May 2012 08:56:49 -0400 Received: from a-pb-sasl-sd.pobox.com ([74.115.168.62]:37180 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SV0G2-0003Wf-U8 for emacs-orgmode@gnu.org; Thu, 17 May 2012 08:56:43 -0400 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id E3B9C9A6D for ; Thu, 17 May 2012 08:56:39 -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 D683C9A6C for ; Thu, 17 May 2012 08:56:39 -0400 (EDT) Received: from mail-lb0-f169.google.com (unknown [209.85.217.169]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id 339BB9A65 for ; Thu, 17 May 2012 08:56:39 -0400 (EDT) Received: by lbjn8 with SMTP id n8so1560667lbj.0 for ; Thu, 17 May 2012 05:56:38 -0700 (PDT) In-Reply-To: <87mx57qrmv.fsf@gnu.org> 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: Bastien Cc: emacs-orgmode Mode , Mike McLean --e0cb4efe326c63e23804c03af7f9 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable 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 s= et 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 and= 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 ... > > Thanks, > > -- > Bastien > --e0cb4efe326c63e23804c03af7f9 Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: quoted-printable

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

Mike McLean <mike.mclean@pobox.com> writes:<= br>
> 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 ...
=
=A0

Thanks,

--
=A0Bastien
--e0cb4efe326c63e23804c03af7f9--