[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Repeating tasks
From: |
Alexander Baier |
Subject: |
Re: [O] Repeating tasks |
Date: |
Mon, 29 Apr 2013 21:56:16 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
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