summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2024-01-15 09:39:35 -0500
committerSacha Chua <sacha@sachachua.com>2024-01-15 09:39:35 -0500
commit22ed21664f7f392212c58aeba5192ccb9b3ddcc3 (patch)
treefcb375204de64bae76f32b03dd554a982be48b6f
parentf0cb71781ab03c1df1b8af946fae0c18838e27e8 (diff)
downloademacsconf-el-22ed21664f7f392212c58aeba5192ccb9b3ddcc3.tar.xz
emacsconf-el-22ed21664f7f392212c58aeba5192ccb9b3ddcc3.zip
add docstring
-rw-r--r--emacsconf-stream.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacsconf-stream.el b/emacsconf-stream.el
index a09d43c..211749b 100644
--- a/emacsconf-stream.el
+++ b/emacsconf-stream.el
@@ -540,6 +540,7 @@ With a prefix argument (\\[universal-argument]), clear the overlay."
)))))
(defun emacsconf-stream-generate-in-between-pages (&optional info)
+ "Generate the title images."
(interactive)
(setq info (or emacsconf-schedule-draft (emacsconf-publish-prepare-for-display (emacsconf-filter-talks (or info (emacsconf-get-talk-info))))))
(let* ((by-track (seq-group-by (lambda (o) (plist-get o :track)) info))