summaryrefslogtreecommitdiffstats
path: root/2020/submissions.md
diff options
context:
space:
mode:
Diffstat (limited to '2020/submissions.md')
-rw-r--r--2020/submissions.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/2020/submissions.md b/2020/submissions.md
index 07f7c350..e6dad246 100644
--- a/2020/submissions.md
+++ b/2020/submissions.md
@@ -3993,8 +3993,8 @@ Some conference-related functions
(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
@@ -4007,7 +4007,9 @@ Some conference-related functions
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)