emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Scheduling a meeting every week for a given time
@ 2015-10-02  8:34 Claude Fuhrer
  2015-10-02 19:24 ` Jorge A. Alfaro-Murillo
  0 siblings, 1 reply; 3+ messages in thread
From: Claude Fuhrer @ 2015-10-02  8:34 UTC (permalink / raw)
  To: org-mode

Hi

I'm trying to add recurring events, but only for a given period of time. 
For example, I would like to write:

Project meeting,  every monday between 10:00 and 12:00 from 1. October 
until 1. December 2015

or

Staff conference, every friday from 15:00 to 17:00, during seven weeks

I've tried something like:

*** Project meeting		
     DEADLINE: <2015-09-07 lun 12:45-14:20 +1w>--<2015-10-19 lun>	

But this event then appear every in my agenda. What is the good syntax 
for that ?

Thank you for your help

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Scheduling a meeting every week for a given time
  2015-10-02  8:34 Scheduling a meeting every week for a given time Claude Fuhrer
@ 2015-10-02 19:24 ` Jorge A. Alfaro-Murillo
  2015-10-03 10:24   ` Eric S Fraga
  0 siblings, 1 reply; 3+ messages in thread
From: Jorge A. Alfaro-Murillo @ 2015-10-02 19:24 UTC (permalink / raw)
  To: emacs-orgmode

Hi Claude.

Claude Fuhrer writes:

> I'm trying to add recurring events, but only for a given period 
> of time. 

You should probably use org-class. See below.

> For example, I would like to write: 
> 
> Project meeting,  every monday between 10:00 and 12:00 from 
> 1. October until 1. December 2015

%%(org-class 2015 10 1 2015 12 1 1) 10:00-12:00 Project meeting

> or 
> 
> Staff conference, every friday from 15:00 to 17:00, during seven 
> weeks

%%(org-class 2015 10 1 2015 11 1 5) 15:00-17:00 Staff conference

Best,

-- 
Jorge.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Scheduling a meeting every week for a given time
  2015-10-02 19:24 ` Jorge A. Alfaro-Murillo
@ 2015-10-03 10:24   ` Eric S Fraga
  0 siblings, 0 replies; 3+ messages in thread
From: Eric S Fraga @ 2015-10-03 10:24 UTC (permalink / raw)
  To: emacs-orgmode

On Friday,  2 Oct 2015 at 15:24, Jorge A. Alfaro-Murillo wrote:
> Hi Claude.
>
> Claude Fuhrer writes:
>
>> I'm trying to add recurring events, but only for a given period of
>> time. 
>
> You should probably use org-class. See below.

or use org-clone-subtree-with-time-shift to generate the individual
events.
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.2, Org release_8.3.1-270-g256fef

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-10-03 10:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-02  8:34 Scheduling a meeting every week for a given time Claude Fuhrer
2015-10-02 19:24 ` Jorge A. Alfaro-Murillo
2015-10-03 10:24   ` Eric S Fraga

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).