From mboxrd@z Thu Jan 1 00:00:00 1970 From: jorge.alfaro-murillo@yale.edu (Jorge A. Alfaro-Murillo) Subject: Re: Scheduling a meeting every week for a given time Date: Fri, 02 Oct 2015 15:24:42 -0400 Message-ID: <87bnchoyyt.fsf@yale.edu> References: <560E4199.6050303@fuhrer.ch> Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45104) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zi5x1-0001UT-NH for emacs-orgmode@gnu.org; Fri, 02 Oct 2015 15:25:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zi5wy-0004yO-Ik for emacs-orgmode@gnu.org; Fri, 02 Oct 2015 15:25:03 -0400 Received: from plane.gmane.org ([80.91.229.3]:58268) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zi5wy-0004w6-BT for emacs-orgmode@gnu.org; Fri, 02 Oct 2015 15:25:00 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Zi5wv-0003d5-DN for emacs-orgmode@gnu.org; Fri, 02 Oct 2015 21:24:57 +0200 Received: from 130.132.236.141 ([130.132.236.141]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 Oct 2015 21:24:57 +0200 Received: from jorge.alfaro-murillo by 130.132.236.141 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 Oct 2015 21:24:57 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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.