summaryrefslogtreecommitdiffstats
path: root/2020
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2020-11-08 22:57:54 -0500
committerSacha Chua <sacha@sachachua.com>2020-11-08 22:57:54 -0500
commit894c20581c5bc29bb52beb5b52ef7dcd0a600ecc (patch)
tree2b1c762e2853c7c8e1b7124a0a139a791848c54e /2020
parenta562a0290ee6a1b06a24d35319fb49104c358802 (diff)
downloademacsconf-wiki-894c20581c5bc29bb52beb5b52ef7dcd0a600ecc.tar.xz
emacsconf-wiki-894c20581c5bc29bb52beb5b52ef7dcd0a600ecc.zip
Hide !meta from ikiwiki
Diffstat (limited to '2020')
-rw-r--r--2020/submissions.md6
-rw-r--r--2020/submissions.org6
2 files changed, 8 insertions, 4 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 &copy; 2020 %s\"]]
+ (insert (format "[[%s title=\"%s\"]]
+ [[%s copyright=\"Copyright &copy; 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)
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 &copy; 2020 %s\"]]
+ (insert (format "[[%s title=\"%s\"]]
+[[%s copyright=\"Copyright &copy; 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)