From ceb6f38d29169527be90c637da1416b8b993011a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 11 Apr 2022 14:17:13 +0200 Subject: Manual fixup of f589216 Name conflicts are apparently not good. Manual fixup since it's too much a hassle to undo the merge. --- module/vcomponent/datetime/output.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'module/vcomponent') 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] -- cgit v1.2.3