diff options
Diffstat (limited to '2020/submissions.org')
-rw-r--r-- | 2020/submissions.org | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/2020/submissions.org b/2020/submissions.org index d86541b1..97fc09fa 100644 --- a/2020/submissions.org +++ b/2020/submissions.org @@ -3237,6 +3237,8 @@ The total is written to the MIN_TIME_SUM property of this heading" %s +%s + " "!meta" (replace-regexp-in-string "\"" "\\\\\"" (plist-get o :title)) @@ -3244,6 +3246,7 @@ The total is written to the MIN_TIME_SUM property of this heading" (plist-get o :speakers) nav-links (plist-get o :talk-id) + schedule nav-links))) (write-file (format "talks/%s.md" (plist-get o :talk-id))))) talks))) |