From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Baier Subject: Re: Repeating tasks Date: Mon, 29 Apr 2013 18:51:26 +0200 Message-ID: <87ehdt8elt.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55169) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWrIX-0001p7-RO for emacs-orgmode@gnu.org; Mon, 29 Apr 2013 12:51:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UWrIW-0000xD-KL for emacs-orgmode@gnu.org; Mon, 29 Apr 2013 12:51:29 -0400 Received: from plane.gmane.org ([80.91.229.3]:50076) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWrIW-0000x1-E6 for emacs-orgmode@gnu.org; Mon, 29 Apr 2013 12:51:28 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UWrIR-0003SD-R6 for emacs-orgmode@gnu.org; Mon, 29 Apr 2013 18:51:23 +0200 Received: from nat-wh-wh36.rz.uni-karlsruhe.de ([141.70.81.154]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 29 Apr 2013 18:51:23 +0200 Received: from lexi.baier by nat-wh-wh36.rz.uni-karlsruhe.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 29 Apr 2013 18:51:23 +0200 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: emacs-orgmode@gnu.org Hi Marvin, Marvin Doyley writes: > Hi there, > > Does anybody knows how to setup org to schedule repeated task between > a specified range of dates. For example, suppose I plan to work on a > grant proposal between 10 am - 1 pm every other day from May 1 to > June 1, how would I do this ?   My current practice is specify the > start date with a repeater (in this case +2d), and then delete task > when the deadline has passed. It though it would be more efficient I > could assign a date range rather than just the start date. > > > Cheers, > M  If I understand your situation correctly, you might take a look at Habits. If you mark them done, they will be rescheduled to the next date you specified. Roughly it should look like this: * TODO Work on proposal :SCHEDULED: <2013-05-01 Wed 22:00 .+2d> :PROPERTIES: :STYLE: habit :END: But your are probably better off looking at the part of the manual regarding habits. Regards, Alex