From a5e5d511fa98dc8ad63dc8756989e55238cddfda Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Tue, 17 Jun 2025 12:19:59 -0400 Subject: export organizer notebook to Markdown --- 2025/organizers-notebook/index.org | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to '2025/organizers-notebook/index.org') diff --git a/2025/organizers-notebook/index.org b/2025/organizers-notebook/index.org index 470d603b..18a572d9 100644 --- a/2025/organizers-notebook/index.org +++ b/2025/organizers-notebook/index.org @@ -1,4 +1,4 @@ -# [[elisp:(progn (memoize 'emacsconf-get-talk-info "5 seconds") (org-md-export-to-markdown) (memoize-restore 'emacsconf-get-talk-info))][Export this file to Markdown]] +# [[elisp:(progn (memoize 'emacsconf-get-talk-info "5 seconds") (condition-case nil (org-md-export-to-markdown) (error nil)) (memoize-restore 'emacsconf-get-talk-info))][Export this file to Markdown]] #+TAGS: emacsconf # [[elisp:(memoize 'emacsconf-get-talk-info "5 seconds")][Memoize emacsconf-get-talk-info]] - [[elisp:(memoize-restore 'emacsconf-get-talk-info)][Unmemoize]] #+todo: TODO(t) SOMEDAY STARTED INPROGRESS(i) WAITING(w) STANDBY(s) BLOCKED(b) | DONE(x) CANCELLED(c) @@ -171,7 +171,7 @@ emacsconf-discuss, reddit.com/r/emacs, Emacs News, emacs-tangents, Mastodon, X :END: #+NAME: schedule -#+begin_src emacs-lisp :results value replace :exports none :eval never-export :var filename="schedule-1.5-tracks.svg" +#+begin_src emacs-lisp :results value replace :exports none :eval never-export :var filename="schedule.svg" (require 'emacsconf) (require 'emacsconf-schedule) (setq emacsconf-schedule-tracks @@ -200,12 +200,12 @@ emacsconf-discuss, reddit.com/r/emacs, Emacs News, emacs-tangents, Mastodon, X '(("GEN Saturday, Dec 6" :start "2025-12-06 09:00" :set-track "General") sat-open (lunch :start "12:00") - (sat-close :start "17:00") + (sat-close :start "16:30") ("DEV Saturday, Dec 6" :start "2025-12-06 10:00" :set-track "Development") (lunch :start "12:00") - ("GEN Sunday, Dec 8" :start "2025-12-06 09:00" :set-track "General") + ("GEN Sunday, Dec 7" :start "2025-12-07 09:00" :set-track "General") sun-open - (lunch :start "12:00") + (lunch :start "12:00" :start "16:30") (sun-close) )) (setq emacsconf-schedule-draft (emacsconf-schedule-prepare (emacsconf-schedule-inflate-sexp emacsconf-schedule-plan))) @@ -223,9 +223,10 @@ emacsconf-discuss, reddit.com/r/emacs, Emacs News, emacs-tangents, Mastodon, X #+RESULTS: schedule :results: +sunday closing remarks: Starts at 13:00 before 16:30 :end: -[[file:schedule-1.5-tracks.svg]] +[[file:schedule.svg]] Legend: - light blue: constraint is <= a time -- cgit v1.2.3