emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: repetitive activity over a period of time, starting at the


From: Matt Lundin
Subject: [Orgmode] Re: repetitive activity over a period of time, starting at the same time each day
Date: Fri, 06 Nov 2009 11:51:56 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (darwin)

Crni Gorac <address@hidden> writes:

> How to specify a time interval for a TODO that will say span over two
> weeks, working days only, and that will start each day at 10am.  I
> tried with timestamps available in org-mode, as well as with Emacs
> diary timestamps, but to no avail.  Any suggestion?
>

You could use a diary sexp:

--8<---------------cut here---------------start------------->8---
* 10:00am Every weekday for two weeks
<%%(and (memq (calendar-day-of-week date) '(1 2 3 4 5)) (diary-block 11 9 2009 
11 20 2009))>
--8<---------------cut here---------------end--------------->8---

- Matt





reply via email to

[Prev in Thread] Current Thread [Next in Thread]