emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Alexander Baier <lexi.baier@gmail.com>
To: Simon Thum <simon.thum@gmx.de>
Cc: emacs-orgmode@gnu.org
Subject: Re: Filter weekly/daily agenda by tag
Date: Sun, 28 Oct 2012 16:40:36 +0100	[thread overview]
Message-ID: <CAP34+6S3iOe5jMMDH9=EZ-NYgJRvDHB4wFT-5iP0aR4aXtOJ0A@mail.gmail.com> (raw)
In-Reply-To: <508D2BAE.8070102@gmx.de>

2012/10/28 Simon Thum <simon.thum@gmx.de>:
> On 10/28/2012 12:58 PM, Alexander Baier wrote:
>>
>> To explain what i want to achieve regarding this example: I want a
>> weekly agenda view only displaying Event1, Event2 and Event4 but not
>> Event3 as it should be excluded by its tag.
>>
>> Any help is appreciated.
>
> FWIW, my agenda is constructed like this:
>
> ("w" "work week agenda" agenda ""
>     ((org-agenda-span 'week)
>      (org-agenda-start-on-weekday 1) ;; work - begin on monday
>      (org-agenda-tag-filter-preset '("+@work")) ;; no OR (phd | @work)
> possible here!
>      (org-agenda-hide-tags-regexp "@work")
>      (org-agenda-compact-blocks t)
> ))
Do you know if there is another filter/setting that allows for more
complex filtering? (like the OR expression you pointed out)

>
> Using the tag-filter-preset allows to change the tags inside the agenda view
> because it filters the view, not the construction of the agenda.
>
> Excluding might work like this:
>
> (org-agenda-tag-filter-preset '("+like" "-dislike"))
This works like i wanted, thanks!

Regards
Alexander

      reply	other threads:[~2012-10-28 15:40 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
2012-10-29  5:40     ` Bastien
2012-10-28 12:57 ` Simon Thum
2012-10-28 15:40   ` Alexander Baier [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='CAP34+6S3iOe5jMMDH9=EZ-NYgJRvDHB4wFT-5iP0aR4aXtOJ0A@mail.gmail.com' \
    --to=lexi.baier@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=simon.thum@gmx.de \
    /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).