From: Dirk-Jan C. Binnema <djcb.bulk@gmail.com>
To: Paul Mead <paul.d.mead@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Recurring dates just on weekdays?
Date: Sat, 04 Jul 2009 14:30:41 +0300 [thread overview]
Message-ID: <86my7k65y6.wl%djcb@djcbsoftware.nl> (raw)
In-Reply-To: <871vowog3v.fsf@gmail.com>
Hi Paul,
>>>>> "PM" == Paul Mead <paul.d.mead@gmail.com> writes:
PM> Is it possible to set recurring dates just for weekdays? I have a number
PM> of recurring tasks which are only relevant on work days, so I'd like to
PM> have them only appear on monday to friday. Is there anything I can do to
PM> accomplish this?
If you only need a reminder (and not a TODO) you can use a diary-sexp:
** Daily meeting
SCHEDULED: <%%(memq (calendar-day-of-week date) '(1 2 3 4 5))>
However, if you use it as a TODO item that you mark as DONE, your only option
(AFAIK) is to define separate recurring appointments for each of the weekdays.
The problem is that diary-sexp don't really 'recur' in the org-mode sense;
when you mark them as DONE, the whole series is done. I would be a nice
feature, but I can imagine it'd be hard to implement[1].
Best wishes,
Dirk.
[1] hope this challenges someone ;)
next prev parent reply other threads:[~2009-07-04 11:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-04 11:13 Recurring dates just on weekdays? Paul Mead
2009-07-04 11:30 ` Dirk-Jan C. Binnema [this message]
2009-07-04 13:59 ` Paul Mead
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=86my7k65y6.wl%djcb@djcbsoftware.nl \
--to=djcb.bulk@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=paul.d.mead@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).