From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Cannot sync with caldav anymore Date: Fri, 16 Feb 2018 14:07:34 +0100 Message-ID: <873721hyll.fsf@nicolasgoaziou.fr> References: <87sha18a13.fsf@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50301) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1emfjs-0005AO-DL for emacs-orgmode@gnu.org; Fri, 16 Feb 2018 08:07:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1emfjm-0000Ae-LO for emacs-orgmode@gnu.org; Fri, 16 Feb 2018 08:07:44 -0500 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:39062) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1emfjm-00006z-Ev for emacs-orgmode@gnu.org; Fri, 16 Feb 2018 08:07:38 -0500 In-Reply-To: <87sha18a13.fsf@openmailbox.org> (basilio@gmx.com's message of "Fri, 16 Feb 2018 13:10:48 +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" To: basilio@gmx.com Cc: emacs-orgmode@gnu.org Hello, writes: > After updating to Org mode version 9.1.6 (9.1.6-48-gfe7619-elpa) I lost > ability to sync with caldav (which I use for syncing my schedule with > Nextcloud <-> Android). Before the update everything was perfect. And I > beleive that everything is ok with org-caldav as there were no updates > for it this time. I use emacs package system for updating and therefore > I cannot downgrade the org-mode. And I heavily rely on it in my daily > routines. So I'm stuck and need some advice. > > Debugger entered--Lisp error: (wrong-type-argument stringp ARCHIVE) > string-match("{.+?}" ARCHIVE) > org-tags-expand(ARCHIVE t) > #[257 "\300\301\"\207" [org-tags-expand t] 4 "\n\n(fn TAG)"](ARCHIVE) > mapcar(#[257 "\300\301\"\207" [org-tags-expand t] 4 "\n\n(fn TAG)"] (ARCHIVE)) > cl-mapcar(#[257 "\300\301\"\207" [org-tags-expand t] 4 "\n\n(fn TAG)"] (ARCHIVE)) > apply(cl-mapcar #[257 "\300\301\"\207" [org-tags-expand t] 4 "\n\n(fn TAG)"] (ARCHIVE) nil) > cl-mapcan(#[257 "\300\301\"\207" [org-tags-expand t] 4 "\n\n(fn TAG)"] (ARCHIVE)) This is difficult to tell because the backtrace is not complete, and it is compiled. AFAICT, somewhere, you have a list of tags like '(ARCHIVE) but it should be '("ARCHIVE"). If that doesn't ring a bell, please a complete, un-compiled backtrace (i.e., using C-u M-x org-reload). Regards, -- Nicolas Goaziou