aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html/view/calendar/shared.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-03-08 00:24:17 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-03-15 01:43:12 +0100
commitcf43fc7699a079ae18c494608ff38f868f2046cf (patch)
tree1681b79de868dbdb846a90473dd32eec1cb55a31 /module/calp/html/view/calendar/shared.scm
parentRespecificy return value of with-atomic-output-to-file. (diff)
downloadcalp-cf43fc7699a079ae18c494608ff38f868f2046cf.tar.gz
calp-cf43fc7699a079ae18c494608ff38f868f2046cf.tar.xz
Move summary-filter and description-filter configs to more sensible place.
Diffstat (limited to 'module/calp/html/view/calendar/shared.scm')
-rw-r--r--module/calp/html/view/calendar/shared.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/module/calp/html/view/calendar/shared.scm b/module/calp/html/view/calendar/shared.scm
index b00888a9..3e6ff105 100644
--- a/module/calp/html/view/calendar/shared.scm
+++ b/module/calp/html/view/calendar/shared.scm
@@ -7,15 +7,13 @@
:select (event-length
overlapping?
event-length/clamped))
- :use-module ((vcomponent datetime output)
- :select (format-summary))
:use-module (hnh util tree)
:use-module (datetime)
:use-module (calp html config)
:use-module ((calp html components)
:select (btn tabset))
:use-module ((calp html vcomponent)
- :select (make-block) )
+ :select (make-block format-summary))
:use-module (ice-9 format)
)