From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: .ics export violates RFC2445 Date: Sat, 10 Nov 2007 11:07:31 +0100 Message-ID: <2DE7990C-2666-430E-91F5-B34C4A35699D@science.uva.nl> References: <20071107205621.GT13544@atlantic.linksys.moosehall> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IqnFc-0006vx-NE for emacs-orgmode@gnu.org; Sat, 10 Nov 2007 05:07:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IqnFa-0006vH-TU for emacs-orgmode@gnu.org; Sat, 10 Nov 2007 05:07:40 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IqnFa-0006vE-NU for emacs-orgmode@gnu.org; Sat, 10 Nov 2007 05:07:38 -0500 Received: from fk-out-0910.google.com ([209.85.128.191]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IqnFZ-0003rQ-VS for emacs-orgmode@gnu.org; Sat, 10 Nov 2007 05:07:38 -0500 Received: by fk-out-0910.google.com with SMTP id 19so867648fkr for ; Sat, 10 Nov 2007 02:07:36 -0800 (PST) In-Reply-To: <20071107205621.GT13544@atlantic.linksys.moosehall> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Adam Spiers Cc: org-mode mailing list fixed, thanks - Carsten On 7Nov2007, at 9:56 PM, Adam Spiers wrote: > I use org-export-icalendar-combine-agenda-files to export my > appointments to an .ics file which I point korganizer at. > > I noticed ages ago that if I have an appointment with a comma in, > e.g.: > > ** <2007-12-07 Fri 20:00> foo, bar > > korganizer always shows it as "bar" rather than "foo, bar". But I > never got round to investigating whether it was a bug with the export > or korganizer or something else ... until now :-) I just took a quick > look at the iCalendar spec, which is RFC2445, and discovered that the > SUMMARY field is defined as follows > > summary = "SUMMARY" summparam ":" text CRLF > > -- from http://tools.ietf.org/html/rfc2445#section-4.8.1.12 > > And the definition of 'text' in this context explicitly states that > several characters, including commas, need to be escaped with a > backslash: > > http://tools.ietf.org/html/rfc2445#section-4.3.11 > > Sure enough, when I edited the .ics file and manually escaped the > comma, korganizer displayed the summary correctly. > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode