summaryrefslogtreecommitdiffstats
path: root/emacsconf-schedule.el
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2023-09-03 15:51:06 -0400
committerSacha Chua <sacha@sachachua.com>2023-09-03 15:51:06 -0400
commit7a4117a8eefd6bfb33a7a9be0f16acaacea68d3f (patch)
treef8baeb8d7da3e17f089f0af377bd4fe74c07f7f4 /emacsconf-schedule.el
parent46a027d939bf17c6f002c2a5b49cbf62e958c254 (diff)
downloademacsconf-el-7a4117a8eefd6bfb33a7a9be0f16acaacea68d3f.tar.xz
emacsconf-el-7a4117a8eefd6bfb33a7a9be0f16acaacea68d3f.zip
use :time instead of :duration?
Diffstat (limited to 'emacsconf-schedule.el')
-rw-r--r--emacsconf-schedule.el2
1 files changed, 1 insertions, 1 deletions
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)