diff options
Diffstat (limited to '')
-rw-r--r-- | 2022/info/workflows-after.md | 2 | ||||
-rw-r--r-- | 2022/organizers-notebook.org | 25 | ||||
-rw-r--r-- | 2022/talks/workflows.md | 2 |
3 files changed, 24 insertions, 5 deletions
diff --git a/2022/info/workflows-after.md b/2022/info/workflows-after.md index c0b9e8e2..19186be5 100644 --- a/2022/info/workflows-after.md +++ b/2022/info/workflows-after.md @@ -1,5 +1,5 @@ <!-- Automatically generated by emacsconf-generate-after-page --> -Questions or comments? Please e-mail [emacsconf-org-private@gnu.org](mailto:emacsconf-org-private@gnu.org?subject=Comment%20for%20EmacsConf%202022%20workflows%3A%20Org%20workflows%20for%20developers) +Questions or comments? Please e-mail [gmauer+emacsconf@gmail.com](mailto:gmauer+emacsconf@gmail.com?subject=Comment%20for%20EmacsConf%202022%20workflows%3A%20Org%20workflows%20for%20developers) <!-- End of emacsconf-generate-after-page --> diff --git a/2022/organizers-notebook.org b/2022/organizers-notebook.org index 2f3756a4..bc297c9b 100644 --- a/2022/organizers-notebook.org +++ b/2022/organizers-notebook.org @@ -206,8 +206,21 @@ Where: - [ ] Public wiki - [ ] Emacsconf-el - [ ] Publishing to the wiki -- [ ] Consult and Embark shortcuts for navigation - +- [ ] Consult and Embark shortcuts for navigation +**** Setup notes + +wget https://emacsconf.org/id_rsa_anon_git_emacsconf +mkdir -p ~/.ssh/ +chmod 600 ~/.ssh/ +mv id_rsa_anon_git_emacsconf ~/.ssh/ +chmod 600 ~/.ssh/id_rsa_anon_git_emacsconf + +git clone https://github.com/emacsconf/emacsconf-el.git +git clone anon@git.emacsconf.org:emacsconf-wiki +git clone git@git.emacsconf.org:emacsconf-2022-private + +[[file:/ssh:publish:~/README.org]] + *** STANDBY Add nice-to-have stuff to prepare.md :zaeph: - org-reveal config - SIL fonts choice @@ -386,6 +399,11 @@ Ideas: - Multiple streams with more space between talks, people choose which stream they want to watch - How other conferences do it - Speakers can attend related talks more easily +** Do we want people to advertise any openings with their companies or any work that they're looking for? + +- Speakers on their page? +- General audience on a wiki page somewhere? + ** Archive *** Where should volunteers e-mail? :LOGBOOK: @@ -1465,7 +1483,8 @@ Objectives for this e-mail: (defun emacsconf-draft-all-acceptances () (interactive) (let* ((emacsconf-talk-info-functions (append emacsconf-talk-info-functions '(emacsconf-get-talk-comments-from-subtree))) - (info (emacsconf-filter-talks (emacsconf-get-talk-info))) + (info (seq-filter (lambda (o) (string= (plist-get o :status) "TO_ACCEPT")) + (emacsconf-filter-talks (emacsconf-get-talk-info)))) (grouped (seq-group-by (lambda (o) (plist-get o :email)) info)) (template (emacsconf-mail-merge-get-template "acceptance"))) (mapc (lambda (group) diff --git a/2022/talks/workflows.md b/2022/talks/workflows.md index 20d082dc..07daf3ac 100644 --- a/2022/talks/workflows.md +++ b/2022/talks/workflows.md @@ -7,7 +7,7 @@ # Org workflows for developers -George Mauer (he/him/they/ze) +George Mauer (he/him/they/ze, IRC: gmauer, <mailto:gmauer+emacsconf@gmail.com>) [[!inline pages="internal(2022/info/workflows-before)" raw="yes"]] |