emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Filtering agenda by tags.
@ 2011-04-20 10:17 Radosław Grzanka
  2011-04-20 12:52 ` Matt Lundin
  0 siblings, 1 reply; 7+ messages in thread
From: Radosław Grzanka @ 2011-04-20 10:17 UTC (permalink / raw)
  To: Org-mode ml

Hello,
   I have another problem which I fail on resolving.

Let's say I have a org file

--------------
#+FILETAGS: work

* Do something at work
* Do something at the internet    :internet:
--------------

and another file:

--------------

* Do something at home            :home:
* Do something at the internet    :internet:
* Some other untagged task

--------------

I'd like to have two agenda views:

1. should show things I can do at work and internet and untagged tasks
2. should show things I can do at home and internet and untagged tasks

I fail with defining custom agenda views. I've browsed google and 
already tried:
- org-agenda-filter-preset - but that seems not to support "or" (maybe 
I'm missing something?)
- org-agenda-skip-function - which I found googling around - with regexp 
like '(org-agenda-skip-subtree-if 'regexp ":work:")' - but that seems 
not to support "inherited" tags.

I'm using latest git checkout org and emacs 23.3.1 on windows.

Thanks for any tip

Radek.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-04-30 15:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-20 10:17 Filtering agenda by tags Radosław Grzanka
2011-04-20 12:52 ` Matt Lundin
2011-04-20 13:05   ` Radosław Grzanka
2011-04-20 13:12     ` Matt Lundin
2011-04-20 13:16       ` Radosław Grzanka
2011-04-20 14:02         ` Matt Lundin
2011-04-30 15:48           ` Mike McLean

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).