aboutsummaryrefslogtreecommitdiff
path: root/config.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-03-02 00:35:24 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2020-03-02 00:35:24 +0100
commita8c1685ace03d4d30915f6375cff6e046eb41dd4 (patch)
tree62e79fa0d84d6a53ed1c1188621a1eba0008704e /config.scm
parentWarn on empty-line during parse. (diff)
downloadcalp-a8c1685ace03d4d30915f6375cff6e046eb41dd4.tar.gz
calp-a8c1685ace03d4d30915f6375cff6e046eb41dd4.tar.xz
Made start of week for html configurable.
Diffstat (limited to 'config.scm')
-rw-r--r--config.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.scm b/config.scm
index ef381bfd..c4996d40 100644
--- a/config.scm
+++ b/config.scm
@@ -9,7 +9,8 @@
(ice-9 regex)
(ice-9 rdelim)
(sxml simple)
- (glob))
+ (glob)
+ (datetime util))
(calendar-files (glob "~/.local/var/cal/*"))
@@ -59,3 +60,5 @@
#f "<br>" str
'pre "<br/>" 'post))]
[else (parse-links str)])))
+
+(week-start mon)