From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephan Schmitt Subject: Re: Repeat time ranges Date: Tue, 13 Oct 2009 10:36:10 +0200 Message-ID: <4AD43BFA.9010901@cs.tu-berlin.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mxcs9-00029J-C3 for emacs-orgmode@gnu.org; Tue, 13 Oct 2009 04:36:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mxcs4-00025t-3b for emacs-orgmode@gnu.org; Tue, 13 Oct 2009 04:36:44 -0400 Received: from [199.232.76.173] (port=41985 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mxcs3-00025k-Rs for emacs-orgmode@gnu.org; Tue, 13 Oct 2009 04:36:39 -0400 Received: from mail.cs.tu-berlin.de ([130.149.17.13]:40318) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mxcs3-0001EL-Ho for emacs-orgmode@gnu.org; Tue, 13 Oct 2009 04:36:39 -0400 Received: from localhost (localhost [127.0.0.1]) by localhost-12225.cs.tu-berlin.de (Postfix) with ESMTP id ABBE932E3C for ; Tue, 13 Oct 2009 10:36:36 +0200 (MEST) 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: Nicolas Aggelidis Cc: emacs-orgmode@gnu.org Hi Nicolas, I think org-clone-subtree-with-time-shift was implemented exactly for this use case: (org-clone-subtree-with-time-shift n &optional shift) Clone the task (subtree) at point n times. The clones will be inserted as siblings. In interactive use, the user will be prompted for the number of clones to be produced, and for a time shift, which may be a repeater as used in time stamps, for example `+3d'. When a valid repeater is given and the entry contains any time stamps, the clones will become a sequence in time, with time stamps in the subtree shifted for each clone produced. If shift is nil or the empty string, time stamps will be left alone. hth, Stephan Nicolas Aggelidis wrote: > hi org-users! > > i 'am having the following problem. I have some activities that i > organize like this: > > > * University calendar > ** Class 1 <2009-10-12 Mon 15:00>-<2009-10-12 Mon 16:00> > > what i want to do, is have this time range repeat itself every week > for 13 occurrences. > > Is this possible? at least is it possible to have the time range > repeat itself indefinitely, like with > > ** Class 1 <2009-10-12 Mon 15:00 +1w> > > > best regards, > nicolas > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode