From: Simon Thum <simon.thum@gmx.de>
To: Alexander Baier <lexi.baier@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Filter weekly/daily agenda by tag
Date: Sun, 28 Oct 2012 13:57:18 +0100 [thread overview]
Message-ID: <508D2BAE.8070102@gmx.de> (raw)
In-Reply-To: <CAP34+6QmB_OnANkmj5gqpbhzrG-VmJSjnQGDLy4LQ24OAxvo4Q@mail.gmail.com>
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)
))
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"))
but I haven't tested this combination.
I'm also hiding the @work tag as the other tags (if any) are more
relevant then.
HTH,
Simon
>
> Regards
> Alexander
>
>
next prev parent reply other threads:[~2012-10-28 12:57 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 [this message]
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=508D2BAE.8070102@gmx.de \
--to=simon.thum@gmx.de \
--cc=emacs-orgmode@gnu.org \
--cc=lexi.baier@gmail.com \
/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).