Friedrich Delgado schrieb:
> confirmed, latest org does the right thing[TM]

However: If I (setq org-icalendar-use-plain-timestamp nil) as in my
customisation, scheduled date-ranges are not exported at all (no
matter what org-icalendar-use-scheduled is set to).

( 49905a566970541de76b6d49004c62e50c625a98 from this morning)

> Bastien schrieb:
> > 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?

--
        Friedrich Delgado <frie...@nomaden.org>
                             TauPan on Ircnet and Freenode ;)

Reply via email to