From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Moyer Subject: Re: Block agendas and filtering Date: Mon, 25 Mar 2013 07:35:02 -0400 Message-ID: References: <5136BC01.8060302@gmail.com> <877gl3rzik.fsf@bzg.ath.cx> <87hak0gga2.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=bcaec554de864785f104d8be3394 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52660) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK5gU-0005zW-3c for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 07:35:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UK5gS-0002KI-GP for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 07:35:26 -0400 Received: from mail-la0-x235.google.com ([2a00:1450:4010:c03::235]:35837) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK5gS-0002Jc-8p for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 07:35:24 -0400 Received: by mail-la0-f53.google.com with SMTP id fr10so10899727lab.26 for ; Mon, 25 Mar 2013 04:35:22 -0700 (PDT) In-Reply-To: <87hak0gga2.fsf@bzg.ath.cx> 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@gnu.org --bcaec554de864785f104d8be3394 Content-Type: text/plain; charset=UTF-8 I got this working as I wanted, I had a problem with the custom agenda commands that I had defined. Below is the agenda command that implements the desired view. ("c" "Agenda and Home-related tasks" ((agenda "-chore") (tags "chore+TIMESTAMP="))) I think part of my problem was having a key binding defined twice (c in this case), and org not warning about it. The two happened to be somewhat similar, and so there was confusion on my part as to why it wasn't showing the right thing. Thanks for all of the help and suggestions. -Tom -- Thomas Moyer tommoyer@gmail.com On Mon, Mar 25, 2013 at 2:11 AM, Bastien wrote: > Samuel Wales writes: > > > On 3/19/13, Bastien wrote: > >> (org-agenda-tag-filter ("+Tag")) > > > > org-agenda-filter-preset? > > Both will work. Note that `org-agenda-filter-preset' has > been renamed to `org-agenda-tag-filter-preset' a while ago. > > -- > Bastien > --bcaec554de864785f104d8be3394 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I got this working as I wanted, I had a problem with the c= ustom agenda commands that I had defined. Below is the agenda command that = implements the desired view.

("c" &qu= ot;Agenda and Home-related tasks"
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ((agenda "-chore")
<= div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(tags "chore+TIMESTAMP=3D= <today>")))

I think part of= my problem was having a key binding defined twice (c in this case), and or= g not warning about it. The two happened to be somewhat similar, and so the= re was confusion on my part as to why it wasn't showing the right thing= .

Thanks for all of the help and suggestions.=

-Tom

=

--
Thomas Moyer
tommoyer@gmail.com=


On Mon, Mar 25, 2013 at 2:11 AM, Bastien= <= bzg@altern.org> wrote:
Samuel Wales <= samologist@gmail.com> writes:

> On 3/19/13, Bastien <bzg@altern.o= rg> wrote:
>> =C2=A0 (org-agenda-tag-filter ("+Tag"))
>
> org-agenda-filter-preset?

Both will work. =C2=A0Note that `org-agenda-filter-preset' has been renamed to `org-agenda-tag-filter-preset' a while ago.

--
=C2=A0Bastien

--bcaec554de864785f104d8be3394--