Ivan Kanis <[EMAIL PROTECTED]> 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
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode