From 37b4d38289d0c271eb915167aa7c81303636e943 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Tue, 20 Sep 2022 14:51:50 -0400 Subject: Change producer to director --- 2022/organizers-notebook.org | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to '2022/organizers-notebook.org') diff --git a/2022/organizers-notebook.org b/2022/organizers-notebook.org index 5b7ea341..8f09f181 100644 --- a/2022/organizers-notebook.org +++ b/2022/organizers-notebook.org @@ -75,7 +75,7 @@ DEADLINE: <2022-10-28 Fri> :END: - Streamer - Send the combined stream to Icecast for broadcasting -- Producer (possibly same as streamer) +- Director (possibly same as streamer) - Switch scenes, manage audio volumes as needed - Host - Introduce talks and speakers @@ -225,7 +225,6 @@ amin P.S. please direct any replies to this post either to myself or to the emacsconf-discuss list, so as to help avoid generating extra off-topic chatter in the other lists cc'd on this message. Thank you. - ** DONE First announcement: CFP :PROPERTIES: :SUBJECT: [ANN] EmacsConf 2022 Second Call for Participation (extended until Sep 30) @@ -260,6 +259,18 @@ P.S. please direct any replies for this message either to me or to the emacsconf-discuss list, so as to help avoid generating extra off-topic chatter in the other lists Cc'd on this message. Thank you. +* Supporting code + +#+begin_src emacs-lisp +(defun emacsconf-org-publish-this-page () + (interactive) + (org-md-export-to-markdown) + (org-babel-tangle) + (magit-stage-modified) + (magit-commit-create (list "-m" (read-string "Commit message: "))) + (call-interactively #'magit-push-current-to-pushremote)) +#+end_src + * COMMENT Copyright & License Copyright (C) 2020-2022 Sacha Chua, Amin Bandali, Leo Vivier -- cgit v1.2.3