aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-04-11 14:17:13 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-04-11 19:12:30 +0200
commitceb6f38d29169527be90c637da1416b8b993011a (patch)
tree839782ee748940044a405a70aa10393d38a20ef7 /module/vcomponent
parentReplace config system with paramater based system. (diff)
downloadcalp-ceb6f38d29169527be90c637da1416b8b993011a.tar.gz
calp-ceb6f38d29169527be90c637da1416b8b993011a.tar.xz
Manual fixup of f589216
Name conflicts are apparently not good. Manual fixup since it's too much a hassle to undo the merge.
Diffstat (limited to 'module/vcomponent')
-rw-r--r--module/vcomponent/datetime/output.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/module/vcomponent/datetime/output.scm b/module/vcomponent/datetime/output.scm
index 8cb55782..f4085bbf 100644
--- a/module/vcomponent/datetime/output.scm
+++ b/module/vcomponent/datetime/output.scm
@@ -5,7 +5,6 @@
:use-module (text util)
:use-module (calp translation)
:use-module ((hnh util exceptions) :select (warning))
- :use-module ((vcomponent recurrence display) :select (format-recurrence-rule))
)
;; ev → sxml
@@ -15,7 +14,7 @@
;; Part of the sentance "Repeated [every two weeks], except on ~a, ~a & ~a"
;; See everything tagged [FRR]
`(,(_ "Repeated ")
- ,(format-recurrence-rule (prop ev 'RRULE))
+ ,((@ (vcomponent recurrence display) format-recurrence-rule) (prop ev 'RRULE))
,@(awhen (prop* ev 'EXDATE)
(list
;; See [FRR]