Re: [O] agenda view of repeated time-ranges

2012-10-27 Thread Philipp Kroos
William Léchelle william.leche...@ens-lyon.fr writes:

Hi,

 On Fri, 26 Oct 2012 15:05:07 +0200, Philipp Kroos spake thus:
 I want some events to show up every week with start and end-time in the
 agenda.
 Is it possible to combine a time-range with a repeater?  I think I tried
 every combination of range and repeater, but I can only get one of both
 to work.

 Hi :)

 Did you try 
 2012-10-31 Mi 15:00-17:00 +1w ?

No, I didn't :)
Thank you!



 #+begin_src org
   ** Weekly meeting
  2012-10-31 Mi 15:00--2012-10-31 Mi 17:00
  this doesn't repeat
 #+end_src org



[O] agenda view of repeated time-ranges

2012-10-26 Thread Philipp Kroos

Hi,

I want some events to show up every week with start and end-time in the
agenda.
Is it possible to combine a time-range with a repeater?  I think I tried
every combination of range and repeater, but I can only get one of both
to work.

Example:

#+begin_src org
  ** Weekly meeting
 2012-10-31 Mi 15:00--2012-10-31 Mi 17:00
 this doesn't repeat
  ** Weekly meeting
 2012-10-31 Mi 15:00 +1w--2012-10-31 Mi 17:00 +1w
 this neither
  ** Weekly meeting
 2012-10-31 Mi 15:00 +1w
 this does, but it has no range
#+end_src org


Best regards,
Philipp



Re: [O] agenda view of repeated time-ranges

2012-10-26 Thread William Léchelle
On Fri, 26 Oct 2012 15:05:07 +0200, Philipp Kroos spake thus:
 I want some events to show up every week with start and end-time in the
 agenda.
 Is it possible to combine a time-range with a repeater?  I think I tried
 every combination of range and repeater, but I can only get one of both
 to work.

Hi :)

Did you try 
2012-10-31 Mi 15:00-17:00 +1w ?

 #+begin_src org
   ** Weekly meeting
  2012-10-31 Mi 15:00--2012-10-31 Mi 17:00
  this doesn't repeat
 #+end_src org