From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xavier Garrido Subject: Repeated teaching classes and stopping date Date: Mon, 10 Nov 2014 18:21:28 +0100 Message-ID: <5460F418.2030303@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51467) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XnslG-0000F8-3x for emacs-orgmode@gnu.org; Mon, 10 Nov 2014 12:28:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XnslA-00032Y-1N for emacs-orgmode@gnu.org; Mon, 10 Nov 2014 12:28:18 -0500 Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]:52140) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xnsl9-00031J-RK for emacs-orgmode@gnu.org; Mon, 10 Nov 2014 12:28:11 -0500 Received: by mail-wi0-f169.google.com with SMTP id n3so10786711wiv.2 for ; Mon, 10 Nov 2014 09:28:06 -0800 (PST) Received: from [134.158.89.151] ([134.158.89.151]) by mx.google.com with ESMTPSA id da3sm23966587wjb.12.2014.11.10.09.21.32 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 10 Nov 2014 09:21:32 -0800 (PST) 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" Dear Orgers, I'm trying to move to =org-agenda= and I'm converting some of my Google Calendar entries into Org agenda entries. I'm facing an issue with repeated tasks and how to properly stop the event. Consider the following entry : * [Master 1] Nuclear & particle class <2015-01-21 mer. 14:00-16:00 +1w>--<2015-03-22 dim.> For me it means, I will teach every week @ 14:00 to 16:00 until the 22th of March. I am surely doing something bad since the events actually appear every day until the 22th of March. It basically works when I remove the --<2015-03-22 dim.> but then how to stop the repeated tasks. Sorry if the answer is obvious but I have read org-mode manual (http://orgmode.org/manual/Repeated-tasks.html) and other "timestamp" related pages and I didn't find a way to do that. Thanks for your help, Xavier