summaryrefslogtreecommitdiffstats
path: root/2020/submissions.org
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2020-11-10 19:29:03 -0500
committerSacha Chua <sacha@sachachua.com>2020-11-10 19:29:03 -0500
commitcb1080a33bac7a81c6c69d3090d559dc400838d2 (patch)
treea0f9c7d2d09a5d1a36cc5868360605f0b5df3ca5 /2020/submissions.org
parent766cdf949e212dda1a27d60635720beeaa2a9c0d (diff)
downloademacsconf-wiki-cb1080a33bac7a81c6c69d3090d559dc400838d2.tar.xz
emacsconf-wiki-cb1080a33bac7a81c6c69d3090d559dc400838d2.zip
Tweak timezone entries
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 &copy; 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)))