all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#13750: 23.4; icalendar export and XXpm time format
@ 2013-02-18  8:00 David A. Thompson
  2014-08-06 18:21 ` Ulf Jasper
  0 siblings, 1 reply; 2+ messages in thread
From: David A. Thompson @ 2013-02-18  8:00 UTC (permalink / raw
  To: 13750


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



^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#13750: 23.4; icalendar export and XXpm time format
  2013-02-18  8:00 bug#13750: 23.4; icalendar export and XXpm time format David A. Thompson
@ 2014-08-06 18:21 ` Ulf Jasper
  0 siblings, 0 replies; 2+ messages in thread
From: Ulf Jasper @ 2014-08-06 18:21 UTC (permalink / raw
  To: David A. Thompson; +Cc: 13750-done, 13750

Thanks for reporting.

Fixed in trunk rev. 117656.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-08-06 18:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-18  8:00 bug#13750: 23.4; icalendar export and XXpm time format David A. Thompson
2014-08-06 18:21 ` Ulf Jasper

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.