[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Repeating tasks
From: |
Marvin Doyley |
Subject: |
Re: [O] Repeating tasks |
Date: |
Mon, 29 Apr 2013 18:20:30 -0400 |
Thanks, this is exactly what I was looking for
cheers
M
I will give it a try
cheers
M
On Apr 29, 2013, at 3:56 PM, Alexander Baier <address@hidden> wrote:
> Hi Marvin,
>
> Marvin Doyley <address@hidden> writes:
>> org-habit is not what I am looking for.
>>
>> I would like to do something like
>>
>> * TODO write proposal
>> Scheduled:<2013-04-30 Tue 13:00-15:00 >--<2013-06-02 Mon> +2d
>>
>> The idea is to repeat this task every other day from 2013-04-30 to
>> 2013-06-02 (from 13:30 to 15:00)
>>
>> cheers
>> M
>
> Ok, then I think diary sexp should do the trick. Try the following:
>
> ** TODO 13:00-15:00 write proposal
> <%%(and (org-block 2013 4 30 2013 6 2) (org-cyclic 2 2013 4 30))>
>
>
> Regards,
> Alex