From 28f7cdc8e1cdaf022d4906b924e788ee9eb47789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 22 May 2020 22:54:18 +0200 Subject: Minor coment cleanup. --- module/output/ical.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'module/output') diff --git a/module/output/ical.scm b/module/output/ical.scm index cd97b346..e289456b 100644 --- a/module/output/ical.scm +++ b/module/output/ical.scm @@ -106,6 +106,8 @@ (define-public (component->ical-string component) (format #t "BEGIN:~a\r\n" (type component)) + ;; TODO this leaks internal information, + ;; write a better API for vcomponent. (hash-for-each ;; Special cases depending on key. ;; Value formatting is handled in @code{value-format}. -- cgit v1.2.3