aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent
diff options
context:
space:
mode:
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)))))))