GNU bug report logs - #13750
23.4; icalendar export and XXpm time format

Previous Next

Package: emacs;

Reported by: David A. Thompson <thompdump <at> gmail.com>

Date: Mon, 18 Feb 2013 19:21:02 UTC

Severity: normal

Found in version 23.4

Done: Ulf Jasper <ulf.jasper <at> web.de>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ulf Jasper <ulf.jasper <at> web.de>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#13750: closed (23.4; icalendar export and XXpm time format)
Date: Wed, 06 Aug 2014 18:23:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 06 Aug 2014 20:21:57 +0200
with message-id <87wqalwkai.fsf <at> web.de>
and subject line Re: bug#13750: 23.4; icalendar export and XXpm time format
has caused the debbugs.gnu.org bug report #13750,
regarding 23.4; icalendar export and XXpm time format
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
13750: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13750
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: David A. Thompson <thompdump <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 23.4; icalendar export and XXpm time format
Date: Mon, 18 Feb 2013 00:00:01 -0800
ICALENDAR-EXPORT-FILE, when called on a file containing the single line

02/18/2013 3pm-4pm overlapping event 2

yields a single exported vevent:

BEGIN:VEVENT
UID:emacs2076943879932075328
DTSTART;VALUE=DATE:20130218
DTEND;VALUE=DATE:20130219
SUMMARY:3pm-4pm overlapping event 2
END:VEVENT


The exported event should containg the time data in the appropriate location:

BEGIN:VEVENT
UID:emacs2076949831770903376
DTSTART;VALUE=DATE-TIME:20130218T150000
DTEND;VALUE=DATE-TIME:20130218T160000
SUMMARY:overlapping event 2
END:VEVENT



Note that DIARY-ENTRY-TIME reads the string (sans date component) fine:

ELISP> (diary-entry-time "   3pm-4pm overlapping event 2")
1500
[Message part 3 (message/rfc822, inline)]
From: Ulf Jasper <ulf.jasper <at> web.de>
To: David A. Thompson <thompdump <at> gmail.com>
Cc: 13750-done <at> debbugs.gnu.org, 13750 <at> debbugs.gnu.org
Subject: Re: bug#13750: 23.4; icalendar export and XXpm time format
Date: Wed, 06 Aug 2014 20:21:57 +0200
Thanks for reporting.

Fixed in trunk rev. 117656.


This bug report was last modified 10 years and 294 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.