From: Bastien <bzg@altern.org>
To: emacs-orgmode@gnu.org
Subject: Re: Agenda view with tags filter
Date: Tue, 20 Nov 2007 00:53:47 +0000 [thread overview]
Message-ID: <87lk8tzqhw.fsf@bzg.ath.cx> (raw)
In-Reply-To: <87oddqj669.fsf@kanis.eu> (Ivan Kanis's message of "Mon, 19 Nov 2007 22:07:10 +0100")
Hi Ivan,
Ivan Kanis <expire-by-2007-11-25@kanis.eu> writes:
> I was wondering if it's possible to have an agenda view with a filter
> on tags. Fox example I would like to have a daily agenda with only the
> :home: tag item listed.
I suspect you're using an old version of Org. What version of Org are
you using?
,----
| M-x org-agenda m
`----
lets you match a TAGS query.
If you want to store a tags search in a agenda custom command:
,----
| (setq org-agenda-custom-commands
| '(("*" tags "home" nil)))
`----
This agenda command `*' will list all your entries tagged :home:
> I looked at the manual and the source code but it doesn't seem
> possible. Maybe I have missed something?
Maybe this will help:
(info "(org)Storing searches")
--
Bastien
next prev parent reply other threads:[~2007-11-20 0:53 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-19 21:07 Agenda view with tags filter Ivan Kanis
2007-11-20 0:53 ` Bastien [this message]
2007-11-20 1:31 ` Ivan Kanis
2007-11-20 1:57 ` Bastien
2007-11-21 21:42 ` Ivan Kanis
2007-11-22 0:29 ` Bastien
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87lk8tzqhw.fsf@bzg.ath.cx \
--to=bzg@altern.org \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).