aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/recurrence/display/sv.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-06-23 03:23:44 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-06-23 03:48:22 +0200
commit1976980d4a272fb7fc3694c734bfc6825edfc721 (patch)
tree8460db1176c64895e9968447588953fac85fe7d6 /module/vcomponent/recurrence/display/sv.scm
parentRemove all inline use-modules. (diff)
downloadcalp-1976980d4a272fb7fc3694c734bfc6825edfc721.tar.gz
calp-1976980d4a272fb7fc3694c734bfc6825edfc721.tar.xz
Centralize (almost) all exports to :export in define-module.
Diffstat (limited to 'module/vcomponent/recurrence/display/sv.scm')
-rw-r--r--module/vcomponent/recurrence/display/sv.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/module/vcomponent/recurrence/display/sv.scm b/module/vcomponent/recurrence/display/sv.scm
index 35b3569b..2bd70657 100644
--- a/module/vcomponent/recurrence/display/sv.scm
+++ b/module/vcomponent/recurrence/display/sv.scm
@@ -13,7 +13,8 @@
:use-module (vcomponent recurrence display common)
:use-module ((datetime) :select (time time->string
datetime->string
- week-day-name)))
+ week-day-name))
+ :export (format-recurrence-rule))
;; TODO this currently only groups on offsets, but not on days.
;; So 1MO, 1TU becomes "första måndagen och tisdagen", which is good
@@ -49,7 +50,7 @@
(map number->string-ordinal lst)
final-delim)))
-(define-public (format-recurrence-rule rrule)
+(define (format-recurrence-rule rrule)
(string-trim
(string-flatten
(list