Hello,

Eric S Fraga <e.fr...@ucl.ac.uk> writes:

> I have tracked this down to org-icalendar outputing wrapped lines even
> for UID entries:
>
> ,----
> | BEGIN:VEVENT
> | DTSTAMP:20140507T114443Z
> | UID:0400[...]00
> |  00[...]6
> | DTSTART;TZID=Europe/London:20120403T060000
> `----

AFAIU RFC 5545, all lines longer than 75 octets, including UID lines,
are expected to be folded. Therefore I think ox-icalendar is right.

> Have the recent (in April) changes to ox-icalendar.el affected how IDs
> are written out?

I don't think so.

> Ideally, org-caldav should be fixed to unwrap ID lines.

Indeed.

> I can try to do this but I need some help with regexps, specifically
> to match across two lines: "\n ".

You don't have to. For unfolding you only need to turn "\n " into "".


Regards,

-- 
Nicolas Goaziou

Reply via email to