Hi Friedrich,

Friedrich Delgado <frie...@nomaden.org> 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

Reply via email to