From 22ed21664f7f392212c58aeba5192ccb9b3ddcc3 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Mon, 15 Jan 2024 09:39:35 -0500 Subject: add docstring --- emacsconf-stream.el | 1 + 1 file changed, 1 insertion(+) 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)) -- cgit v1.2.3