diff options
author | Sacha Chua <sacha@sachachua.com> | 2020-10-23 01:04:14 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2020-10-23 01:04:14 -0400 |
commit | 28a6c609182f161f121fff1563e0d67a9261ed7a (patch) | |
tree | f21b1e6b8a9d2a5175ec3696bca217f23ae1e709 /2020/submissions.org | |
parent | 1b389e01ce4db896a1882858131207845a890460 (diff) | |
parent | 58d81e33fec2501082de703840482ffc3b962037 (diff) | |
download | emacsconf-wiki-28a6c609182f161f121fff1563e0d67a9261ed7a.tar.xz emacsconf-wiki-28a6c609182f161f121fff1563e0d67a9261ed7a.zip |
Merge branch 'master' of git.emacsconf.org:emacsconf-wiki
Diffstat (limited to '')
-rw-r--r-- | 2020/submissions.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/2020/submissions.org b/2020/submissions.org index 0aa8826e..90d82dce 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 () |