From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id mAelGmkBNV+JGQAA0tVLHw (envelope-from ) for ; Thu, 13 Aug 2020 09:01:29 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id +M+ZFmkBNV85AwAA1q6Kng (envelope-from ) for ; Thu, 13 Aug 2020 09:01:29 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D5C699400C7 for ; Thu, 13 Aug 2020 09:01:28 +0000 (UTC) Received: from localhost ([::1]:47544 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k6971-0000Nb-GN for larch@yhetil.org; Thu, 13 Aug 2020 05:01:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58474) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k696J-0000NP-0p for emacs-orgmode@gnu.org; Thu, 13 Aug 2020 05:00:43 -0400 Received: from outpost1.zedat.fu-berlin.de ([130.133.4.66]:38047) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k696G-0003c3-Qm for emacs-orgmode@gnu.org; Thu, 13 Aug 2020 05:00:42 -0400 Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.93) for emacs-orgmode@gnu.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (envelope-from ) id 1k696B-001Zps-Id; Thu, 13 Aug 2020 11:00:35 +0200 Received: from [130.133.144.204] (helo=hornfels) by inpost2.zedat.fu-berlin.de (Exim 4.93) for emacs-orgmode@gnu.org with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (envelope-from ) id 1k696B-000Kwr-AB; Thu, 13 Aug 2020 11:00:35 +0200 From: "Loris Bennett" To: Org Mode Mailing List Subject: Re: org-caldav-sync hangs References: <87v9hqekg0.fsf@hornfels.zedat.fu-berlin.de> <87pn7ymwdo.fsf@ucl.ac.uk> Date: Thu, 13 Aug 2020 11:00:34 +0200 In-Reply-To: <87pn7ymwdo.fsf@ucl.ac.uk> (Eric S. Fraga's message of "Mon, 10 Aug 2020 15:02:59 +0100") Message-ID: <87wo22539p.fsf@hornfels.zedat.fu-berlin.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Original-Sender: loris.bennett@fu-berlin.de X-Originating-IP: 130.133.144.204 Received-SPF: pass client-ip=130.133.4.66; envelope-from=loris@zedat.fu-berlin.de; helo=outpost1.zedat.fu-berlin.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/13 05:00:35 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Spam-Score: -1.01 X-TUID: V0IELyMeujZt Hi Eric, Eric S Fraga writes: > On Monday, 10 Aug 2020 at 14:47, Loris Bennett wrote: >> The following used to work ca. 6-8 weeks ago to work and allow me to >> synchronise events in an Org file with a calendar provided by a >> Nextcloud instance: > > I had this problem in the past, or something similar. I found that I > had to run org-lint on all my relevant files. Some of my files had the > properties drawer in the wrong place (things have changed along the way > with respect to where org expects these to be). Once I fixed them, > everything has worked smoothly. I also use org-caldav-sync with a > nextcloud instance. > > Just in case, and grasping at straws, another possibility may be that > the file which keeps track of org IDs (~/.emacs.d/.org-id-locations on > my system) has ended up inconsistent with your actual org files. You > may be able to delete that file (make a copy in case I'm wrong) and it > should be re-generated. Thanks for the suggestions. Unfortunately all the relevant Org file pass linting and regenerating .org-id-locations didn't help. What I do occasionally see is this error: up-list: Scan error: "Unbalanced parentheses", 388, 126 However I don't even know whether this is coming from Org or not, so I can't tell whether it is relevant. Cheers, Loris -- This signature is currently under construction.