emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Thomas Moyer <tommoyer@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Block agendas and filtering
Date: Tue, 05 Mar 2013 22:46:09 -0500	[thread overview]
Message-ID: <5136BC01.8060302@gmail.com> (raw)

Is it possible to have a block agenda that contains two daily/weekly
agendas that are "opposites" of each other, based on something like a
tag? For example I have my normal todo list things that are scheduled,
and then I have other regular things, like cleaning and taking care of
other tasks that occur every week. Below is an example

* Tasks
** File paperwork
SCHEDULED: <2013-05-17 Fri>
** Build model airplane
SCHEDULED: <2013-05-18 Sat>
* Regular chores    :chores:
** Dishes
<%%(member (calendar-day-of-week date) '(0 1 2 3 4 5 6))>
** Laundry
<%%(= 6 (calendar-day-of-week date))>

What I want is a block agenda, using two agenda blocks. The first will
*exclude* the entrys tagged as :chores: and the second will *include*
any entry that is tagged with :chores:.

Is there a way to accomplish this with tags, or maybe properties?

Thanks!

-Tom

             reply	other threads:[~2013-03-06  3:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-06  3:46 Thomas Moyer [this message]
2013-03-19 17:32 ` Block agendas and filtering Bastien
2013-03-25  6:07   ` Samuel Wales
2013-03-25  6:11     ` Bastien
2013-03-25 11:35       ` Thomas Moyer

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=5136BC01.8060302@gmail.com \
    --to=tommoyer@gmail.com \
    --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).