From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/88815 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eric S Fraga Newsgroups: gmane.emacs.gnus.general Subject: icalendar event without description field fails on export Date: Tue, 15 Oct 2019 09:10:35 +0100 Organization: On the Interweb somewhere Message-ID: <87mue2juo4.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="225818"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: ding@gnus.org Original-X-From: ding-owner+M37019@lists.math.uh.edu Tue Oct 15 10:11:47 2019 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iKHvn-000wYw-D4 for ding-account@gmane.org; Tue, 15 Oct 2019 10:11:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.92.3) (envelope-from ) id 1iKHuz-0006ZP-Gx; Tue, 15 Oct 2019 03:10:57 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1iKHuv-0006Wf-Ay for ding@lists.math.uh.edu; Tue, 15 Oct 2019 03:10:53 -0500 Original-Received: from [80.91.231.51] (helo=quimby.gnus.org) by mx1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92.3) (envelope-from ) id 1iKHut-000821-3o for ding@lists.math.uh.edu; Tue, 15 Oct 2019 03:10:53 -0500 Original-Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226] helo=blaine.gmane.org) by quimby.gnus.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iKHun-0001xB-JI for ding@gnus.org; Tue, 15 Oct 2019 10:10:49 +0200 Original-Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1iKHum-000vVB-Kv for ding@gnus.org; Tue, 15 Oct 2019 10:10:44 +0200 X-Injected-Via-Gmane: http://gmane.org/ X-Url: http://www.ucl.ac.uk/~ucecesf/ Cancel-Lock: sha1:I7uC64wRCepcwJTGpVRcEcQUxnk= List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:88815 Archived-At: If I receive a calendar invite which has no description field, the gnus-icalendar-event-export function fails with a nil string. --8<---------------cut here---------------start------------->8--- Debugger entered--Lisp error: (wrong-type-argument char-or-string-p nil) #f(compiled-function (event reply-status) "Return string with new `org-mode' entry describing EVENT." #)(# nil) apply(#f(compiled-function (event reply-status) "Return string with new `org-mode' entry describing EVENT." #) # nil) gnus-icalendar-event->org-entry(# nil) gnus-icalendar:org-event-save(# nil) #f(compiled-function (event reply-status) #)(# nil) apply(#f(compiled-function (event reply-status) #) # nil) gnus-icalendar-event:sync-to-org(# nil) gnus-icalendar-sync-event-to-org(#) gnus-icalendar-event-export() funcall-interactively(gnus-icalendar-event-export) call-interactively(gnus-icalendar-event-export nil nil) command-execute(gnus-icalendar-event-export) --8<---------------cut here---------------end--------------->8--- -- Eric S Fraga via Emacs 27.0.50 & org 9.2.4 on Debian bullseye/sid