From 7f7936e805a01807ada346c3d5e519fad3bc4693 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Fri, 22 Sep 2023 14:07:17 -0400 Subject: update schedule --- 2023/organizers-notebook/index.org | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to '2023/organizers-notebook') diff --git a/2023/organizers-notebook/index.org b/2023/organizers-notebook/index.org index 2a7972d5..662f8130 100644 --- a/2023/organizers-notebook/index.org +++ b/2023/organizers-notebook/index.org @@ -485,7 +485,6 @@ Schedule notes: (sort emacsconf-schedule-draft (lambda (a b) (string< (plist-get a :scheduled) (plist-get b :scheduled))))) "\n") #+end_src -#+RESULTS: draft-schedule-table | 2023-12-02 Sat 09:00-09:10 | [[emacsconf:sat-open][sat-open]] | Saturday opening remarks | | | 2023-12-02 Sat 09:10-09:20 | [[emacsconf:adventure][adventure]] | An Org-Mode based text adventure game for learning the basics of Emacs, inside Emacs, written in Emacs Lisp | Chung-hong Chan | | 2023-12-02 Sat 09:30-09:50 | [[emacsconf:uni][uni]] | Authoring and presenting university courses with Emacs and a full libre software stack | James Howell | @@ -535,10 +534,17 @@ Schedule notes: * E-mail templates +:PROPERTIES: +:CUSTOM_ID: templates +:END: ** Review +:PROPERTIES: +:CUSTOM_ID: review +:END: *** Template :PROPERTIES: :EMAIL_ID: review +:CUSTOM_ID: review-template :END: Thanks for submitting your proposal! (ZZZ: feedback) We're experimenting @@ -546,7 +552,13 @@ with early acceptance this year, so we'll wait a week in case the other volunteers want to chime in regarding your talk. =) ** Acceptance +:PROPERTIES: +:CUSTOM_ID: acceptance +:END: *** Function +:PROPERTIES: +:CUSTOM_ID: acceptance-func +:END: #+begin_src emacs-lisp (defun emacsconf-mail-accept-talk (talk &optional template) (interactive (list (emacsconf-complete-talk-info))) @@ -573,6 +585,7 @@ other volunteers want to chime in regarding your talk. =) :LOG_NOTE: accepted talk :SUBJECT: ${conf-name} ${year} acceptance: ${title} :FUNCTION: emacsconf-mail-accept-talk +:CUSTOM_ID: acceptance-template :END: Hi, ${speakers-short}! -- cgit v1.2.3