summaryrefslogtreecommitdiffstats
path: root/2020/submissions.org
diff options
context:
space:
mode:
Diffstat (limited to '2020/submissions.org')
-rw-r--r--2020/submissions.org6
1 files changed, 4 insertions, 2 deletions
diff --git a/2020/submissions.org b/2020/submissions.org
index 838bd67f..0c9b254f 100644
--- a/2020/submissions.org
+++ b/2020/submissions.org
@@ -3170,8 +3170,8 @@ The total is written to the MIN_TIME_SUM property of this heading"
(nav-links (format "Back to the [[schedule]] \n%s%s"
(if prev-talk (format "Previous: %s \n" prev-talk) "")
(if next-talk (format "Next: %s \n" next-talk) ""))))
- (insert (format "[[!meta title=\"%s\"]]
-[[!meta copyright=\"Copyright © 2020 %s\"]]
+ (insert (format "[[%s title=\"%s\"]]
+[[%s copyright=\"Copyright © 2020 %s\"]]
%s
@@ -3184,7 +3184,9 @@ 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!
<!-- 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
(plist-get o :title)