From 831ee6e441e33bc4ce7a87aeb58de45efcadc807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 5 Nov 2019 11:37:33 +0100 Subject: Move remaining stuff out of vcomponent. --- module/main.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/main.scm') diff --git a/module/main.scm b/module/main.scm index 93baf35d..4bf20ede 100755 --- a/module/main.scm +++ b/module/main.scm @@ -38,7 +38,7 @@ exec guile -e main -s $0 "$@" ;; ;; Given as a sepparate function from main to ease debugging. (define* (init proc #:key (calendar-files (calendar-files))) - (define calendars (map parse-calendar calendar-files)) + (define calendars (map parse-cal-path calendar-files)) (define events (concatenate ;; TODO does this drop events? (map (lambda (cal) (filter (lambda (o) (eq? 'VEVENT (type o))) -- cgit v1.2.3