From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FORGED_GMAIL_RCVD,FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: from mx1.math.uh.edu (mx1.math.uh.edu [129.7.128.32]) by inbox.vuxu.org (Postfix) with ESMTP id 8D99F2BB9F for ; Mon, 4 Nov 2024 18:54:20 +0100 (CET) Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.98) (envelope-from ) id 1t81HI-000000034BQ-2mXy for ml@inbox.vuxu.org; Mon, 04 Nov 2024 11:54:15 -0600 Received: from lists1.math.uh.edu ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.97.1) (envelope-from ) id 1t81HH-00000006PNy-1XAY for ml@inbox.vuxu.org; Mon, 04 Nov 2024 11:54:11 -0600 Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtp (Exim 4.97.1) (envelope-from ) id 1t81HE-00000006PNp-38kq for ding@lists.math.uh.edu; Mon, 04 Nov 2024 11:54:08 -0600 Received: from quimby.gnus.org ([95.216.78.240]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.98) (envelope-from ) id 1t81H9-000000034Av-3usK for ding@lists.math.uh.edu; Mon, 04 Nov 2024 11:54:08 -0600 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:Mime-Version:References:Message-ID:Date:Subject: From:To:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=kvl5kgP92dL83NMRZdGsRWXm7kTIKVuxv/+rRR3Vd60=; b=bEyzV9cQDNWrVmZ4UezZ6WVZxe fcuDnRbISaZxAJnyyzTc1+5IrNXJ0An5KVuAYKlYyYpBqoQkGJz6Pusp8Nyj+iej1Y9CRzqYCrcmr 2GZNM4Jt88OkEN0UzaUi1zSGmTDGar2ocFFiSI42zhKMrNrhC4QWZkPkohM6089gWifk=; Received: from ciao.gmane.io ([116.202.254.214]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1t81H2-0004Am-Ss for ding@gnus.org; Mon, 04 Nov 2024 18:53:59 +0100 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1t81H1-0003Rb-4n for ding@gnus.org; Mon, 04 Nov 2024 18:53:55 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: Darek Subject: Re: gnus-calendar fails to capture to org file Date: Mon, 04 Nov 2024 18:53:50 +0100 Message-ID: <87ttcm7ump.fsf@gmail.com> References: <87h68ss7i0.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Cancel-Lock: sha1:NnHuRmXp2EPJVG3NTEk8BYSpo0Q= List-ID: Precedence: bulk OK. Code is your friend. It turns out that in Gnus it works a bit differently than in Mu4e. That's also fine. On 2024/10/31 14:54, Darek writes: > Sending a reply works fine. Accepting an invitation opens buffers for > all agenda files. I also have a *CAL* buffer filled with event data, but > nothing is written to the org file. I configured the function according > to the comments in gnus-icalendar.el. > > I used to use Mu4e and the capture worked fine. After switching to Gnus > I lost this function. > > Unfortunately gnus-verbose=10 *Messages* does not log any errors. I've > exhausted all my ideas. How can I diagnose the problem? -- Darek