diff options
author | Sacha Chua <sacha@sachachua.com> | 2025-01-07 12:08:38 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2025-01-07 12:08:38 -0500 |
commit | 4b4566625fa3d03cc71b1fb5fcb0e05a380d9cab (patch) | |
tree | daeba8ea171645998347c506ce045f62f9558585 | |
parent | 9aecc040619a714c6f9af69680c46a2e8aad8e04 (diff) | |
download | emacsconf-el-4b4566625fa3d03cc71b1fb5fcb0e05a380d9cab.tar.xz emacsconf-el-4b4566625fa3d03cc71b1fb5fcb0e05a380d9cab.zip |
tweak pad
-rw-r--r-- | emacsconf-pad.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacsconf-pad.el b/emacsconf-pad.el index 6a79d45..2209b6d 100644 --- a/emacsconf-pad.el +++ b/emacsconf-pad.el @@ -366,7 +366,7 @@ ${next-talk-list} (replace-regexp-in-string "https://studio\\.youtube\\.com/video/\\([^/]+\\)/livestreaming" "https://youtube.com/live/\\1" (assoc-default "YouTube URL" shift-rtmp 'string=)) - :checkin-pad (concat emacsconf-pad-base "checkin-" (downcase (format-time-string "%a" (date-to-time (plist-get shift :start))))))) + :checkin-pad (concat emacsconf-pad-base "private-" emacsconf-private-pad-prefix "-checkin-" (downcase (format-time-string "%a" (date-to-time (plist-get shift :start))))))) (shift-talks (mapcar (lambda (o) (append prefixed o)) (seq-filter @@ -498,6 +498,7 @@ ${next-talk-list} <ul><li>[ ] Window or screen can be shared <li>[ ] Text is readable</li></ul> <li>[ ] Webcam sharing (optional)</li></ul></li> +<li>[ ] What kind of facilitation would the speaker like? (Host reads questions, chats a lot, etc.)</li></ul></li> <li>OK to do other things until going live at <strong>${live}</strong></li> <li>People will add questions to the pad or IRC channel; host can read them to you, or you can read them</li> <li>You can answer questions in any order, and you can skip questions if you want. Feel free to take your time to think about answers or to save some for following up later</li> |