emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug: icalendar export skips todos with a scheduled time-range [7


From: Bastien
Subject: Re: [O] Bug: icalendar export skips todos with a scheduled time-range [7.8.11]
Date: Sun, 19 Aug 2012 08:15:20 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux)

Hi Friedrich,

Friedrich Delgado <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]