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=<today>")))

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
tommo...@gmail.com


On Mon, Mar 25, 2013 at 2:11 AM, Bastien <b...@altern.org> wrote:

> Samuel Wales <samolog...@gmail.com> writes:
>
> > On 3/19/13, Bastien <b...@altern.org> 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
>

Reply via email to