* Recurring dates just on weekdays?
@ 2009-07-04 11:13 Paul Mead
2009-07-04 11:30 ` Dirk-Jan C. Binnema
0 siblings, 1 reply; 3+ messages in thread
From: Paul Mead @ 2009-07-04 11:13 UTC (permalink / raw)
To: emacs-orgmode
Is it possible to set recurring dates just for weekdays? I have a number
of recurring tasks which are only relevant on work days, so I'd like to
have them only appear on monday to friday. Is there anything I can do to
accomplish this?
Thanks, Paul.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Recurring dates just on weekdays?
2009-07-04 11:13 Recurring dates just on weekdays? Paul Mead
@ 2009-07-04 11:30 ` Dirk-Jan C. Binnema
2009-07-04 13:59 ` Paul Mead
0 siblings, 1 reply; 3+ messages in thread
From: Dirk-Jan C. Binnema @ 2009-07-04 11:30 UTC (permalink / raw)
To: Paul Mead; +Cc: emacs-orgmode
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 ;)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Recurring dates just on weekdays?
2009-07-04 11:30 ` Dirk-Jan C. Binnema
@ 2009-07-04 13:59 ` Paul Mead
0 siblings, 0 replies; 3+ messages in thread
From: Paul Mead @ 2009-07-04 13:59 UTC (permalink / raw)
To: emacs-orgmode
Dirk-Jan C. Binnema <djcb.bulk@gmail.com> writes:
> Hi Paul,
>
> 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.
>
That's an option I hadn't considered - thanks Dirk, I'll give that a go.
Paul
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-07-04 13:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-04 11:13 Recurring dates just on weekdays? Paul Mead
2009-07-04 11:30 ` Dirk-Jan C. Binnema
2009-07-04 13:59 ` Paul Mead
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).