From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Micha=C3=ABl_Cadilhac?= Subject: iCalendar export and missed deadlines. Date: Wed, 9 Aug 2017 14:11:01 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46596) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dfQm5-0000xh-MX for emacs-orgmode@gnu.org; Wed, 09 Aug 2017 09:11:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dfQm2-0004f3-I9 for emacs-orgmode@gnu.org; Wed, 09 Aug 2017 09:11:49 -0400 Received: from cadilhac.name ([163.172.56.42]:54762) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dfQm2-0004cH-8E for emacs-orgmode@gnu.org; Wed, 09 Aug 2017 09:11:46 -0400 Received: from mail-vk0-f47.google.com (mail-vk0-f47.google.com [209.85.213.47]) by cadilhac.name (OpenSMTPD) with ESMTPSA id 83bd3285 (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128:NO) for ; Wed, 9 Aug 2017 13:13:10 +0000 (UTC) Received: by mail-vk0-f47.google.com with SMTP id u133so25323302vke.3 for ; Wed, 09 Aug 2017 06:11:43 -0700 (PDT) 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 Hi there; When I miss a deadline and scheduled todo, the org-agenda neatly prints the item until I've turned it to DONE. In iCalendar export, I expect/wish that it is also the case when deadlines and scheduled todos are exported as Events (I use VEVENT's as Google Calendar seems to not support VTODO's). By default, this is not the case, and the todo is simply put in the past by the iCalendar export. Is there a way to change this behavior so that the item is duplicated as long as it's not DONE? If not, where is a good starting point in ox-icalendar.el to hack this in? Thanks very much; Cheers