* 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
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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.