diff options
Diffstat (limited to '2020/submissions.org')
-rw-r--r-- | 2020/submissions.org | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/2020/submissions.org b/2020/submissions.org index a0911ba9..ee4c4c4d 100644 --- a/2020/submissions.org +++ b/2020/submissions.org @@ -3187,10 +3187,10 @@ The total is written to the MIN_TIME_SUM property of this heading" (mapc (lambda (o) (with-temp-buffer (insert - (format "# %s\n%s\n\n%s") - (plist-get o :title) - (plist-get o :speakers) - (plist-get o :info)) + (format "# %s\n%s\n\n%s" + (plist-get o :title) + (plist-get o :speakers) + (plist-get o :info))) (write-file (expand-file-name (format "%s.md" (plist-get o :talk-id)) "info")))) talks))) |