From 7d92414d5d4c881404bdecd4042afdabd414b996 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sat, 27 Nov 2021 15:24:40 -0500 Subject: Update --- ...l--babel-for-academics--asilata-bapat--main.vtt | 802 +++++++++++++++++++++ 2021/emacsconf-pentabarf.xml | 22 +- 2021/emacsconf.ics | 138 ++-- 2021/info/babel-schedule.md | 10 +- 2021/info/dashboard-schedule.md | 2 +- 2021/info/day1-close-schedule.md | 2 +- 2021/info/design-schedule.md | 2 +- 2021/info/dev-update-schedule.md | 2 +- 2021/info/invoice-schedule.md | 2 +- 2021/info/molecular-schedule.md | 2 +- 2021/info/nyxt-schedule.md | 2 +- 2021/info/project-schedule.md | 2 +- 2021/info/research-schedule.md | 2 +- 2021/info/teach-schedule.md | 2 +- 2021/schedule-details.md | 22 +- 15 files changed, 910 insertions(+), 104 deletions(-) create mode 100644 2021/captions/emacsconf-2021-babel--babel-for-academics--asilata-bapat--main.vtt diff --git a/2021/captions/emacsconf-2021-babel--babel-for-academics--asilata-bapat--main.vtt b/2021/captions/emacsconf-2021-babel--babel-for-academics--asilata-bapat--main.vtt new file mode 100644 index 00000000..5b4a23c5 --- /dev/null +++ b/2021/captions/emacsconf-2021-babel--babel-for-academics--asilata-bapat--main.vtt @@ -0,0 +1,802 @@ +WEBVTT + +00:00.799 --> 00:02.560 +Hi! My name is Asilata Bapat, + +00:02.560 --> 00:04.960 +and I'm talking about Babel for academics. + +00:04.960 --> 00:06.879 +So, I'm an academic at a university, + +00:06.879 --> 00:09.040 +and I use Emacs, Org mode, and Babel + +00:09.040 --> 00:11.280 +for a whole bunch of work related tasks. + +00:11.280 --> 00:12.559 +And there are many other tools + +00:12.559 --> 00:14.240 +that one could use to help with + +00:14.240 --> 00:15.200 +this workflow. + +00:15.200 --> 00:16.597 +I won't be going through all of these, + +00:16.597 --> 00:18.160 +and the ones that I've listed are just + +00:18.160 --> 00:20.240 +a few of the many that are available. + +00:20.240 --> 00:22.000 +Today, I'll really be talking about + +00:22.000 --> 00:24.080 +my teaching workflow. + +00:24.080 --> 00:27.840 +Let's just dive right in to a demo. + +00:27.840 --> 00:29.243 +So, the first file that I want to + +00:29.243 --> 00:31.599 +show you is the notes and admin file. + +00:31.599 --> 00:33.040 +From this file, I'll generate + +00:33.040 --> 00:35.440 +a nice-looking PDF document of notes, + +00:35.440 --> 00:36.963 +and I'll also keep track of some + +00:36.963 --> 00:38.399 +course admin. + +00:38.399 --> 00:43.200 +So, the file that I have here is this one, + +00:43.200 --> 00:44.719 +and all of the files that I'm going to + +00:44.719 --> 00:46.320 +show you today are taken from a course + +00:46.320 --> 00:48.096 +that I'm teaching at the moment + +00:48.096 --> 00:49.680 +this semester. + +00:49.680 --> 00:53.147 +What I want to do is export this + +00:53.147 --> 00:55.520 +entire document to LaTeX + +00:55.520 --> 00:56.320 +because this is where + +00:56.320 --> 00:58.800 +I'll be writing my course notes. + +00:58.800 --> 01:00.480 +But before I do that, + +01:00.480 --> 01:03.199 +I have some setup that I want to do, + +01:03.199 --> 01:05.199 +and you'll notice some of these headings + +01:05.199 --> 01:06.509 +are tagged as noexport, + +01:06.509 --> 01:08.400 +and they won't be exported. + +01:08.400 --> 01:11.680 +The startup setting I'll skip, + +01:11.680 --> 01:13.499 +and then the main thing here + +01:13.499 --> 01:14.880 +is the LaTeX setup. + +01:14.880 --> 01:18.560 +So, I'm using these #+ option lines, + +01:18.560 --> 01:21.360 +and I've told Org that + +01:21.360 --> 01:23.280 +I want to use an unusual LaTeX class, + +01:23.280 --> 01:24.880 +I'll have to tell Org about it later, + +01:24.880 --> 01:26.240 +I'll do that in a moment, + +01:26.240 --> 01:27.001 +and I have some + +01:27.001 --> 01:29.600 +LaTeX header lines, and so on. + +01:29.600 --> 01:31.360 +And then I have some export settings, + +01:31.360 --> 01:32.941 +the first export setting is + +01:32.941 --> 01:35.119 +to export into a different directory, + +01:35.119 --> 01:36.799 +not just at the same level + +01:36.799 --> 01:38.560 +because I want everything to go into + +01:38.560 --> 01:39.716 +the artifacts directory, + +01:39.716 --> 01:41.360 +and then I can ignore that artifacts + +01:41.360 --> 01:44.399 +directory using Git. + +01:44.399 --> 01:45.600 +This is the first + +01:45.600 --> 01:47.280 +source code block that we see, + +01:47.280 --> 01:49.759 +which is the Babel side of things, + +01:49.759 --> 01:52.079 +and I've called it export-setup. + +01:52.079 --> 01:55.759 +The way I write it is, #+begin_src, + +01:55.759 --> 01:56.965 +the language that I want to use, + +01:56.965 --> 01:58.159 +which is emacs-lisp, + +01:58.159 --> 01:59.600 +and maybe some options, + +01:59.600 --> 02:01.119 +and this is collapsed at the moment, + +02:01.119 --> 02:03.600 +if I expand it, you'll see + +02:03.600 --> 02:05.155 +inside here, this is really + +02:05.155 --> 02:07.600 +just Elisp, Emacs Lisp. + +02:07.600 --> 02:09.592 +So, the first thing I've done is, + +02:09.592 --> 02:12.440 +I've added this LaTeX class + +02:12.440 --> 02:15.360 +to the list of known LaTeX classes. + +02:15.360 --> 02:17.433 +And the second thing I've done is, + +02:17.433 --> 02:19.599 +I have locally set the value of + +02:19.599 --> 02:21.112 +org-latex-pdf-process, + +02:21.112 --> 02:24.720 +which is the compiler, to something…, + +02:24.720 --> 02:27.200 +this command is complicated I guess, + +02:27.200 --> 02:29.440 +but what the main thing it's doing + +02:29.440 --> 02:32.160 +is that it's moving the generated output…, + +02:32.160 --> 02:34.160 +sorry, the generated image files + +02:34.160 --> 02:35.169 +to the output directory, + +02:35.169 --> 02:37.519 +so that everything can remain + +02:37.519 --> 02:39.680 +inside of this artifacts directory, + +02:39.680 --> 02:41.519 +and maybe it's doing some other things. + +02:41.519 --> 02:43.680 +And then there are some other + +02:43.680 --> 02:47.120 +setup options that I'll skip. + +02:47.120 --> 02:49.360 +So, this is a source code block, + +02:49.360 --> 02:50.640 +inside of the source code block + +02:50.640 --> 02:52.319 +everything is basically Emacs Lisp. + +02:52.319 --> 02:54.640 +How do I evaluate this? + +02:54.640 --> 02:56.319 +I just press Control c Control c (C-c C-c), + +02:56.319 --> 02:57.920 +and it evaluates everything, + +02:57.920 --> 03:00.319 +but if I want to automate the evaluation, + +03:00.319 --> 03:02.080 +there's one other thing I can do. + +03:02.080 --> 03:04.658 +So, let me jump down to + +03:04.658 --> 03:06.720 +the local variables section. + +03:06.720 --> 03:09.740 +In this local variable section + +03:09.740 --> 03:11.680 +I have an eval block, + +03:11.680 --> 03:14.681 +so, I've added a certain hook to the + +03:14.681 --> 03:16.879 +org-export-before-processing-hook, + +03:16.879 --> 03:18.319 +and that just resolves + +03:18.319 --> 03:19.519 +this reference from this file. + +03:19.519 --> 03:23.040 +It looks for a code block titled + +03:23.040 --> 03:24.859 +export-setup, and it runs it + +03:24.859 --> 03:26.000 +right before exporting, + +03:26.000 --> 03:29.200 +and this is all local to this buffer. + +03:29.200 --> 03:30.799 +So, before I export, + +03:30.799 --> 03:34.000 +it'll then read the correct options. + +03:34.000 --> 03:37.519 +And after this setup, + +03:37.519 --> 03:39.760 +I have the course plan, + +03:39.760 --> 03:41.599 +which is just what goes into my agenda + +03:41.599 --> 03:43.360 +as to-dos, I'll skip that. + +03:43.360 --> 03:45.519 +And after that, I have the actual notes, + +03:45.519 --> 03:48.640 +and what they actually look like…, + +03:48.640 --> 03:54.400 +so, this is what they actually look like, + +03:54.400 --> 03:57.040 +nicely LaTeXed with diagrams and so on, + +03:57.040 --> 03:57.920 +everything generated + +03:57.920 --> 04:00.720 +from that single Org file. + +04:00.720 --> 04:04.480 +I'll say more about diagrams later. + +04:04.480 --> 04:06.080 +I also have to write assignments + +04:06.080 --> 04:07.260 +and assignment solutions, + +04:07.260 --> 04:10.239 +so let me jump to that. + +04:10.239 --> 04:11.840 +Again, this is a very similar file, + +04:11.840 --> 04:14.080 +but I want to now export + +04:14.080 --> 04:15.760 +different headings to different files. + +04:15.760 --> 04:16.639 +This is not going to be + +04:16.639 --> 04:18.320 +exported all at once. + +04:18.320 --> 04:19.759 +So, again I have some setup, + +04:19.759 --> 04:22.400 +some general setup that I'll skip, + +04:22.400 --> 04:25.120 +export setup just like before, + +04:25.120 --> 04:29.280 +code setup for Python, really, + +04:29.280 --> 04:31.280 +I have a various…, a bunch of different + +04:31.280 --> 04:33.199 +languages here, so Shell and Python, + +04:33.199 --> 04:35.967 +and some helper functions. + +04:36.088 --> 04:38.160 +So, let me jump to this one called + +04:38.160 --> 04:39.756 +togglesolutions, this is again + +04:39.756 --> 04:41.919 +an Emacs Lisp code block. + +04:41.919 --> 04:43.600 +What this does is, + +04:43.600 --> 04:48.632 +it tells LaTeX to either toggle the + +04:48.632 --> 04:50.336 +display of solutions on, or off + +04:50.336 --> 04:53.096 +based on what the tag is + +04:53.096 --> 04:54.240 +for that particular assignment. + +04:54.240 --> 04:57.520 +So, whether if the assignment + +04:57.520 --> 04:58.800 +is tagged as solved, + +04:58.800 --> 05:00.240 +then the solution should be displayed, + +05:00.240 --> 05:03.280 +otherwise they shouldn't be. + +05:03.280 --> 05:05.447 +And here most of the assignments + +05:05.447 --> 05:07.120 +are tagged as solved, + +05:07.120 --> 05:08.880 +so in this case if I export this, + +05:08.880 --> 05:11.840 +the solutions will be displayed. + +05:11.840 --> 05:20.800 +Let's look at that. + +05:20.800 --> 05:23.919 +So, I see the solutions blocks, + +05:23.919 --> 05:27.036 +and this is because it's calling + +05:27.036 --> 05:29.919 +the toggle solutions piece of code. + +05:29.919 --> 05:32.240 +And the properties, + +05:32.240 --> 05:33.840 +if I expand this properties drawer, + +05:33.840 --> 05:39.280 +you see this output file name + +05:39.280 --> 05:41.440 +has a homework one dash solved, + +05:41.440 --> 05:43.360 +so it has a solved suffix, + +05:43.360 --> 05:45.912 +and this is related to the fact that + +05:45.912 --> 05:47.680 +I have a solved tag up here. + +05:47.680 --> 05:48.960 +So, let's see what happens + +05:48.960 --> 05:51.199 +if I delete the solved tag, + +05:51.199 --> 05:52.639 +so nothing's happened yet, + +05:52.639 --> 05:54.000 +but if I save the file, + +05:54.000 --> 05:55.919 +then suddenly this homework one + +05:55.919 --> 05:58.240 +dash solved becomes homework one, + +05:58.240 --> 06:00.080 +and this is desired behavior, + +06:00.080 --> 06:02.084 +this is what I want because + +06:02.084 --> 06:03.222 +I want to keep the solved + +06:03.222 --> 06:04.497 +and unsolved files separate. + +06:04.497 --> 06:07.120 +So, once again, if I put in + +06:07.120 --> 06:09.440 +the solved tag, and if I save, + +06:09.440 --> 06:11.440 +I get back the different file name. + +06:11.440 --> 06:12.720 +And how did I achieve this? + +06:12.720 --> 06:16.479 +This is again back in the setup section, + +06:16.479 --> 06:19.280 +it's the process-export-filenames block. + +06:19.280 --> 06:21.120 +It's some big piece of Elisp + +06:21.120 --> 06:22.349 +that I won't go through, + +06:22.349 --> 06:24.240 +but basically it's mapping over + +06:24.240 --> 06:26.720 +Org entries, and it's either + +06:26.720 --> 06:30.080 +adding or removing this solved suffix + +06:30.080 --> 06:34.560 +based on what tag it sees. + +06:34.560 --> 06:36.781 +Okay, when does this + +06:36.781 --> 06:37.919 +code block get evaluated? + +06:37.919 --> 06:39.840 +Well, I want it to be evaluated + +06:39.840 --> 06:41.039 +right before I save + +06:41.039 --> 06:43.199 +because I change something, + +06:43.199 --> 06:45.840 +I save, and I want the properties + +06:45.840 --> 06:49.199 +to be get updated accordingly. + +06:49.199 --> 06:51.364 +If I go down to the + +06:51.364 --> 06:52.639 +local variables section again. + +06:52.639 --> 06:55.840 +Again, I have a local variables + +06:55.840 --> 06:56.800 +section here, + +06:56.800 --> 06:58.479 +and I'm evaluating this Elisp, + +06:58.479 --> 07:01.199 +which is setting the before-save-hook + +07:01.199 --> 07:04.240 +to resolve the process-export-filenames + +07:04.240 --> 07:05.716 +function, and so that's what + +07:05.716 --> 07:09.199 +gives me that functionality. + +07:09.199 --> 07:12.720 +And finally, + +07:12.720 --> 07:16.240 +I have some skeletons, which are…. + +07:16.240 --> 07:19.360 +Emacs has this skeleton language, + +07:19.360 --> 07:22.240 +which is a rudimentary templating language. + +07:22.240 --> 07:24.220 +So, I've defined some templates + +07:24.220 --> 07:26.319 +for my assignment and worksheet + +07:26.319 --> 07:29.440 +in this little Emacs Lisp block, + +07:29.440 --> 07:31.120 +which I think I usually just evaluate + +07:31.120 --> 07:33.280 +manually, and then if I just call it, + +07:33.280 --> 07:35.199 +I get a nice-looking skeleton + +07:35.199 --> 07:37.360 +that gives me this assignment. + +07:37.360 --> 07:40.080 +One thing I want to show you + +07:40.080 --> 07:43.199 +in these assignments, or I mean, + +07:43.199 --> 07:44.720 +in this file in particular, + +07:44.720 --> 07:46.560 +are these dot source code blocks. + +07:46.560 --> 07:49.840 +So, I've had to type in or draw in + +07:49.840 --> 07:52.000 +some graphs in this assignment, + +07:52.000 --> 07:54.720 +and I can do that right from Org. + +07:54.720 --> 07:56.400 +So, this is some piece of code + +07:56.400 --> 07:59.199 +that's creating a file, + +07:59.199 --> 08:00.879 +which has this name, + +08:00.879 --> 08:05.840 +and if I evaluate this block, + +08:05.840 --> 08:10.720 +I see a results drawer with this file. + +08:10.720 --> 08:12.711 +And this is a PNG file, + +08:12.711 --> 08:13.759 +which now gets embedded + +08:13.759 --> 08:15.680 +into my LaTeX document. + +08:15.680 --> 08:16.639 +So, this is nice, + +08:16.639 --> 08:18.720 +I can actually delete this from here, + +08:18.720 --> 08:20.479 +and when I export, + +08:20.479 --> 08:23.919 +the file will get attached automatically. + +08:23.919 --> 08:26.639 +And similarly, + +08:26.639 --> 08:28.800 +in some other assignments here, + +08:28.800 --> 08:30.639 +I have some Python source, + +08:30.639 --> 08:33.284 +so I've had to type in + +08:33.284 --> 08:34.527 +some complicated matrices, + +08:34.527 --> 08:36.128 +and some complicated matrix products, + +08:36.128 --> 08:36.640 +and so on, + +08:36.640 --> 08:38.000 +which I didn't want to do by hand, + +08:38.000 --> 08:39.760 +so that I didn't introduce errors, + +08:39.760 --> 08:41.599 +so I've written some Python code. + +08:41.599 --> 08:44.240 +If I Control c Control c (C-c C-c) + +08:44.240 --> 08:45.920 +on this block, you'll notice, + +08:45.920 --> 08:47.120 +it's in the session matrix, + +08:47.120 --> 08:49.200 +so it's using the previous, + +08:49.200 --> 08:52.399 +the same kind of session. + +08:52.399 --> 08:55.440 +And you'll see that the results, + +08:55.440 --> 08:57.760 +because of the way I chose to format them, + +08:57.760 --> 08:59.920 +look like a nice drawer with + +08:59.920 --> 09:01.600 +nicely formatted LaTeX. + +09:01.600 --> 09:03.920 +Once again these results + +09:03.920 --> 09:05.519 +I can cut from the file, + +09:05.519 --> 09:07.600 +and the file will get exported…, + +09:07.600 --> 09:09.200 +when the file gets exported, + +09:09.200 --> 09:10.480 +these source code blocks will get + +09:10.480 --> 09:12.000 +evaluated, and the answer + +09:12.000 --> 09:19.200 +will show up in the file. + +09:19.200 --> 09:20.097 +And finally, + +09:20.097 --> 09:21.363 +the last thing I want to show you + +09:21.363 --> 09:23.531 +very briefly is the web page + +09:23.531 --> 09:26.720 +for this course. + +09:26.720 --> 09:28.399 +The only thing I want to show you here + +09:28.399 --> 09:30.399 +is that I have a Python source code block, + +09:30.399 --> 09:33.279 +which pulls in my handwritten course notes, + +09:33.279 --> 09:36.399 +and makes them into a nice-looking list + +09:36.399 --> 09:38.880 +with a nice-looking order, + +09:38.880 --> 09:41.680 +and then just exports as HTML. + +09:41.680 --> 09:44.600 +So, this is what + +09:44.600 --> 09:46.080 +the web page looks like, + +09:46.080 --> 09:48.880 +and you can see it at this URL. + +09:48.880 --> 09:49.892 +If you go click on + +09:49.892 --> 09:52.800 +the 2021 link at this URL. + +09:52.800 --> 09:54.880 +So, that's all that I wanted to say. + +09:54.880 --> 09:58.360 +Thank you very much! diff --git a/2021/emacsconf-pentabarf.xml b/2021/emacsconf-pentabarf.xml index 544a2558..9374fc9b 100644 --- a/2021/emacsconf-pentabarf.xml +++ b/2021/emacsconf-pentabarf.xml @@ -1,4 +1,4 @@ -20211127145910emacsconf2021EmacsConf 20212021-11-272021-11-28America/Torontohttps://emacsconf.org/20212021-11-27T14:00:00Z09:00enMainTalkMainemacsconf-2021-talk-day1-open0:18Opening remarksTimes are approximate and will probably change. +20211127152224emacsconf2021EmacsConf 20212021-11-272021-11-28America/Torontohttps://emacsconf.org/20212021-11-27T14:00:00Z09:00enMainTalkMainemacsconf-2021-talk-day1-open0:18Opening remarksTimes are approximate and will probably change. https://emacsconf.org/2021/talks/day1-openEmacsConf2021-11-27T14:19:00Z09:19enMainTalkMainemacsconf-2021-talk-news0:05Emacs News HighlightsTimes are approximate and will probably change. @@ -40,25 +40,25 @@ https://emacsconf.org/2021/talks/org-outsideKarl Voit2021-11-27T20:00:00Z15:00enMainTalkMainemacsconf-2021-talk-teach0:21Using Org-mode to teach programmingTimes are approximate and will probably change. -https://emacsconf.org/2021/talks/teachDaniel German2021-11-27T20:24:00Z15:24enMainTalkMainemacsconf-2021-talk-babel0:10Babel for academicsTimes are approximate and will probably change. +https://emacsconf.org/2021/talks/teachDaniel German2021-11-27T20:21:00Z15:21enMainTalkMainemacsconf-2021-talk-babel0:10Babel for academicsTimes are approximate and will probably change. -https://emacsconf.org/2021/talks/babelAsilata Bapat2021-11-27T20:36:00Z15:36enMainTalkMainemacsconf-2021-talk-research0:09Managing a research workflow (bibliographies, note-taking, and arXiv)Times are approximate and will probably change. +https://emacsconf.org/2021/talks/babelAsilata Bapat2021-11-27T20:33:00Z15:33enMainTalkMainemacsconf-2021-talk-research0:09Managing a research workflow (bibliographies, note-taking, and arXiv)Times are approximate and will probably change. -https://emacsconf.org/2021/talks/researchAhmed Khaled2021-11-27T20:48:00Z15:48enMainTalkMainemacsconf-2021-talk-molecular0:09Reproducible molecular graphics with Org-modeTimes are approximate and will probably change. +https://emacsconf.org/2021/talks/researchAhmed Khaled2021-11-27T20:45:00Z15:45enMainTalkMainemacsconf-2021-talk-molecular0:09Reproducible molecular graphics with Org-modeTimes are approximate and will probably change. -https://emacsconf.org/2021/talks/molecularBlaine Mooers2021-11-27T21:00:00Z16:00enMainTalkMainemacsconf-2021-talk-project0:10Budgeting, Project Monitoring and Invoicing with Org ModeTimes are approximate and will probably change. +https://emacsconf.org/2021/talks/molecularBlaine Mooers2021-11-27T20:57:00Z15:57enMainTalkMainemacsconf-2021-talk-project0:10Budgeting, Project Monitoring and Invoicing with Org ModeTimes are approximate and will probably change. -https://emacsconf.org/2021/talks/projectAdolfo Villafiorita2021-11-27T21:13:00Z16:13enMainTalkMainemacsconf-2021-talk-invoice0:10Finding Your (In)voice: Emacs for InvoicingTimes are approximate and will probably change. +https://emacsconf.org/2021/talks/projectAdolfo Villafiorita2021-11-27T21:10:00Z16:10enMainTalkMainemacsconf-2021-talk-invoice0:10Finding Your (In)voice: Emacs for InvoicingTimes are approximate and will probably change. -https://emacsconf.org/2021/talks/invoiceBala Ramadurai2021-11-27T21:26:00Z16:26enMainTalkMainemacsconf-2021-talk-dashboard0:09Productivity Dashboards with Emacs and KindleTimes are approximate and will probably change. +https://emacsconf.org/2021/talks/invoiceBala Ramadurai2021-11-27T21:23:00Z16:23enMainTalkMainemacsconf-2021-talk-dashboard0:09Productivity Dashboards with Emacs and KindleTimes are approximate and will probably change. -https://emacsconf.org/2021/talks/dashboardMehmet Tekman2021-11-27T21:38:00Z16:38enMainTalkMainemacsconf-2021-talk-nyxt0:09Emacs with Nyxt: extend your editor with the power of a Lisp browserTimes are approximate and will probably change. +https://emacsconf.org/2021/talks/dashboardMehmet Tekman2021-11-27T21:35:00Z16:35enMainTalkMainemacsconf-2021-talk-nyxt0:09Emacs with Nyxt: extend your editor with the power of a Lisp browserTimes are approximate and will probably change. -https://emacsconf.org/2021/talks/nyxtAndrea2021-11-27T21:50:00Z16:50enMainTalkMainemacsconf-2021-talk-dev-update0:08Emacs development updatesTimes are approximate and will probably change. +https://emacsconf.org/2021/talks/nyxtAndrea2021-11-27T21:47:00Z16:47enMainTalkMainemacsconf-2021-talk-dev-update0:08Emacs development updatesTimes are approximate and will probably change. -https://emacsconf.org/2021/talks/dev-updateJohn Wiegley2021-11-27T22:01:00Z17:01enMainTalkMainemacsconf-2021-talk-design0:07On the design of text editorsTimes are approximate and will probably change. +https://emacsconf.org/2021/talks/dev-updateJohn Wiegley2021-11-27T21:58:00Z16:58enMainTalkMainemacsconf-2021-talk-design0:07On the design of text editorsTimes are approximate and will probably change. -https://emacsconf.org/2021/talks/designNicolas P. Rougier2021-11-27T22:12:00Z17:12enMainTalkMainemacsconf-2021-talk-day1-close0:05Closing remarks day 1Times are approximate and will probably change. +https://emacsconf.org/2021/talks/designNicolas P. Rougier2021-11-27T22:09:00Z17:09enMainTalkMainemacsconf-2021-talk-day1-close0:05Closing remarks day 1Times are approximate and will probably change. https://emacsconf.org/2021/talks/day1-closeEmacsConf2021-11-28T14:00:00Z09:00enMainTalkMainemacsconf-2021-talk-day2-open0:05Opening remarks day 2Times are approximate and will probably change. diff --git a/2021/emacsconf.ics b/2021/emacsconf.ics index 66b68fe2..c79824dd 100644 --- a/2021/emacsconf.ics +++ b/2021/emacsconf.ics @@ -13,7 +13,7 @@ UID:dc07efcd-6d79-cfd4-fed3-59c885fe2922 URL:https://emacsconf.org/2021/talks/day1-open DTSTART:20211127T140000Z DTEND:20211127T141800Z -DTSTAMP:20211127T195908Z +DTSTAMP:20211127T202223Z DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/day1-open\n END:VEVENT @@ -25,7 +25,7 @@ UID:393ba3c2-b2a6-6a84-44eb-872aa333d08d URL:https://emacsconf.org/2021/talks/news DTSTART:20211127T141900Z DTEND:20211127T142400Z -DTSTAMP:20211127T195908Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Sacha Chua":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/news\n @@ -39,7 +39,7 @@ UID:06df8309-bd04-eb24-d443-a780c56adc0a URL:https://emacsconf.org/2021/talks/frownies DTSTART:20211127T142500Z DTEND:20211127T144500Z -DTSTAMP:20211127T195908Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Case Duckworth":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/frownies\n @@ -52,7 +52,7 @@ UID:db4ccb28-867f-df24-c073-eaca6edad438 URL:https://emacsconf.org/2021/talks/omegat DTSTART:20211127T145900Z DTEND:20211127T150900Z -DTSTAMP:20211127T195908Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Jean-Christophe Helary":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/omegat\n @@ -66,7 +66,7 @@ UID:ea5bab3c-f31e-68a4-fa23-81ca67fa1990 URL:https://emacsconf.org/2021/talks/unix DTSTART:20211127T151300Z DTEND:20211127T152000Z -DTSTAMP:20211127T195908Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Daniel Rose":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/unix\n @@ -79,7 +79,7 @@ UID:6fccae45-04b5-5524-662b-fdba87754d06 URL:https://emacsconf.org/2021/talks/montessori DTSTART:20211127T152500Z DTEND:20211127T153600Z -DTSTAMP:20211127T195908Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Grant Shangreaux":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/montessori\n @@ -92,7 +92,7 @@ UID:fe959e43-441b-ed34-854b-87f6f481f55a URL:https://emacsconf.org/2021/talks/pattern DTSTART:20211127T154000Z DTEND:20211127T160400Z -DTSTAMP:20211127T195908Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Greta Goetz":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/pattern\n @@ -105,7 +105,7 @@ UID:48a8580f-52ce-cc84-6a23-1eddf720ae02 URL:https://emacsconf.org/2021/talks/freedom DTSTART:20211127T160700Z DTEND:20211127T164600Z -DTSTAMP:20211127T195908Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Protesilaos Stavrou":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/freedom\n @@ -118,7 +118,7 @@ UID:525d972d-1e34-bcb4-e9c3-861942549357 URL:https://emacsconf.org/2021/talks/nongnu DTSTART:20211127T164600Z DTEND:20211127T165300Z -DTSTAMP:20211127T195908Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Philip Kaludercic":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/nongnu\n @@ -132,7 +132,7 @@ UID:245a575a-965a-caa4-8d3b-75f8519c2f3e URL:https://emacsconf.org/2021/talks/borg DTSTART:20211127T165500Z DTEND:20211127T170300Z -DTSTAMP:20211127T195908Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Dhavan (codingquark)":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/borg\n @@ -145,7 +145,7 @@ UID:e4bdc2c1-e4b6-67e4-aafb-87ec9aaf846b URL:https://emacsconf.org/2021/talks/nangulator DTSTART:20211127T170300Z DTEND:20211127T171300Z -DTSTAMP:20211127T195908Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Kevin Haddock":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/nangulator\n @@ -158,7 +158,7 @@ UID:716d913f-de8b-91a4-5f33-e04ba0905fa5 URL:https://emacsconf.org/2021/talks/gregorian DTSTART:20211127T171400Z DTEND:20211127T172300Z -DTSTAMP:20211127T195908Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Spencer King":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/gregorian\n @@ -171,7 +171,7 @@ UID:86158391-53a2-7cb4-d7d3-020afbf6d8d9 URL:https://emacsconf.org/2021/talks/telega DTSTART:20211127T180100Z DTEND:20211127T180900Z -DTSTAMP:20211127T195908Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Gabriele Bozzola":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/telega\n @@ -184,7 +184,7 @@ UID:14ab7a54-d75d-45e4-85ab-8fd2e391ea41 URL:https://emacsconf.org/2021/talks/janitor DTSTART:20211127T181000Z DTEND:20211127T183600Z -DTSTAMP:20211127T195908Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Stefan Monnier":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/janitor\n @@ -199,7 +199,7 @@ UID:9cee7e43-bcb1-7f64-c40b-5f9ea938d11a URL:https://emacsconf.org/2021/talks/erg DTSTART:20211127T185100Z DTEND:20211127T190200Z -DTSTAMP:20211127T195908Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Noorah Alhasan":invalid:nomail ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Joe Corneli":invalid:nomail ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Raymond Puzio":invalid:nomail @@ -215,7 +215,7 @@ UID:0f98a5bb-53ce-fb74-1003-0b1f320d414e URL:https://emacsconf.org/2021/talks/cs DTSTART:20211127T190300Z DTEND:20211127T191300Z -DTSTAMP:20211127T195908Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Greg Coladonato":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/cs\n @@ -229,7 +229,7 @@ UID:43cc5db4-e26f-fb44-9aeb-b16c38d8cef3 URL:https://emacsconf.org/2021/talks/professional DTSTART:20211127T191500Z DTEND:20211127T192600Z -DTSTAMP:20211127T195908Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Philip Beadling":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/professional\n @@ -243,7 +243,7 @@ UID:a10ce62e-6454-d784-21bb-f6a0488e883c URL:https://emacsconf.org/2021/talks/tech DTSTART:20211127T192600Z DTEND:20211127T193700Z -DTSTAMP:20211127T195908Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Jan Ypma":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/tech\n @@ -256,7 +256,7 @@ UID:b092bc88-e74c-a9c4-611b-d47c99ef578c URL:https://emacsconf.org/2021/talks/exec DTSTART:20211127T193800Z DTEND:20211127T194600Z -DTSTAMP:20211127T195908Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Tom Gillespie":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/exec\n @@ -269,7 +269,7 @@ UID:69763d57-be4e-7e74-509b-92e48a0e7ba6 URL:https://emacsconf.org/2021/talks/org-outside DTSTART:20211127T194600Z DTEND:20211127T195900Z -DTSTAMP:20211127T195908Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Karl Voit":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/org-outside\n @@ -282,7 +282,7 @@ UID:aed5e190-66a0-3dd4-e5eb-be09be94e6c3 URL:https://emacsconf.org/2021/talks/teach DTSTART:20211127T200000Z DTEND:20211127T202100Z -DTSTAMP:20211127T195908Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Daniel German":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/teach\n @@ -293,9 +293,9 @@ ORGANIZER:EmacsConf LOCATION:https://emacsconf.org/ UID:db5821ed-fef4-4934-8fb3-87a0282714de URL:https://emacsconf.org/2021/talks/babel -DTSTART:20211127T202400Z -DTEND:20211127T203400Z -DTSTAMP:20211127T195908Z +DTSTART:20211127T202100Z +DTEND:20211127T203100Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Asilata Bapat":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/babel\n @@ -307,9 +307,9 @@ ORGANIZER:EmacsConf LOCATION:https://emacsconf.org/ UID:fd246cee-b5d6-7cc4-2b63-20e87bb7d750 URL:https://emacsconf.org/2021/talks/research -DTSTART:20211127T203600Z -DTEND:20211127T204500Z -DTSTAMP:20211127T195908Z +DTSTART:20211127T203300Z +DTEND:20211127T204200Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Ahmed Khaled":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/research\n @@ -320,9 +320,9 @@ ORGANIZER:EmacsConf LOCATION:https://emacsconf.org/ UID:1fc4917c-aab4-1924-2983-e78f8bca6af9 URL:https://emacsconf.org/2021/talks/molecular -DTSTART:20211127T204800Z -DTEND:20211127T205700Z -DTSTAMP:20211127T195908Z +DTSTART:20211127T204500Z +DTEND:20211127T205400Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Blaine Mooers":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/molecular\n @@ -334,9 +334,9 @@ ORGANIZER:EmacsConf LOCATION:https://emacsconf.org/ UID:c54c7930-51cc-5184-9dfb-5033e577b95e URL:https://emacsconf.org/2021/talks/project -DTSTART:20211127T210000Z -DTEND:20211127T211000Z -DTSTAMP:20211127T195908Z +DTSTART:20211127T205700Z +DTEND:20211127T210700Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Adolfo Villafiorita":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/project\n @@ -347,9 +347,9 @@ ORGANIZER:EmacsConf LOCATION:https://emacsconf.org/ UID:c9870e10-2600-85a4-24fb-793dfc51164e URL:https://emacsconf.org/2021/talks/invoice -DTSTART:20211127T211300Z -DTEND:20211127T212300Z -DTSTAMP:20211127T195908Z +DTSTART:20211127T211000Z +DTEND:20211127T212000Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Bala Ramadurai":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/invoice\n @@ -360,9 +360,9 @@ ORGANIZER:EmacsConf LOCATION:https://emacsconf.org/ UID:e4e995c0-6e06-8544-a8c3-5f9a06c856fb URL:https://emacsconf.org/2021/talks/dashboard -DTSTART:20211127T212600Z -DTEND:20211127T213500Z -DTSTAMP:20211127T195908Z +DTSTART:20211127T212300Z +DTEND:20211127T213200Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Mehmet Tekman":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/dashboard\n @@ -374,9 +374,9 @@ ORGANIZER:EmacsConf LOCATION:https://emacsconf.org/ UID:33776e08-e815-db94-971b-a151236e11be URL:https://emacsconf.org/2021/talks/nyxt -DTSTART:20211127T213800Z -DTEND:20211127T214700Z -DTSTAMP:20211127T195908Z +DTSTART:20211127T213500Z +DTEND:20211127T214400Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Andrea":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/nyxt\n @@ -387,9 +387,9 @@ ORGANIZER:EmacsConf LOCATION:https://emacsconf.org/ UID:59e4daca-1e46-9054-9573-9c91966d6987 URL:https://emacsconf.org/2021/talks/dev-update -DTSTART:20211127T215000Z -DTEND:20211127T215800Z -DTSTAMP:20211127T195908Z +DTSTART:20211127T214700Z +DTEND:20211127T215500Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="John Wiegley":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/dev-update\n @@ -400,9 +400,9 @@ ORGANIZER:EmacsConf LOCATION:https://emacsconf.org/ UID:86d4470a-8d19-7bd4-0c53-6aba1b49baef URL:https://emacsconf.org/2021/talks/design -DTSTART:20211127T220100Z -DTEND:20211127T220800Z -DTSTAMP:20211127T195908Z +DTSTART:20211127T215800Z +DTEND:20211127T220500Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Nicolas P. Rougier":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/design\n @@ -413,9 +413,9 @@ ORGANIZER:EmacsConf LOCATION:https://emacsconf.org/ UID:5287b003-f368-36c4-4f9b-8135734cad39 URL:https://emacsconf.org/2021/talks/day1-close -DTSTART:20211127T221200Z -DTEND:20211127T221700Z -DTSTAMP:20211127T195908Z +DTSTART:20211127T220900Z +DTEND:20211127T221400Z +DTSTAMP:20211127T202223Z DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/day1-close\n END:VEVENT @@ -427,7 +427,7 @@ UID:d877a57a-14cf-a194-99c3-a344ecb24acc URL:https://emacsconf.org/2021/talks/day2-open DTSTART:20211128T140000Z DTEND:20211128T140500Z -DTSTAMP:20211127T195908Z +DTSTAMP:20211127T202223Z DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/day2-open\n END:VEVENT @@ -439,7 +439,7 @@ UID:35d1d9e4-dfdf-f254-6aab-7a466fbfaf09 URL:https://emacsconf.org/2021/talks/faster DTSTART:20211128T140500Z DTEND:20211128T144100Z -DTSTAMP:20211127T195908Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Dmitry Gutov":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/faster\n @@ -453,7 +453,7 @@ UID:599ef3fa-4c73-6c94-4953-75bbc7830681 URL:https://emacsconf.org/2021/talks/structural DTSTART:20211128T145600Z DTEND:20211128T150700Z -DTSTAMP:20211127T195908Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Ethan Leba":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/structural\n @@ -466,7 +466,7 @@ UID:8f62e571-91da-bd14-e7c3-b445c7b19d23 URL:https://emacsconf.org/2021/talks/ui DTSTART:20211128T151300Z DTEND:20211128T152300Z -DTSTAMP:20211127T195908Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Erik Anderson":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/ui\n @@ -479,7 +479,7 @@ UID:3364aedb-a496-5c64-5383-b0080afa6d7b URL:https://emacsconf.org/2021/talks/mold DTSTART:20211128T153300Z DTEND:20211128T154300Z -DTSTAMP:20211127T195908Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Andrea":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/mold\n @@ -493,7 +493,7 @@ UID:5e1baaaf-56a3-b5b4-31cb-5437cf465cf9 URL:https://emacsconf.org/2021/talks/model DTSTART:20211128T154700Z DTEND:20211128T155700Z -DTSTAMP:20211127T195908Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Laszlo Krajnikovszkij":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/model\n @@ -507,7 +507,7 @@ UID:1ddbe380-b4f3-2b84-3cc3-9e799536db8e URL:https://emacsconf.org/2021/talks/native DTSTART:20211128T160000Z DTEND:20211128T164000Z -DTSTAMP:20211127T195908Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Andrea Corallo":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/native\n @@ -520,7 +520,7 @@ UID:5947c3e9-93c1-1014-7ffb-aa0e0097e3e4 URL:https://emacsconf.org/2021/talks/form DTSTART:20211128T180000Z DTEND:20211128T181300Z -DTSTAMP:20211127T195908Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Ian Eure":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/form\n @@ -533,7 +533,7 @@ UID:49a35f05-b71f-1d14-2343-a6638bec0d08 URL:https://emacsconf.org/2021/talks/bindat DTSTART:20211128T181600Z DTEND:20211128T184600Z -DTSTAMP:20211127T195908Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Stefan Monnier":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/bindat\n @@ -546,7 +546,7 @@ UID:5e162d34-ea19-8544-b693-dd6da0e885cd URL:https://emacsconf.org/2021/talks/test DTSTART:20211128T185300Z DTEND:20211128T190000Z -DTSTAMP:20211127T195908Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Eduardo Ochs":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/test\n @@ -560,7 +560,7 @@ UID:1407591a-29fd-3f64-1beb-01dea6e9d7d2 URL:https://emacsconf.org/2021/talks/bidi DTSTART:20211128T190200Z DTEND:20211128T192200Z -DTSTAMP:20211127T195908Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Mohsen BANAN":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/bidi\n @@ -573,7 +573,7 @@ UID:e7981936-6d72-93d4-8783-5ac64a0ae5bb URL:https://emacsconf.org/2021/talks/eaf DTSTART:20211128T193200Z DTEND:20211128T194200Z -DTSTAMP:20211127T195908Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Matthew Zeng":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/eaf\n @@ -586,7 +586,7 @@ UID:f03ae971-4d2b-ccc4-2643-4ae2391ce1ab URL:https://emacsconf.org/2021/talks/imaginary DTSTART:20211128T194600Z DTEND:20211128T195700Z -DTSTAMP:20211127T195908Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Shane Mulligan":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/imaginary\n @@ -599,7 +599,7 @@ UID:daf3570b-3df3-9db4-a1f3-ce98d9863717 URL:https://emacsconf.org/2021/talks/clede DTSTART:20211128T200200Z DTEND:20211128T202100Z -DTSTAMP:20211127T195908Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Fermin MF":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/clede\n @@ -612,7 +612,7 @@ UID:51c360e6-188f-9a34-05bb-0a8d2eb09cdc URL:https://emacsconf.org/2021/talks/maintainers DTSTART:20211128T202800Z DTEND:20211128T203800Z -DTSTAMP:20211127T195908Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Bastien Guerry":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/maintainers\n @@ -625,7 +625,7 @@ UID:27595637-b6b9-f764-805b-ff1b7f009006 URL:https://emacsconf.org/2021/talks/build DTSTART:20211128T205000Z DTEND:20211128T210700Z -DTSTAMP:20211127T195908Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="Fermin MF":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/build\n @@ -639,7 +639,7 @@ UID:80d1ad02-5fe4-03b4-c573-17ea6cdb61aa URL:https://emacsconf.org/2021/talks/forever DTSTART:20211128T211400Z DTEND:20211128T213900Z -DTSTAMP:20211127T195908Z +DTSTAMP:20211127T202223Z ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="David Wilson (System Crafters)":invalid:nomail DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/forever\n @@ -652,7 +652,7 @@ UID:828e7c62-8430-f1a4-431b-63c308d58688 URL:https://emacsconf.org/2021/talks/day2-close DTSTART:20211128T215900Z DTEND:20211128T220900Z -DTSTAMP:20211127T195908Z +DTSTAMP:20211127T202223Z DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs conf.org/2021/talks/day2-close\n END:VEVENT diff --git a/2021/info/babel-schedule.md b/2021/info/babel-schedule.md index a97cb46f..44974421 100644 --- a/2021/info/babel-schedule.md +++ b/2021/info/babel-schedule.md @@ -1,11 +1,15 @@ Q&A: maybe live (early morning in Australia) -Status: Captions added to video +Status: Now playing Duration: 9:58 -
Saturday, Nov 27 2021, ~ 3:24 PM - 3:34 PM EST
Saturday, Nov 27 2021, ~12:24 PM - 12:34 PM PST
Saturday, Nov 27 2021, ~ 8:24 PM - 8:34 PM UTC
Saturday, Nov 27 2021, ~ 9:24 PM - 9:34 PM CET
Saturday, Nov 27 2021, ~10:24 PM - 10:34 PM EET
Sunday, Nov 28 2021, ~ 1:54 AM - 2:04 AM IST
Sunday, Nov 28 2021, ~ 4:24 AM - 4:34 AM +08
Sunday, Nov 28 2021, ~ 5:24 AM - 5:34 AM JST
Find out how to watch and participate
+ [[!inline pages="internal(2021/inline-alternate)" raw="yes"]] -# Description +# Description diff --git a/2021/info/dashboard-schedule.md b/2021/info/dashboard-schedule.md index 55ed62cb..ce6c5011 100644 --- a/2021/info/dashboard-schedule.md +++ b/2021/info/dashboard-schedule.md @@ -3,7 +3,7 @@ Q&A: live Q&A and Matrix Chat (@mtekman:matrix.org) Status: Captions added to video Duration: 8:31 -
Saturday, Nov 27 2021, ~ 4:26 PM - 4:35 PM EST
Saturday, Nov 27 2021, ~ 1:26 PM - 1:35 PM PST
Saturday, Nov 27 2021, ~ 9:26 PM - 9:35 PM UTC
Saturday, Nov 27 2021, ~10:26 PM - 10:35 PM CET
Saturday, Nov 27 2021, ~11:26 PM - 11:35 PM EET
Sunday, Nov 28 2021, ~ 2:56 AM - 3:05 AM IST
Sunday, Nov 28 2021, ~ 5:26 AM - 5:35 AM +08
Sunday, Nov 28 2021, ~ 6:26 AM - 6:35 AM JST
Find out how to watch and participate
+
Saturday, Nov 27 2021, ~ 4:23 PM - 4:32 PM EST
Saturday, Nov 27 2021, ~ 1:23 PM - 1:32 PM PST
Saturday, Nov 27 2021, ~ 9:23 PM - 9:32 PM UTC
Saturday, Nov 27 2021, ~10:23 PM - 10:32 PM CET
Saturday, Nov 27 2021, ~11:23 PM - 11:32 PM EET
Sunday, Nov 28 2021, ~ 2:53 AM - 3:02 AM IST
Sunday, Nov 28 2021, ~ 5:23 AM - 5:32 AM +08
Sunday, Nov 28 2021, ~ 6:23 AM - 6:32 AM JST
Find out how to watch and participate
# Description diff --git a/2021/info/day1-close-schedule.md b/2021/info/day1-close-schedule.md index 770eebf4..a327b5ae 100644 --- a/2021/info/day1-close-schedule.md +++ b/2021/info/day1-close-schedule.md @@ -2,7 +2,7 @@ Status: Will be live Duration: 5 minutes -
Saturday, Nov 27 2021, ~ 5:12 PM - 5:17 PM EST
Saturday, Nov 27 2021, ~ 2:12 PM - 2:17 PM PST
Saturday, Nov 27 2021, ~10:12 PM - 10:17 PM UTC
Saturday, Nov 27 2021, ~11:12 PM - 11:17 PM CET
Sunday, Nov 28 2021, ~12:12 AM - 12:17 AM EET
Sunday, Nov 28 2021, ~ 3:42 AM - 3:47 AM IST
Sunday, Nov 28 2021, ~ 6:12 AM - 6:17 AM +08
Sunday, Nov 28 2021, ~ 7:12 AM - 7:17 AM JST
Find out how to watch and participate
+
Saturday, Nov 27 2021, ~ 5:09 PM - 5:14 PM EST
Saturday, Nov 27 2021, ~ 2:09 PM - 2:14 PM PST
Saturday, Nov 27 2021, ~10:09 PM - 10:14 PM UTC
Saturday, Nov 27 2021, ~11:09 PM - 11:14 PM CET
Sunday, Nov 28 2021, ~12:09 AM - 12:14 AM EET
Sunday, Nov 28 2021, ~ 3:39 AM - 3:44 AM IST
Sunday, Nov 28 2021, ~ 6:09 AM - 6:14 AM +08
Sunday, Nov 28 2021, ~ 7:09 AM - 7:14 AM JST
Find out how to watch and participate
# Description diff --git a/2021/info/design-schedule.md b/2021/info/design-schedule.md index 7da3a3df..6307e76e 100644 --- a/2021/info/design-schedule.md +++ b/2021/info/design-schedule.md @@ -3,7 +3,7 @@ Q&A: maybe live Status: Captions added to video Duration: 6:39 -
Saturday, Nov 27 2021, ~ 5:01 PM - 5:08 PM EST
Saturday, Nov 27 2021, ~ 2:01 PM - 2:08 PM PST
Saturday, Nov 27 2021, ~10:01 PM - 10:08 PM UTC
Saturday, Nov 27 2021, ~11:01 PM - 11:08 PM CET
Sunday, Nov 28 2021, ~12:01 AM - 12:08 AM EET
Sunday, Nov 28 2021, ~ 3:31 AM - 3:38 AM IST
Sunday, Nov 28 2021, ~ 6:01 AM - 6:08 AM +08
Sunday, Nov 28 2021, ~ 7:01 AM - 7:08 AM JST
Find out how to watch and participate
+
Saturday, Nov 27 2021, ~ 4:58 PM - 5:05 PM EST
Saturday, Nov 27 2021, ~ 1:58 PM - 2:05 PM PST
Saturday, Nov 27 2021, ~ 9:58 PM - 10:05 PM UTC
Saturday, Nov 27 2021, ~10:58 PM - 11:05 PM CET
Saturday, Nov 27 2021, ~11:58 PM - 12:05 AM EET
Sunday, Nov 28 2021, ~ 3:28 AM - 3:35 AM IST
Sunday, Nov 28 2021, ~ 5:58 AM - 6:05 AM +08
Sunday, Nov 28 2021, ~ 6:58 AM - 7:05 AM JST
Find out how to watch and participate
[[!inline pages="internal(2021/inline-alternate)" raw="yes"]] # Description diff --git a/2021/info/dev-update-schedule.md b/2021/info/dev-update-schedule.md index ed656706..fa319273 100644 --- a/2021/info/dev-update-schedule.md +++ b/2021/info/dev-update-schedule.md @@ -3,7 +3,7 @@ Q&A: maybe after the conference; will try to attend Status: Captions added to video Duration: 7:17 -
Saturday, Nov 27 2021, ~ 4:50 PM - 4:58 PM EST
Saturday, Nov 27 2021, ~ 1:50 PM - 1:58 PM PST
Saturday, Nov 27 2021, ~ 9:50 PM - 9:58 PM UTC
Saturday, Nov 27 2021, ~10:50 PM - 10:58 PM CET
Saturday, Nov 27 2021, ~11:50 PM - 11:58 PM EET
Sunday, Nov 28 2021, ~ 3:20 AM - 3:28 AM IST
Sunday, Nov 28 2021, ~ 5:50 AM - 5:58 AM +08
Sunday, Nov 28 2021, ~ 6:50 AM - 6:58 AM JST
Find out how to watch and participate
+
Saturday, Nov 27 2021, ~ 4:47 PM - 4:55 PM EST
Saturday, Nov 27 2021, ~ 1:47 PM - 1:55 PM PST
Saturday, Nov 27 2021, ~ 9:47 PM - 9:55 PM UTC
Saturday, Nov 27 2021, ~10:47 PM - 10:55 PM CET
Saturday, Nov 27 2021, ~11:47 PM - 11:55 PM EET
Sunday, Nov 28 2021, ~ 3:17 AM - 3:25 AM IST
Sunday, Nov 28 2021, ~ 5:47 AM - 5:55 AM +08
Sunday, Nov 28 2021, ~ 6:47 AM - 6:55 AM JST
Find out how to watch and participate
[[!inline pages="internal(2021/inline-alternate)" raw="yes"]] # Description diff --git a/2021/info/invoice-schedule.md b/2021/info/invoice-schedule.md index 0196cd4c..d94c7656 100644 --- a/2021/info/invoice-schedule.md +++ b/2021/info/invoice-schedule.md @@ -3,7 +3,7 @@ Q&A: answering after the conference Status: Captions added to video Duration: 9:59 -
Saturday, Nov 27 2021, ~ 4:13 PM - 4:23 PM EST
Saturday, Nov 27 2021, ~ 1:13 PM - 1:23 PM PST
Saturday, Nov 27 2021, ~ 9:13 PM - 9:23 PM UTC
Saturday, Nov 27 2021, ~10:13 PM - 10:23 PM CET
Saturday, Nov 27 2021, ~11:13 PM - 11:23 PM EET
Sunday, Nov 28 2021, ~ 2:43 AM - 2:53 AM IST
Sunday, Nov 28 2021, ~ 5:13 AM - 5:23 AM +08
Sunday, Nov 28 2021, ~ 6:13 AM - 6:23 AM JST
Find out how to watch and participate
+
Saturday, Nov 27 2021, ~ 4:10 PM - 4:20 PM EST
Saturday, Nov 27 2021, ~ 1:10 PM - 1:20 PM PST
Saturday, Nov 27 2021, ~ 9:10 PM - 9:20 PM UTC
Saturday, Nov 27 2021, ~10:10 PM - 10:20 PM CET
Saturday, Nov 27 2021, ~11:10 PM - 11:20 PM EET
Sunday, Nov 28 2021, ~ 2:40 AM - 2:50 AM IST
Sunday, Nov 28 2021, ~ 5:10 AM - 5:20 AM +08
Sunday, Nov 28 2021, ~ 6:10 AM - 6:20 AM JST
Find out how to watch and participate
[[!inline pages="internal(2021/inline-alternate)" raw="yes"]] # Description diff --git a/2021/info/molecular-schedule.md b/2021/info/molecular-schedule.md index a5153447..35750279 100644 --- a/2021/info/molecular-schedule.md +++ b/2021/info/molecular-schedule.md @@ -3,7 +3,7 @@ Q&A: live Q&A or Etherpad Status: Captions added to video Duration: 8:04 -
Saturday, Nov 27 2021, ~ 3:48 PM - 3:57 PM EST
Saturday, Nov 27 2021, ~12:48 PM - 12:57 PM PST
Saturday, Nov 27 2021, ~ 8:48 PM - 8:57 PM UTC
Saturday, Nov 27 2021, ~ 9:48 PM - 9:57 PM CET
Saturday, Nov 27 2021, ~10:48 PM - 10:57 PM EET
Sunday, Nov 28 2021, ~ 2:18 AM - 2:27 AM IST
Sunday, Nov 28 2021, ~ 4:48 AM - 4:57 AM +08
Sunday, Nov 28 2021, ~ 5:48 AM - 5:57 AM JST
Find out how to watch and participate
+
Saturday, Nov 27 2021, ~ 3:45 PM - 3:54 PM EST
Saturday, Nov 27 2021, ~12:45 PM - 12:54 PM PST
Saturday, Nov 27 2021, ~ 8:45 PM - 8:54 PM UTC
Saturday, Nov 27 2021, ~ 9:45 PM - 9:54 PM CET
Saturday, Nov 27 2021, ~10:45 PM - 10:54 PM EET
Sunday, Nov 28 2021, ~ 2:15 AM - 2:24 AM IST
Sunday, Nov 28 2021, ~ 4:45 AM - 4:54 AM +08
Sunday, Nov 28 2021, ~ 5:45 AM - 5:54 AM JST
Find out how to watch and participate
# Description diff --git a/2021/info/nyxt-schedule.md b/2021/info/nyxt-schedule.md index 303968f9..3367c815 100644 --- a/2021/info/nyxt-schedule.md +++ b/2021/info/nyxt-schedule.md @@ -3,7 +3,7 @@ Q&A: IRC or Etherpad Status: Captions added to video Duration: 8:26 -
Saturday, Nov 27 2021, ~ 4:38 PM - 4:47 PM EST
Saturday, Nov 27 2021, ~ 1:38 PM - 1:47 PM PST
Saturday, Nov 27 2021, ~ 9:38 PM - 9:47 PM UTC
Saturday, Nov 27 2021, ~10:38 PM - 10:47 PM CET
Saturday, Nov 27 2021, ~11:38 PM - 11:47 PM EET
Sunday, Nov 28 2021, ~ 3:08 AM - 3:17 AM IST
Sunday, Nov 28 2021, ~ 5:38 AM - 5:47 AM +08
Sunday, Nov 28 2021, ~ 6:38 AM - 6:47 AM JST
Find out how to watch and participate
+
Saturday, Nov 27 2021, ~ 4:35 PM - 4:44 PM EST
Saturday, Nov 27 2021, ~ 1:35 PM - 1:44 PM PST
Saturday, Nov 27 2021, ~ 9:35 PM - 9:44 PM UTC
Saturday, Nov 27 2021, ~10:35 PM - 10:44 PM CET
Saturday, Nov 27 2021, ~11:35 PM - 11:44 PM EET
Sunday, Nov 28 2021, ~ 3:05 AM - 3:14 AM IST
Sunday, Nov 28 2021, ~ 5:35 AM - 5:44 AM +08
Sunday, Nov 28 2021, ~ 6:35 AM - 6:44 AM JST
Find out how to watch and participate
[[!inline pages="internal(2021/inline-alternate)" raw="yes"]] # Description diff --git a/2021/info/project-schedule.md b/2021/info/project-schedule.md index 6727cbf9..2de3f46d 100644 --- a/2021/info/project-schedule.md +++ b/2021/info/project-schedule.md @@ -2,7 +2,7 @@ Status: Captions added to video Duration: 9:35 -
Saturday, Nov 27 2021, ~ 4:00 PM - 4:10 PM EST
Saturday, Nov 27 2021, ~ 1:00 PM - 1:10 PM PST
Saturday, Nov 27 2021, ~ 9:00 PM - 9:10 PM UTC
Saturday, Nov 27 2021, ~10:00 PM - 10:10 PM CET
Saturday, Nov 27 2021, ~11:00 PM - 11:10 PM EET
Sunday, Nov 28 2021, ~ 2:30 AM - 2:40 AM IST
Sunday, Nov 28 2021, ~ 5:00 AM - 5:10 AM +08
Sunday, Nov 28 2021, ~ 6:00 AM - 6:10 AM JST
Find out how to watch and participate
+
Saturday, Nov 27 2021, ~ 3:57 PM - 4:07 PM EST
Saturday, Nov 27 2021, ~12:57 PM - 1:07 PM PST
Saturday, Nov 27 2021, ~ 8:57 PM - 9:07 PM UTC
Saturday, Nov 27 2021, ~ 9:57 PM - 10:07 PM CET
Saturday, Nov 27 2021, ~10:57 PM - 11:07 PM EET
Sunday, Nov 28 2021, ~ 2:27 AM - 2:37 AM IST
Sunday, Nov 28 2021, ~ 4:57 AM - 5:07 AM +08
Sunday, Nov 28 2021, ~ 5:57 AM - 6:07 AM JST
Find out how to watch and participate
[[!inline pages="internal(2021/inline-alternate)" raw="yes"]] # Description diff --git a/2021/info/research-schedule.md b/2021/info/research-schedule.md index 34f5d350..77ab09d0 100644 --- a/2021/info/research-schedule.md +++ b/2021/info/research-schedule.md @@ -3,7 +3,7 @@ Q&A: maybe live Status: Captions added to video Duration: 8:46 -
Saturday, Nov 27 2021, ~ 3:36 PM - 3:45 PM EST
Saturday, Nov 27 2021, ~12:36 PM - 12:45 PM PST
Saturday, Nov 27 2021, ~ 8:36 PM - 8:45 PM UTC
Saturday, Nov 27 2021, ~ 9:36 PM - 9:45 PM CET
Saturday, Nov 27 2021, ~10:36 PM - 10:45 PM EET
Sunday, Nov 28 2021, ~ 2:06 AM - 2:15 AM IST
Sunday, Nov 28 2021, ~ 4:36 AM - 4:45 AM +08
Sunday, Nov 28 2021, ~ 5:36 AM - 5:45 AM JST
Find out how to watch and participate
+
Saturday, Nov 27 2021, ~ 3:33 PM - 3:42 PM EST
Saturday, Nov 27 2021, ~12:33 PM - 12:42 PM PST
Saturday, Nov 27 2021, ~ 8:33 PM - 8:42 PM UTC
Saturday, Nov 27 2021, ~ 9:33 PM - 9:42 PM CET
Saturday, Nov 27 2021, ~10:33 PM - 10:42 PM EET
Sunday, Nov 28 2021, ~ 2:03 AM - 2:12 AM IST
Sunday, Nov 28 2021, ~ 4:33 AM - 4:42 AM +08
Sunday, Nov 28 2021, ~ 5:33 AM - 5:42 AM JST
Find out how to watch and participate
[[!inline pages="internal(2021/inline-alternate)" raw="yes"]] # Description diff --git a/2021/info/teach-schedule.md b/2021/info/teach-schedule.md index 7296f5f7..ccd428fa 100644 --- a/2021/info/teach-schedule.md +++ b/2021/info/teach-schedule.md @@ -1,7 +1,7 @@ Q&A: live Q&A or IRC -Status: Now playing +Status: Finished Duration: 20:49 diff --git a/2021/schedule-details.md b/2021/schedule-details.md index 742b5b58..f65f9bcd 100644 --- a/2021/schedule-details.md +++ b/2021/schedule-details.md @@ -21,17 +21,17 @@ done~ 2:26 PMCreating technical API documentation and presentations using org-babel, restclient, and org-treeslideJan Ypma done~ 2:38 PMOrg as an executable formatTom Gillespie done~ 2:46 PMThe use of Org mode syntax outside of GNU/EmacsKarl Voit -now playing~ 3:00 PMUsing Org-mode to teach programmingDaniel German -captioned~ 3:24 PMBabel for academicsAsilata Bapat -captioned~ 3:36 PMManaging a research workflow (bibliographies, note-taking, and arXiv)Ahmed Khaled -captioned~ 3:48 PMReproducible molecular graphics with Org-modeBlaine Mooers -captioned~ 4:00 PMBudgeting, Project Monitoring and Invoicing with Org ModeAdolfo Villafiorita -captioned~ 4:13 PMFinding Your (In)voice: Emacs for InvoicingBala Ramadurai -captioned~ 4:26 PMProductivity Dashboards with Emacs and KindleMehmet Tekman -captioned~ 4:38 PMEmacs with Nyxt: extend your editor with the power of a Lisp browserAndrea -captioned~ 4:50 PMEmacs development updatesJohn Wiegley -captioned~ 5:01 PMOn the design of text editorsNicolas P. Rougier -~ 5:12 PMClosing remarks day 1 +done~ 3:00 PMUsing Org-mode to teach programmingDaniel German +now playing~ 3:21 PMBabel for academicsAsilata Bapat +captioned~ 3:33 PMManaging a research workflow (bibliographies, note-taking, and arXiv)Ahmed Khaled +captioned~ 3:45 PMReproducible molecular graphics with Org-modeBlaine Mooers +captioned~ 3:57 PMBudgeting, Project Monitoring and Invoicing with Org ModeAdolfo Villafiorita +captioned~ 4:10 PMFinding Your (In)voice: Emacs for InvoicingBala Ramadurai +captioned~ 4:23 PMProductivity Dashboards with Emacs and KindleMehmet Tekman +captioned~ 4:35 PMEmacs with Nyxt: extend your editor with the power of a Lisp browserAndrea +captioned~ 4:47 PMEmacs development updatesJohn Wiegley +captioned~ 4:58 PMOn the design of text editorsNicolas P. Rougier +~ 5:09 PMClosing remarks day 1 Sunday, Nov 28, 2021: Development talks Sunday morning ~ 9:00 AMOpening remarks day 2 -- cgit v1.2.3