diff options
author | Sacha Chua <sacha@sachachua.com> | 2023-09-22 14:07:17 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2023-09-22 14:07:17 -0400 |
commit | 7f7936e805a01807ada346c3d5e519fad3bc4693 (patch) | |
tree | 6b444e5cfe53cc598533994dff693073e52bb4a9 /2023/organizers-notebook | |
parent | a0a5cc1efb389391a5bcb1ebe5c8b6e75158b89c (diff) | |
download | emacsconf-wiki-7f7936e805a01807ada346c3d5e519fad3bc4693.tar.xz emacsconf-wiki-7f7936e805a01807ada346c3d5e519fad3bc4693.zip |
update schedule
Diffstat (limited to '2023/organizers-notebook')
-rw-r--r-- | 2023/organizers-notebook/index.org | 15 |
1 files changed, 14 insertions, 1 deletions
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}! |