From 58d81e33fec2501082de703840482ffc3b962037 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Thu, 22 Oct 2020 00:58:38 -0400 Subject: Hyperlink schedule reference to EmacsConf page --- 2020/submissions.org | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '2020/submissions.org') diff --git a/2020/submissions.org b/2020/submissions.org index 5aa5a7e5..36ce836b 100644 --- a/2020/submissions.org +++ b/2020/submissions.org @@ -8,7 +8,7 @@ [[elisp:(org-babel-execute-buffer)][Execute buffer]] - start with this to get the function definitions [[elisp:(conf/update-talks)][Update talk info]] - run this after changing talk time or order [[elisp:(let ((org-agenda-files (list (buffer-file-name)))) (org-agenda-list nil (org-read-date nil nil "2020-11-28") 2))][View as agenda]] -[[lisp:conf/generate-schedule-files][Generate schedule files]] +[[elisp:conf/generate-schedule-files][Generate schedule files]] * Tables @@ -3026,7 +3026,7 @@ The total is written to the MIN_TIME_SUM property of this heading" #+end_src ** Generate schedule file -#+begin_src emacs-lisp :results none +#+begin_src emacs-lisp :results none :eval yes (defun conf/get-talk-info () (let (talk results) (org-map-entries (lambda () @@ -3086,7 +3086,9 @@ The total is written to the MIN_TIME_SUM property of this heading" (insert (format "# %s\n%s \n%s\n\n%s\n\n Back to the [[schedule]] -All times are approximate, and we might shuffle talks around as needed. Please check https://emacsconf.org/2020 a few days before the start of the conference for instructions on how to watch and participate. +All times are approximate, and we might shuffle talks around as needed. +Please check a few days before the start of the +conference for instructions on how to watch and participate. See you then! \n[[!meta title=\"%s\"]]" (plist-get o :title) (format "%s - %s" -- cgit v1.2.3