From mboxrd@z Thu Jan 1 00:00:00 1970 From: Friedrich Delgado Subject: Re: Bug: icalendar export skips todos with a scheduled time-range [7.8.11] Date: Mon, 20 Aug 2012 13:13:48 +0200 Message-ID: <20120820111348.GA23549@pre-sense.de> References: <87lihdd7bj.fsf@orion.pre-sense.de> <87mx1ruwhv.fsf@altern.org> <20120820092129.GA8935@pre-sense.de> Reply-To: friedel@nomaden.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55480) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3Pve-0004Rz-HQ for emacs-orgmode@gnu.org; Mon, 20 Aug 2012 07:13:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T3Pvc-00038v-C0 for emacs-orgmode@gnu.org; Mon, 20 Aug 2012 07:13:54 -0400 Received: from mail.pre-sense.de ([213.238.39.107]:54449) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3Pvc-000384-6W for emacs-orgmode@gnu.org; Mon, 20 Aug 2012 07:13:52 -0400 Content-Disposition: inline In-Reply-To: <20120820092129.GA8935@pre-sense.de> 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: Bastien , emacs-orgmode@gnu.org Cc: 668496-quiet@bugs.debian.org 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 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 TauPan on Ircnet and Freenode ;)