summaryrefslogtreecommitdiffstats
path: root/emacsconf-ical.el
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-10-30 19:25:19 -0400
committerSacha Chua <sacha@sachachua.com>2022-10-30 19:25:19 -0400
commitdef383660144df547b7ce41cf4322222e39336d1 (patch)
treee74a15a6da8f88a4b475759cf06f7a090c4de9bd /emacsconf-ical.el
parent309b9937f416a349c3fb05fbed607c93f37ef3a9 (diff)
downloademacsconf-el-def383660144df547b7ce41cf4322222e39336d1.tar.xz
emacsconf-el-def383660144df547b7ce41cf4322222e39336d1.zip
Publishing updates
Diffstat (limited to 'emacsconf-ical.el')
-rw-r--r--emacsconf-ical.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacsconf-ical.el b/emacsconf-ical.el
index e6e5e68..cf59a31 100644
--- a/emacsconf-ical.el
+++ b/emacsconf-ical.el
@@ -126,3 +126,5 @@
(expand-file-name emacsconf-year emacsconf-directory)))
(insert (emacsconf-format-as-ical (cdr entry)))))))
(seq-group-by (lambda (o) (plist-get o :track)) (or info (emacsconf-get-talk-info)))))
+
+(provide 'emacsconf-ical)