From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: iCalendar export and missed deadlines. Date: Fri, 11 Aug 2017 18:15:29 +0200 Message-ID: <87r2wi5bdq.fsf@nicolasgoaziou.fr> References: 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]:41517) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dgCb3-0005ht-TR for emacs-orgmode@gnu.org; Fri, 11 Aug 2017 12:15:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dgCaz-0004Go-BF for emacs-orgmode@gnu.org; Fri, 11 Aug 2017 12:15:37 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:60016) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dgCaz-0004Fk-4S for emacs-orgmode@gnu.org; Fri, 11 Aug 2017 12:15:33 -0400 In-Reply-To: (=?utf-8?Q?=22Micha=C3=ABl?= Cadilhac"'s message of "Wed, 9 Aug 2017 14:11:01 +0100") 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: =?utf-8?Q?Micha=C3=ABl?= Cadilhac Cc: emacs-orgmode@gnu.org Hello, Micha=C3=ABl Cadilhac writes: > Is there a way to change this behavior so that the item is duplicated > as long as it's not DONE? I don't think so. > If not, where is a good starting point in ox-icalendar.el to hack this > in? `org-icalendar-entry' dispatches a headline (ENTRY), to various workers (e.g., `org-icalendar--vevent'). I would start from there. Regards, --=20 Nicolas Goaziou