summaryrefslogtreecommitdiffstats
path: root/2020
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2020-12-03 09:25:41 -0500
committerSacha Chua <sacha@sachachua.com>2020-12-03 09:25:41 -0500
commit87c1476c7b566349c6239978c3c5a1ebd96de9b7 (patch)
treea6a4a7af8400b781bfad4dbdf6d9a2c13ec71a8d /2020
parentc039b865a1fd246fb4e183896631de8c4f35fc13 (diff)
downloademacsconf-wiki-87c1476c7b566349c6239978c3c5a1ebd96de9b7.tar.xz
emacsconf-wiki-87c1476c7b566349c6239978c3c5a1ebd96de9b7.zip
Update text
Diffstat (limited to '2020')
-rw-r--r--2020/sidebar.md4
-rw-r--r--2020/submissions.org4
2 files changed, 3 insertions, 5 deletions
diff --git a/2020/sidebar.md b/2020/sidebar.md
index 7abbeb02..d6584f7d 100644
--- a/2020/sidebar.md
+++ b/2020/sidebar.md
@@ -4,7 +4,5 @@
---
-* [[**Schedule**|schedule]]
-* [[**Poster**|poster]]
-* [[Planning]]
+* [[**Talks**|talks]]
* [[Code of Conduct|conduct]]
diff --git a/2020/submissions.org b/2020/submissions.org
index f159cf30..13404475 100644
--- a/2020/submissions.org
+++ b/2020/submissions.org
@@ -3166,7 +3166,7 @@ The total is written to the MIN_TIME_SUM property of this heading"
list))
(defun conf/format-talk-link (talk)
- (and talk (if (plist-get talk :id)
+ (and talk (if (plist-get talk :talk-id)
(format "<a href=\"/2020/talks/%s\">%s</a>"
(plist-get talk :talk-id)
(plist-get talk :title))
@@ -3299,7 +3299,7 @@ Talk page: <https://emacsconf.org/2020/schedule/%s>
(save-buffer))))
(defun conf/generate-talks-page ()
- (let ((info conf/info))
+ (let ((info (conf/filter-talks conf/info)))
(with-temp-buffer
(find-file "talk-details.md")
(erase-buffer)