diff options
author | Sacha Chua <sacha@sachachua.com> | 2020-11-08 22:57:54 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2020-11-08 22:57:54 -0500 |
commit | 894c20581c5bc29bb52beb5b52ef7dcd0a600ecc (patch) | |
tree | 2b1c762e2853c7c8e1b7124a0a139a791848c54e /2020/submissions.org | |
parent | a562a0290ee6a1b06a24d35319fb49104c358802 (diff) | |
download | emacsconf-wiki-894c20581c5bc29bb52beb5b52ef7dcd0a600ecc.tar.xz emacsconf-wiki-894c20581c5bc29bb52beb5b52ef7dcd0a600ecc.zip |
Hide !meta from ikiwiki
Diffstat (limited to '2020/submissions.org')
-rw-r--r-- | 2020/submissions.org | 6 |
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 <http://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) |