emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug report for ox-icalendar: newlines should be CRLF
@ 2023-01-06  8:30 Stephen J. Eglen
  2023-01-08  8:50 ` Detlef Steuer
  2023-02-01 14:51 ` Ihor Radchenko
  0 siblings, 2 replies; 11+ messages in thread
From: Stephen J. Eglen @ 2023-01-06  8:30 UTC (permalink / raw)
  To: emacs-orgmode; +Cc: mail

[-- Attachment #1: Type: text/plain, Size: 1549 bytes --]

Hello,

If I have a test file

----------------------------------------------------------------------

* test 1

<2023-01-05 Thu 19:00-19:20>

----------------------------------------------------------------------


and then convert to an .ics file using C-c C-e c f

I get the attached test.ics file, but copied here too:

BEGIN:VCALENDAR
VERSION:2.0
X-WR-CALNAME:test
PRODID//Stephen J. Eglen//Emacs with Org mode//EN
X-WR-TIMEZONE:GMT
X-WR-CALDESC:
CALSCALE:GREGORIAN
BEGIN:VEVENT ***
DTSTAMP:20230105T221431Z ***
UID:TS1-81DE7E9C-0385-49CE-8528-C2FD51372CB4 ***
DTSTART:20230105T190000Z ***
DTEND:20230105T192000Z ***
SUMMARY:test 1 ***
DESCRIPTION:<2023-01-05 Thu 19:00>–<2023-01-05 Thu 19:20> ***
CATEGORIES:test ***
END:VEVENT
END:VCALENDAR

The lines from BEGIN:VEVENT to CATEGORIES:test inclusive have CR (^M) as well
as LF (^J) as newline [in the text above, I've converted the ^M to ***
to see them eaer.  Is that intended?  Uploading the file to
https://icalendar.org/validator.html gives me the error

> Lines not delimited by CRLF sequence near line # 1
> Reference: RFC 5545 3.1. Content Lines

Nicolas (cc'ed) has confirmed that it seems to be a problem.  Before I
work slowly on a suggested patch, does anyone have an idea on the best
way forward?  Is it possible to encode the file as "DOS" ,using
something like set-buffer-file-coding-system?  SOme lines do however
have \r and \n see e.g. org-icalendar-fold-string which inserts both \r
and \n




Best wishes, Stephen



[-- Attachment #2: test.ics --]
[-- Type: application/octet-stream, Size: 404 bytes --]

BEGIN:VCALENDAR
VERSION:2.0
X-WR-CALNAME:test
PRODID:-//Stephen J. Eglen//Emacs with Org mode//EN
X-WR-TIMEZONE:GMT
X-WR-CALDESC:
CALSCALE:GREGORIAN
BEGIN:VEVENT
DTSTAMP:20230105T221431Z
UID:TS1-81DE7E9C-0385-49CE-8528-C2FD51372CB4
DTSTART:20230105T190000Z
DTEND:20230105T192000Z
SUMMARY:test 1
DESCRIPTION:<2023-01-05 Thu 19:00>–<2023-01-05 Thu 19:20>
CATEGORIES:test
END:VEVENT
END:VCALENDAR

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

end of thread, other threads:[~2024-01-12 13:52 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-06  8:30 Bug report for ox-icalendar: newlines should be CRLF Stephen J. Eglen
2023-01-08  8:50 ` Detlef Steuer
2023-02-01 14:51 ` Ihor Radchenko
2023-04-02 20:42   ` Jack Kamm
2023-04-03  8:09     ` Stephen J. Eglen
2023-04-14 10:13       ` Ihor Radchenko
2023-04-14 10:45         ` tomas
2023-04-14 16:38           ` Jack Kamm
2023-04-16  5:01             ` Jack Kamm
2024-01-12 13:54               ` Ihor Radchenko
2023-04-15  9:07           ` Stephen J. Eglen

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).