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
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.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