aboutsummaryrefslogtreecommitdiff
path: root/code.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-03-08 13:27:06 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-03-08 13:27:06 +0100
commit8cb32b73d8d84402b63f94b612357f144c7a69e7 (patch)
treefb6c7756c8359e397214058354624d332407aa32 /code.scm
parentMade DTSTART have <time> instead of <date> type. (diff)
downloadcalp-8cb32b73d8d84402b63f94b612357f144c7a69e7.tar.gz
calp-8cb32b73d8d84402b63f94b612357f144c7a69e7.tar.xz
Fix main.
Diffstat (limited to 'code.scm')
-rw-r--r--code.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/code.scm b/code.scm
index 8cffc7e1..af6c7b8c 100644
--- a/code.scm
+++ b/code.scm
@@ -1,12 +1,13 @@
(define-module (code)
#:export (extract sort* color-if
- for-each-in STR-YELLOW STR-RESET
+ STR-YELLOW STR-RESET
print-vcomponent))
(use-modules (srfi srfi-19)
(srfi srfi-19 util)
(srfi srfi-26)
- (vcalendar))
+ (vcalendar)
+ (util))
(define (extract field)
(cut get-attr <> field))