From 6211166f3debf5bfaf647b64c50e5b98d8829bcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 8 Nov 2021 18:26:30 +0100 Subject: Comment out x-hnh-calendar-name. It caused tests to crash, since it requires that all components have parents (which is obviously false for root components), and that all those parents have a NAME field. --- module/vcomponent/xcal/output.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/vcomponent/xcal/output.scm') diff --git a/module/vcomponent/xcal/output.scm b/module/vcomponent/xcal/output.scm index 095c61c2..70288cba 100644 --- a/module/vcomponent/xcal/output.scm +++ b/module/vcomponent/xcal/output.scm @@ -123,7 +123,7 @@ (unless (null? props) `(properties ;; NOTE - (x-hnh-calendar-name (text ,(prop (parent component) 'NAME))) + ;; (x-hnh-calendar-name (text ,(prop (parent component) 'NAME))) ,@props))) ,(unless (null? (children component)) `(components ,@(map vcomponent->sxcal (children component))))))) -- cgit v1.2.3