From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephan Schmitt Subject: Re: repetitive activity over a period of time, starting at the same time each day Date: Fri, 06 Nov 2009 11:47:42 +0100 Message-ID: <4AF3FECE.1070302@cs.tu-berlin.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N6MMo-0001mW-94 for emacs-orgmode@gnu.org; Fri, 06 Nov 2009 05:48:30 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N6MMj-0001jT-7y for emacs-orgmode@gnu.org; Fri, 06 Nov 2009 05:48:29 -0500 Received: from [199.232.76.173] (port=48208 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N6MMi-0001jE-UM for emacs-orgmode@gnu.org; Fri, 06 Nov 2009 05:48:24 -0500 Received: from mail.cs.tu-berlin.de ([130.149.17.13]:47362) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N6MMi-0003fb-Ha for emacs-orgmode@gnu.org; Fri, 06 Nov 2009 05:48:24 -0500 Received: from localhost (localhost [127.0.0.1]) by localhost-12225.cs.tu-berlin.de (Postfix) with ESMTP id 538992A07A for ; Fri, 6 Nov 2009 11:48:21 +0100 (MET) In-Reply-To: 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: Crni Gorac Cc: emacs-orgmode@gnu.org Hi Crni, you could create a todo heading scheduled for the first day, then use org-clone-subtree-with-time-shift (you are asked for the number of clones and the time shift, e.g. +1d), and then remove manually the todo headings scheduled for the weekend. hth, Stephan Crni Gorac wrote: > How to specify a time interval for a TODO that will say span over two > weeks, working days only, and that will start each day at 10am. I > tried with timestamps available in org-mode, as well as with Emacs > diary timestamps, but to no avail. Any suggestion? > > Thanks.