From cdd2f37086b6940eaec270534d19b5c9dfe595f3 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Wed, 13 Sep 2023 08:59:01 -0400 Subject: add date submitted, date to notify --- emacsconf-publish.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emacsconf-publish.el') diff --git a/emacsconf-publish.el b/emacsconf-publish.el index de8b2a6..bdb9d9e 100644 --- a/emacsconf-publish.el +++ b/emacsconf-publish.el @@ -220,10 +220,10 @@ (plist-get o :qa-link) "" "" (if (plist-get o :pad-url) - (format "Open pad" (plist-get o :pad-url)) + (format "Pad" (plist-get o :pad-url)) "") "" - "" (format "Open chat" (plist-get o :webchat-url)) + "" (format "Chat" (plist-get o :webchat-url)) "" "" "" (format-time-string "%-l:%M" (plist-get o :start-time) emacsconf-timezone) "" -- cgit v1.2.3