[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] problem with org-caldav and ox-icalendar: UID property wrapping
From: |
Nicolas Goaziou |
Subject: |
Re: [O] problem with org-caldav and ox-icalendar: UID property wrapping |
Date: |
Wed, 07 May 2014 17:45:27 +0200 |
Hello,
Eric S Fraga <address@hidden> 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