diff options
author | Leo Vivier <zaeph@zaeph.net> | 2022-09-24 22:58:52 +0200 |
---|---|---|
committer | Leo Vivier <zaeph@zaeph.net> | 2022-09-24 22:58:52 +0200 |
commit | e488177fea481641c3dcc3dfcc57eb57718bad58 (patch) | |
tree | 76e3f1c35fa1c16cfefc3c29d89a0cf82dc3b3ec /2022 | |
parent | 0481fac64a261738031e6b38254c62effc803e5d (diff) | |
download | emacsconf-wiki-e488177fea481641c3dcc3dfcc57eb57718bad58.tar.xz emacsconf-wiki-e488177fea481641c3dcc3dfcc57eb57718bad58.zip |
Use standard key-bindings
Diffstat (limited to '2022')
-rw-r--r-- | 2022/organizers-notebook.md | 10 | ||||
-rw-r--r-- | 2022/organizers-notebook.org | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/2022/organizers-notebook.md b/2022/organizers-notebook.md index dd51e683..20136d1e 100644 --- a/2022/organizers-notebook.md +++ b/2022/organizers-notebook.md @@ -104,7 +104,7 @@ Planned dates and phases: Current phase: No prerecs to process yet, so it's a good time to focus on infrastructure -## TODO Review the submissions in the pad (see emacsconf-org-private or conf.org for the link) and add any objections or comments by Sept 26 for possible [early speaker notification](#org9611788), Oct 7 for everything :organizers: +## TODO Review the submissions in the pad (see emacsconf-org-private or conf.org for the link) and add any objections or comments by Sept 26 for possible [early speaker notification](#orge7fc6a4), Oct 7 for everything :organizers: - zaeph: will start reviewing on Sep 21 @@ -529,7 +529,7 @@ We tried using q56 before, but it was a little too aggressive. Q=32 is the defau ### Test stream setup -[Stream](#org7797048) +[Stream](#org03445f2) ### Set up MPV for captions @@ -846,7 +846,7 @@ Exceptions: ### Send thanks -[Thank you, next steps](#org5f7fa1b) +[Thank you, next steps](#orgc09c842) ### Extract the opening and closing remarks @@ -997,7 +997,7 @@ Probably focus on grabbing the audio first and seeing what's worth keeping Make a table of the form -<table id="org1ffe9e3" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"> +<table id="org6a86876" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"> <colgroup> @@ -1983,7 +1983,7 @@ Inside emacs: 7. Run following kmacro (eval then M-x pad-comments, then C-x e until completion) (defalias 'emacsconf-pad-comments - (kmacro "C-s C-s <return> C-a C-SPC C-n C-M-s M-p <return> <return> C-b M-w s-k C-y s-j")) + (kmacro "C-s C-s <return> C-a C-SPC C-n C-M-s M-p <return> <return> C-b M-w C-x o C-y C-u -- C-x o")) <a id="lessons"></a> diff --git a/2022/organizers-notebook.org b/2022/organizers-notebook.org index 788d5829..a7561584 100644 --- a/2022/organizers-notebook.org +++ b/2022/organizers-notebook.org @@ -1900,7 +1900,7 @@ Inside emacs: 7. Run following kmacro (eval then M-x pad-comments, then C-x e until completion) #+begin_src emacs-lisp (defalias 'emacsconf-pad-comments - (kmacro "C-s C-s <return> C-a C-SPC C-n C-M-s M-p <return> <return> C-b M-w s-k C-y s-j")) + (kmacro "C-s C-s <return> C-a C-SPC C-n C-M-s M-p <return> <return> C-b M-w C-x o C-y C-u -- C-x o")) #+end_src * Lessons learned |