From 911ca4f70fbd06602c6e8d427638e1c9ee85716a Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Mon, 21 Nov 2022 07:56:10 -0500 Subject: add caption note --- emacsconf-publish.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/emacsconf-publish.el b/emacsconf-publish.el index a1be814..2d5964a 100644 --- a/emacsconf-publish.el +++ b/emacsconf-publish.el @@ -1008,7 +1008,11 @@ Entries are sorted chronologically, with different tracks interleaved." (setq f (append f (list :extra - (if (plist-get f :captioner) (concat "
Being captioned by " (plist-get f :captioner) "
") "") + + (concat "
" + (emacsconf-surround "Being captioned by " (plist-get f :captioner) " " "") + (emacsconf-surround "Note: " (plist-get f :caption-note) "" "") + "
") :files (emacsconf-publish-talk-files f files)))) (format "
  • %s
    %s (id:%s)
    %s
  • " -- cgit v1.2.3