From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Pluim Subject: Re: repeating timestamps with an end date Date: Wed, 01 Aug 2018 12:50:48 +0200 Message-ID: <871sbi743b.fsf@gmail.com> References: <878t5s97ok.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57505) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fkoiW-0001I8-OE for emacs-orgmode@gnu.org; Wed, 01 Aug 2018 06:50:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fkoiT-0008St-Jv for emacs-orgmode@gnu.org; Wed, 01 Aug 2018 06:50:56 -0400 Received: from mail-wr1-x42e.google.com ([2a00:1450:4864:20::42e]:44134) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fkoiT-0008SZ-B0 for emacs-orgmode@gnu.org; Wed, 01 Aug 2018 06:50:53 -0400 Received: by mail-wr1-x42e.google.com with SMTP id r16-v6so19636631wrt.11 for ; Wed, 01 Aug 2018 03:50:52 -0700 (PDT) Received: from rpluim-ubuntu (vav06-1-78-207-202-134.fbx.proxad.net. [78.207.202.134]) by smtp.gmail.com with ESMTPSA id t186-v6sm6808883wmf.14.2018.08.01.03.50.49 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 01 Aug 2018 03:50:50 -0700 (PDT) In-Reply-To: (Eric S. Fraga's message of "Tue, 31 Jul 2018 21:12:44 +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" To: emacs-orgmode@gnu.org Eric S Fraga writes: > On Monday, 30 Jul 2018 at 15:25, Robert Pluim wrote: >> Hi, >> >> is there a generic way to specify an end date for a repeating event?=20 > > The short answer is no. > > The longer answer is to consider using > org-clone-subtree-with-time-shift. Make the entry you want and then make > the repeating entries. I use this for lectures, for instance, and then > delete particular entries that might correspond to cancelled lectures. That will work, but it feels inelegant. I guess I=CA=BCll stick to using 'diary-block' and similar. Thanks Robert