aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-11-08 18:26:30 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-11-08 18:26:30 +0100
commit6211166f3debf5bfaf647b64c50e5b98d8829bcb (patch)
tree755936a038991f4fc21a2b2d0992a1700e8f0e76 /module/vcomponent
parentFix flat event slice for calendars. (diff)
downloadcalp-6211166f3debf5bfaf647b64c50e5b98d8829bcb.tar.gz
calp-6211166f3debf5bfaf647b64c50e5b98d8829bcb.tar.xz
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.
Diffstat (limited to 'module/vcomponent')
-rw-r--r--module/vcomponent/xcal/output.scm2
1 files changed, 1 insertions, 1 deletions
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)))))))