From: Ivan Kanis <expire-by-2007-11-27@kanis.fr>
To: emacs-orgmode@gnu.org
Subject: Re: Agenda view with tags filter
Date: Wed, 21 Nov 2007 22:42:06 +0100 [thread overview]
Message-ID: <87pry36ztd.fsf@kanis.fr> (raw)
In-Reply-To: 8763zxy8z4.fsf@bzg.ath.cx
Bastien <bzg@altern.org> writes:
> (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:"))))
Thanks for the tip, you code did not quite work for me. I think
org-agenda-skip-entry was missiong.
This works but I think it's bit ugly:
(setq org-agenda-custom-commands
'(("h" agenda "home"
((org-agenda-skip-function
(lambda()
(org-agenda-skip-if nil '(notregexp ":home:"))))))
("o" agenda "office"
((org-agenda-skip-function
(lambda()
(org-agenda-skip-if nil '(notregexp ":office:"))))))))
I'll take any better ideas.
--
Ivan
http://kanis.fr
"When faced with a challenge, look for a way, not a way out."
-- David Weatherford
next prev parent reply other threads:[~2007-11-21 21:51 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
2007-11-20 1:31 ` Ivan Kanis
2007-11-20 1:57 ` Bastien
2007-11-21 21:42 ` Ivan Kanis [this message]
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=87pry36ztd.fsf@kanis.fr \
--to=expire-by-2007-11-27@kanis.fr \
--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).