From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick Drechsler Subject: Re: scheduling: reschedule on hourly basis Date: Sat, 28 Nov 2009 19:53:46 +0100 Message-ID: References: <4B115510.9050308@os.inf.tu-dresden.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NESRy-000874-HG for emacs-orgmode@gnu.org; Sat, 28 Nov 2009 13:55:18 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NESRt-000820-0L for emacs-orgmode@gnu.org; Sat, 28 Nov 2009 13:55:17 -0500 Received: from [199.232.76.173] (port=56532 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NESRs-00081m-QT for emacs-orgmode@gnu.org; Sat, 28 Nov 2009 13:55:12 -0500 Received: from lo.gmane.org ([80.91.229.12]:44390) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NESRs-0007R5-7y for emacs-orgmode@gnu.org; Sat, 28 Nov 2009 13:55:12 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NESRq-0000yt-AT for emacs-orgmode@gnu.org; Sat, 28 Nov 2009 19:55:10 +0100 Received: from dslb-088-067-217-004.pools.arcor-ip.net ([88.67.217.4]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 28 Nov 2009 19:55:10 +0100 Received: from patrick by dslb-088-067-217-004.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 28 Nov 2009 19:55:10 +0100 In-Reply-To: <4B115510.9050308@os.inf.tu-dresden.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Martin Pohlack wrote: > > Patrick Drechsler wrote: >> >> is it possible to reschedule on an hourly basis? >> >> * TODO foo >> SCHEDULED: <2009-11-27 Fr ++2h> >> >> Maybe even something like "every 2h between 8:00 and 17:00"? > > You may want to look at this thread: > > http://www.mail-archive.com/emacs-orgmode@gnu.org/msg15142.html > > I think hour and minute parts are not supported for repeaters. Martin, thanks a lot for the pointer. I was thinking more along these lines (pseudo org code): * TODO foo SCHEDULED: <2009-11-27 Fr ++1d++2h[8:00-17:00]{1}> -> A daily task ("++1d"), which should be done every 2h ("++2h") between 8:00 and 17:00 ("[8:00-17:00]"). At least once ("{1}"). But maybe I have to rethink this and find another approach... Regards, Patrick