From: Bastien <bzg@altern.org>
To: Ivan Kanis <expire-by-2007-11-27@kanis.fr>
Cc: emacs-orgmode@gnu.org
Subject: Re: Re: Agenda view with tags filter
Date: Thu, 22 Nov 2007 00:29:29 +0000 [thread overview]
Message-ID: <87ve7v9l7a.fsf@bzg.ath.cx> (raw)
In-Reply-To: <87pry36ztd.fsf@kanis.fr> (Ivan Kanis's message of "Wed, 21 Nov 2007 22:42:06 +0100")
Ivan Kanis <expire-by-2007-11-27@kanis.fr> 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.
Sorry, typo. Here is the correct version
(org-add-agenda-custom-command
'("h" agenda ""
((org-agenda-skip-function
'(org-agenda-skip-entry-if 'notregexp ":home:"))
(org-agenda-overriding-header "Agenda with :home: tag:"))))
Basically replace `org-agenda-skip-entry' (which doesn't exist) by
`org-agenda-skip-entry-if'.
--
Bastien
prev parent reply other threads:[~2007-11-22 0:29 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
2007-11-22 0:29 ` Bastien [this message]
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=87ve7v9l7a.fsf@bzg.ath.cx \
--to=bzg@altern.org \
--cc=emacs-orgmode@gnu.org \
--cc=expire-by-2007-11-27@kanis.fr \
/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).