From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marvin Doyley Subject: Re: Repeating tasks Date: Mon, 29 Apr 2013 18:20:30 -0400 Message-ID: <5C8E6B30-842F-4DC9-8272-2F0D995DD36D@rochester.edu> References: <40C61C35-A581-4222-87B9-F567DB76D5CD@rochester.edu> <87y5c16rhb.fsf@gmail.com> Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36475) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWwQy-0000VL-35 for emacs-orgmode@gnu.org; Mon, 29 Apr 2013 18:20:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UWwQv-0003Yd-D6 for emacs-orgmode@gnu.org; Mon, 29 Apr 2013 18:20:32 -0400 Received: from mx1.its.rochester.edu ([128.151.57.241]:44503) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWwQv-0003YN-97 for emacs-orgmode@gnu.org; Mon, 29 Apr 2013 18:20:29 -0400 In-Reply-To: <87y5c16rhb.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Alexander Baier Cc: "emacs-orgmode@gnu.org" 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 = wrote: > Hi Marvin, >=20 > Marvin Doyley writes: >> org-habit is not what I am looking for. >>=20 >> I would like to do something like >>=20 >> * TODO write proposal >> Scheduled:<2013-04-30 Tue 13:00-15:00 >--<2013-06-02 Mon> +2d >>=20 >> The idea is to repeat this task every other day from 2013-04-30 to = 2013-06-02 (from 13:30 to 15:00) >>=20 >> cheers >> M >=20 > Ok, then I think diary sexp should do the trick. Try the following: >=20 > ** TODO 13:00-15:00 write proposal > <%%(and (org-block 2013 4 30 2013 6 2) (org-cyclic 2 2013 4 30))> >=20 >=20 > Regards, > Alex