emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Re: Agenda view with tags filter


From: Bastien
Subject: Re: [Orgmode] Re: Agenda view with tags filter
Date: Tue, 20 Nov 2007 01:57:35 +0000
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (gnu/linux)

Ivan Kanis <address@hidden> writes:

>> ,----
>> | M-x org-agenda m 
>> `----
>>
>> lets you match a TAGS query.  
>
> Yes I am aware of this command, it lists all item matching tags. I
> would like an agenda view with items that matches a specific tag. For
> example a day view with only :office: items.

Ah, okay.  Maybe this will help:

(org-add-agenda-custom-command
 '("h" agenda ""
   ((org-agenda-skip-function 
     '(org-agenda-skip-entry 'notregexp ":home:"))
    (org-agenda-overriding-header "Agenda with :home: tag:"))))

BTW, "agenda view" might be a bit confusing.  Maybe we should use
"agenda view" for (agenda) only and "custom view" for other types 
of views.  

-- 
Bastien




reply via email to

[Prev in Thread] Current Thread [Next in Thread]