From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bug: icalendar export skips todos with a scheduled time-range [7.8.11] Date: Sun, 19 Aug 2012 08:15:20 +0200 Message-ID: <87mx1ruwhv.fsf@altern.org> References: <87lihdd7bj.fsf@orion.pre-sense.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46176) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T30gV-0001oR-PX for emacs-orgmode@gnu.org; Sun, 19 Aug 2012 04:16:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T30gU-0007vE-Jv for emacs-orgmode@gnu.org; Sun, 19 Aug 2012 04:16:35 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:41538) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T30gU-0007tS-Dm for emacs-orgmode@gnu.org; Sun, 19 Aug 2012 04:16:34 -0400 Received: by mail-we0-f169.google.com with SMTP id s10so3779572wey.0 for ; Sun, 19 Aug 2012 01:16:34 -0700 (PDT) In-Reply-To: <87lihdd7bj.fsf@orion.pre-sense.de> (Friedrich Delgado's message of "Fri, 17 Aug 2012 14:36:00 +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: Friedrich Delgado Cc: emacs-orgmode@gnu.org Hi Friedrich, Friedrich Delgado writes: > If I have an org-file containing a todo with a scheduled date range, like > this: > > ,----[ foo.org ] > *** TODO Weekend with the lads > SCHEDULED: <2012-05-04 Fr>--<2012-05-08 Di> > `---- > > and try to export it via org-export-icalendar-this-file, the resulting > foo.ics will look like this With emacs -Q and latest Org, I get this: BEGIN:VCALENDAR VERSION:2.0 X-WR-CALNAME:test PRODID:-//Bastien Guerry//Emacs with Org-mode//EN X-WR-TIMEZONE:CEST X-WR-CALDESC:nil CALSCALE:GREGORIAN BEGIN:VEVENT UID: TS-f16e36f0-7c1a-4690-b705-0aaa74d5835c DTSTART;VALUE=DATE:20120504 DTEND;VALUE=DATE:20120509 SUMMARY:TODO Weekend with the lads CATEGORIES:test END:VEVENT END:VCALENDAR Can you clone the git repo and let me know if you get the same? Thanks, -- Bastien