emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Repeat time ranges


From: Stephan Schmitt
Subject: Re: [Orgmode] Repeat time ranges
Date: Tue, 13 Oct 2009 10:36:10 +0200
User-agent: Thunderbird 2.0.0.23 (X11/20091006)

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.
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode




reply via email to

[Prev in Thread] Current Thread [Next in Thread]