From 7a4117a8eefd6bfb33a7a9be0f16acaacea68d3f Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sun, 3 Sep 2023 15:51:06 -0400 Subject: use :time instead of :duration? --- emacsconf-schedule.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacsconf-schedule.el') diff --git a/emacsconf-schedule.el b/emacsconf-schedule.el index 7ce4fb5..4464014 100644 --- a/emacsconf-schedule.el +++ b/emacsconf-schedule.el @@ -448,7 +448,7 @@ Each function should take the info and manipulate it as needed, returning the ne (unless (plist-get o :buffer) (plist-put o :buffer (number-to-string - (if (string-match "live" (plist-get o :q-and-a)) + (if (string-match "live" (or (plist-get o :q-and-a) "live")) emacsconf-schedule-default-buffer-minutes-for-live-q-and-a emacsconf-schedule-default-buffer-minutes))))) o) -- cgit v1.2.3