From b3b0cfa1f290e73655a41aa643da403e8b54fff5 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Wed, 30 Nov 2022 15:22:49 -0500 Subject: hyperlists --- emacsconf-pad.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/emacsconf-pad.el b/emacsconf-pad.el index c40cf6c..5d1ca20 100644 --- a/emacsconf-pad.el +++ b/emacsconf-pad.el @@ -589,13 +589,17 @@ ${bbb-checklist}") ) ))) -(defun emacsconf-pad-prepopulate-hyperlists () +(defun emacsconf-pad-prepopulate-shift-hyperlists () (interactive) (let ((info (emacsconf-prepare-for-display (emacsconf-get-talk-info)))) (mapc (lambda (shift) (emacsconf-pad-prepopulate-shift-hyperlist shift info)) emacsconf-shifts))) +(defun emacsconf-pad-prepopulate-hyperlists () + (interactive) + (emacsconf-pad-prepopulate-shift-hyperlists) + (emacsconf-pad-prepopulate-host-hyperlists)) (defun emacsconf-pad-expand-intro (talk) (cond ((null (plist-get talk :speakers)) -- cgit v1.2.3