From mboxrd@z Thu Jan 1 00:00:00 1970 From: Crni Gorac Subject: repetitive activity over a period of time, starting at the same time each day Date: Fri, 6 Nov 2009 11:10:59 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N6Lme-0005fJ-3S for emacs-orgmode@gnu.org; Fri, 06 Nov 2009 05:11:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N6LmZ-0005WO-Os for emacs-orgmode@gnu.org; Fri, 06 Nov 2009 05:11:07 -0500 Received: from [199.232.76.173] (port=46867 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N6LmZ-0005Vm-Ih for emacs-orgmode@gnu.org; Fri, 06 Nov 2009 05:11:03 -0500 Received: from mail-ew0-f228.google.com ([209.85.219.228]:64850) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N6LmZ-0004sI-7V for emacs-orgmode@gnu.org; Fri, 06 Nov 2009 05:11:03 -0500 Received: by ewy28 with SMTP id 28so957765ewy.42 for ; Fri, 06 Nov 2009 02:11:01 -0800 (PST) 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 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.