From 889763d3d6fab999c592b3ec3cfd39846c8c755e Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Fri, 27 Nov 2020 23:02:02 -0500 Subject: Add schedule entries for opening and closing remarks --- 2020/submissions.org | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to '2020/submissions.org') diff --git a/2020/submissions.org b/2020/submissions.org index c494e661..d241eb7a 100644 --- a/2020/submissions.org +++ b/2020/submissions.org @@ -178,6 +178,7 @@ SCHEDULED: <2020-11-28 Sat 09:00-09:30> :NAME: Amin Bandali :CUSTOM_ID: talk00 :TALK_ID: 00 +:ROOM: A :END: *** 9:30 - 12:00 User talks :morning: :PROPERTIES: @@ -3170,12 +3171,15 @@ The total is written to the MIN_TIME_SUM property of this heading" (speakers (plist-get o :speakers))) (if (eq (plist-get o :type) 'headline) (format "%s" - title) + (if (plist-get o :talk-id) + (conf/format-talk-link o) + title)) (format "%s%s%s%s" - start end (conf/format-talk-link o) speakers)))) (cdr info) "\n"))) + start end (conf/format-talk-link o) speakers)))) + (cdr info) "\n"))) (defun conf/filter-talks (info) - (seq-filter (lambda (o) (eq (plist-get o :type) 'talk)) info)) + (seq-filter (lambda (o) (plist-get o :talk-id)) info)) (defun conf/split-out-talk-information () (interactive) -- cgit v1.2.3