From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Engster Subject: Re: org-caldav issue: Search failed: ";\\([A-Za-z0-9-]+\\)=" Date: Wed, 30 Jan 2013 22:26:09 +0100 Message-ID: <87libamkge.fsf@engster.org> References: <87sj5imzi0.fsf@engster.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43201) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0fAb-0001xs-1O for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 16:26:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U0fAZ-00022Z-OE for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 16:26:12 -0500 Received: from randomsample.de ([83.169.19.17]:46416) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0fAZ-00022N-Bd for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 16:26:11 -0500 In-Reply-To: (giles@pexip.com's message of "Wed, 30 Jan 2013 19:22:33 +0000") 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: giles@pexip.com Cc: emacs-orgmode@gnu.org 'giles' writes: > David Engster writes: >> Could you please do M-x toggle-debug-on-error before running the sync >> and post the resulting backtrace here? > > Slightly different behaviour this time: first seven events synced fine, > number 8 blew up the same way. > > Debugger entered--Lisp error: (search-failed ";\\([A-Za-z0-9-]+\\)=") > re-search-forward(";\\([A-Za-z0-9-]+\\)=" nil nil) > icalendar--read-element(VEVENT nil) > icalendar--read-element(VCALENDAR nil) > icalendar--read-element(nil nil) There must be something weird with the events you have. Could be that it's the special characters you mentioned, but I'm afraid I'll need to see the event which triggers this. I just pushed a change to org-caldav which introduces the option for excessive debug output. Please pull the new version and do (setq org-caldav-debug-level 2) before running org-caldav-sync. The iCalendar events will then be put fully into the *org-caldav-debug-buffer*. Please send me the event which triggers this bug; it should simply be the last one you see in there. You can also send me the whole buffer, of course, but *please* remember to edit/delete any private data from these events you don't want me to see. I'd also recommend to send it directly to me and not to the list. -David