emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Alexander Baier <lexi.baier@gmail.com>
To: Bastien <bzg@altern.org>
Cc: emacs-orgmode@gnu.org
Subject: Re: Filter weekly/daily agenda by tag
Date: Sun, 28 Oct 2012 16:28:50 +0100	[thread overview]
Message-ID: <CAP34+6QMbn4_95ypq39yv0JMXvqY0CfPbCbc0OMemhv-YKbyQA@mail.gmail.com> (raw)
In-Reply-To: <87390yiwqa.fsf@bzg.ath.cx>

2012/10/28 Bastien <bzg@altern.org>:
> Hi Alexander,
>
> Alexander Baier <lexi.baier@gmail.com> writes:
>
>> (setq org-agenda-custom-commands
>>   '(("d" "Test Tag Filter"
>>      ((agenda ""
>>               ((org-agenda-files '("~/org/WeeklyFilterTest.org"))
>>                (org-agenda-filter "-EXCL")))))))
>
> You need to locally bind `org-agenda-tag-filter-preset' to a list of
> tags like '("-EXCL").
>
> I did not test, but this should be okay:
>
> (setq org-agenda-custom-commands
>   '(("d" "Test Tag Filter"
>      ((agenda ""
>               ((org-agenda-files '("~/org/WeeklyFilterTest.org"))
>                (org-agenda-tag-filter-preset '("-EXCL"))))))))
>
> PS: You're right that org-agenda-filter does not exist.
>
> --
>  Bastien

This works as wanted it to, thank you!
Another question: Do you know if there is any documentation on the
settings i can pass to the commands in org-agenda-custom-commands?

Regards
Alexander

  reply	other threads:[~2012-10-28 15:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-28 11:58 Filter weekly/daily agenda by tag Alexander Baier
2012-10-28 12:53 ` Bastien
2012-10-28 15:28   ` Alexander Baier [this message]
2012-10-29  5:40     ` Bastien
2012-10-28 12:57 ` Simon Thum
2012-10-28 15:40   ` Alexander Baier

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=CAP34+6QMbn4_95ypq39yv0JMXvqY0CfPbCbc0OMemhv-YKbyQA@mail.gmail.com \
    --to=lexi.baier@gmail.com \
    --cc=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).