From mboxrd@z Thu Jan 1 00:00:00 1970 From: Detlef Steuer Subject: Re: org-caldav problem; used to work Date: Mon, 17 Nov 2014 00:00:35 +0100 Message-ID: <20141117000035.5756d77c@linux-w3xx> References: <20141113154144.3c3e9d20@gaia> <87a93qvmm0.fsf@engster.org> <20141116231531.43e7141f@linux-w3xx> <87wq6uhjhj.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xq8oS-0008NI-1D for emacs-orgmode@gnu.org; Sun, 16 Nov 2014 18:01:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xq8oN-0000eA-4d for emacs-orgmode@gnu.org; Sun, 16 Nov 2014 18:00:55 -0500 Received: from plane.gmane.org ([80.91.229.3]:46507) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xq8oM-0000e4-U6 for emacs-orgmode@gnu.org; Sun, 16 Nov 2014 18:00:51 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Xq8oL-0002qR-O6 for emacs-orgmode@gnu.org; Mon, 17 Nov 2014 00:00:49 +0100 Received: from e176069080.adsl.alicedsl.de ([85.176.69.80]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Nov 2014 00:00:49 +0100 Received: from detlef.steuer by e176069080.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Nov 2014 00:00:49 +0100 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: emacs-orgmode@gnu.org Am Sun, 16 Nov 2014 23:24:24 +0100 schrieb Rasmus : > Detlef Steuer writes: >=20 > > Am Sun, 16 Nov 2014 22:53:11 +0100 > > schrieb David Engster : > > > >> Detlef Steuer writes: > >> > org-check-agenda-file: Wrong type argument: stringp, nil > >>=20 > >> Do M-x toggle-debug-on-error before the sync and you should get a > >> backtrace for the error. Just post that here and we might be able > >> to see what's going on. > >>=20 > >> -David > >>=20 > > > > Thx David! > > > > Here it is: >=20 > Try to remove nil in line 882. I.e.: >=20 > (apply 'org-icalendar--combine-files orgfiles) Yeah. Spot-on! Worked, but David`s fix also arrived before I could send this reply.=20 Thx a lot! Detlef >=20 > =E2=80=94Rasmus >=20