summaryrefslogtreecommitdiffstats
path: root/2020/submissions.org
diff options
context:
space:
mode:
Diffstat (limited to '2020/submissions.org')
-rw-r--r--2020/submissions.org25
1 files changed, 13 insertions, 12 deletions
diff --git a/2020/submissions.org b/2020/submissions.org
index f6e87fdc..f16057a6 100644
--- a/2020/submissions.org
+++ b/2020/submissions.org
@@ -3209,34 +3209,35 @@ The total is written to the MIN_TIME_SUM property of this heading"
(insert (format "[[%s title=\"%s\"]]
[[%s copyright=\"Copyright © 2020 %s\"]]
-%s
+<!-- To edit the talk information, change /2020/info/TALKID.md. Boilerplate automatically generated from submissions.org using conf/generate-schedule-files --->\n
+
%s
[[!inline pages=\"internal(2020/info/%s)\" raw=\"yes\"]]
%s
+%s
+
All times are approximate, and we might shuffle talks around as needed.
Please check <https://emacsconf.org/2020> a few days before the start of the
conference for instructions on how to watch and participate. See you then!
-<!-- To edit the talk information, change /2020/info/TALKID.md. Boilerplate automatically generated from submissions.org using conf/generate-schedule-files --->\n
"
"!meta"
(replace-regexp-in-string "\"" "\\\\\"" (plist-get o :title))
"!meta"
(plist-get o :speakers)
nav-links
- (concat (format-time-string "%A, %b %e %Y, " (org-timestamp-to-time (org-timestamp-split-range timestamp)))
- (mapconcat
- (lambda (tz)
- (format "%s - %s"
- (format-time-string "%l:%M %p"
- (org-timestamp-to-time (org-timestamp-split-range timestamp)) tz)
- (format-time-string "%l:%M %p %Z"
- (org-timestamp-to-time (org-timestamp-split-range timestamp t)) tz)))
- conf/timezones
- " / "))
(plist-get o :talk-id)
+ (mapconcat
+ (lambda (tz)
+ (format "%s - %s"
+ (format-time-string "%A, %b %e %Y, %l:%M %p"
+ (org-timestamp-to-time (org-timestamp-split-range timestamp)) tz)
+ (format-time-string "%l:%M %p %Z"
+ (org-timestamp-to-time (org-timestamp-split-range timestamp t)) tz)))
+ conf/timezones
+ " \n")
nav-links)))
(write-file (format "schedule/%s.md" (plist-get o :talk-id)))))
talks)))