From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Engster Subject: Re: problem with org-caldav and ox-icalendar: UID property wrapping Date: Wed, 07 May 2014 22:45:40 +0200 Message-ID: <87wqdxz5aj.fsf@engster.org> References: <87vbthd6mw.fsf@pinto.chemeng.ucl.ac.uk> <878uqdzj6w.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60904) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wi8j1-0004hc-1v for emacs-orgmode@gnu.org; Wed, 07 May 2014 16:46:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wi8iv-0004pb-II for emacs-orgmode@gnu.org; Wed, 07 May 2014 16:45:58 -0400 Received: from randomsample.de ([5.45.97.173]:34899) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wi8iv-0004pB-8f for emacs-orgmode@gnu.org; Wed, 07 May 2014 16:45:53 -0400 In-Reply-To: <878uqdzj6w.fsf@gmail.com> (Nicolas Goaziou's message of "Wed, 07 May 2014 17:45:27 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Nicolas Goaziou writes: > Hello, > > Eric S Fraga 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. Yes, it is. I've already rewritten that part in org-caldav, but it needs more testing. I'll push a fix in the coming days. -David