aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.org3
-rw-r--r--module/output/html.scm1
2 files changed, 4 insertions, 0 deletions
diff --git a/TODO.org b/TODO.org
index 2ebf8be1..43c03d6f 100644
--- a/TODO.org
+++ b/TODO.org
@@ -10,6 +10,7 @@
Tror majoriteten av tiden går åt i parse-steget.
** Config
*** TODO [#B] Hantera saknad eller tom konfiguration vid "typ" html.
+*** TODO Bättre felmedelanden vid saknar config
** Terminal
*** TODO [#B] Terminal interface on small terminal.
@@ -48,3 +49,5 @@ Found 17 calendars, named:
[[./doc/cal-overlap.png]]
+** Text Output
+\r vid text output?
diff --git a/module/output/html.scm b/module/output/html.scm
index d444155a..0f4125ca 100644
--- a/module/output/html.scm
+++ b/module/output/html.scm
@@ -110,6 +110,7 @@
(create-block-general day ev "top:~,3f%;height:~,3f%;left:~,3f%;width:~,3f%;"))
;; Lay out complete day (graphical)
+;; (date . (events)) -> sxml
(define (lay-out-day day)
(let* (((date . events) day)
(time (date->time-utc date))