From f10330905c780ecfa55e07c231d515bb3cb4c637 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Wed, 3 Dec 2025 14:39:01 -0500 Subject: skip missing speakers in public index --- emacsconf-publish.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacsconf-publish.el b/emacsconf-publish.el index 8fbb3d0..8e42f79 100644 --- a/emacsconf-publish.el +++ b/emacsconf-publish.el @@ -1644,11 +1644,11 @@ answers without needing to listen to everything again. You can see
%s
%s
%s%s" + (format "
  • %s%s
  • %s" (plist-get o :slug) (plist-get o :absolute-url) (plist-get o :title) - (plist-get o :speakers) + (emacsconf-surround "
    " (plist-get o :speakers) "
    " "") (emacsconf-publish-index-card (append (list :files (seq-remove (lambda (f) (string-match "--answers" f)) -- cgit v1.2.3