From 3dcfb4b6c1646b5564bcbf2e42aafcbed57a3179 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sat, 27 Nov 2021 14:48:01 -0500 Subject: Update --- ...yntax-outside-of-gnu-emacs--karl-voit--main.vtt | 770 +++++++++++++++++++++ 2021/captions/org-outside.md | 259 +++++++ 2021/emacsconf-pentabarf.xml | 28 +- 2021/emacsconf.ics | 150 ++-- 2021/info/babel-schedule.md | 2 +- 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/exec-schedule.md | 2 +- 2021/info/invoice-schedule.md | 2 +- 2021/info/molecular-schedule.md | 2 +- 2021/info/nyxt-schedule.md | 2 +- 2021/info/org-outside-schedule.md | 10 +- 2021/info/project-schedule.md | 2 +- 2021/info/research-schedule.md | 2 +- 2021/info/teach-schedule.md | 2 +- 2021/schedule-details.md | 26 +- 18 files changed, 1150 insertions(+), 117 deletions(-) create mode 100644 2021/captions/emacsconf-2021-org-outside--the-use-of-org-mode-syntax-outside-of-gnu-emacs--karl-voit--main.vtt create mode 100644 2021/captions/org-outside.md diff --git a/2021/captions/emacsconf-2021-org-outside--the-use-of-org-mode-syntax-outside-of-gnu-emacs--karl-voit--main.vtt b/2021/captions/emacsconf-2021-org-outside--the-use-of-org-mode-syntax-outside-of-gnu-emacs--karl-voit--main.vtt new file mode 100644 index 00000000..2884b0c8 --- /dev/null +++ b/2021/captions/emacsconf-2021-org-outside--the-use-of-org-mode-syntax-outside-of-gnu-emacs--karl-voit--main.vtt @@ -0,0 +1,770 @@ +WEBVTT + +00:05.520 --> 00:08.170 +Hello. My name is Karl Voit, + +00:08.170 --> 00:11.360 +and I've spent the last decade + +00:11.360 --> 00:13.040 +working with Emacs Org Mode + +00:13.040 --> 00:15.280 +as my main organization system + +00:15.280 --> 00:16.880 +for my use cases, + +00:16.880 --> 00:19.760 +and I would like to take this opportunity + +00:19.760 --> 00:22.480 +and point out a subtle issue we've had + +00:22.480 --> 00:25.359 +in many different discussions around Org Mode, + +00:25.359 --> 00:27.519 +which itself stands for + +00:27.519 --> 00:29.679 +quite different kind of things. + +00:29.679 --> 00:31.760 +On the one hand side, + +00:31.760 --> 00:34.640 +Org Mode is an implementation in Elisp + +00:34.640 --> 00:36.559 +on the Emacs platform, + +00:36.559 --> 00:38.480 +and on the other hand side, + +00:38.480 --> 00:42.960 +Org Mode is also a lightweight markup language + +00:42.960 --> 00:45.760 +which we use to express things: + +00:45.760 --> 00:47.440 +how headings are marked, + +00:47.440 --> 00:49.840 +how text is made boldface, + +00:49.840 --> 00:51.680 +how external links are written, + +00:51.680 --> 01:01.920 +and so forth, in text documents. + +01:01.920 --> 01:03.920 +From my own experience, + +01:03.920 --> 01:05.920 +from many different online discussions, + +01:05.920 --> 01:09.600 +I once wrote a blog article on my web page + +01:09.600 --> 01:11.760 +that summarizes why I do think + +01:11.760 --> 01:13.200 +that Org Mode is superior + +01:13.200 --> 01:16.000 +to other well-known lightweight markup languages + +01:16.000 --> 01:21.040 +such as Markdown, AsciiDoc, reStructuredText and more. + +01:21.040 --> 01:23.360 +My main points in this article were that + +01:23.360 --> 01:25.040 +Org Mode is an intuitive + +01:25.040 --> 01:28.000 +and easy to learn and remember markup. + +01:28.000 --> 01:29.360 +It is standardized, + +01:29.360 --> 01:31.439 +as in the Emacs implementation + +01:31.439 --> 01:32.799 +defines the current standard, + +01:32.799 --> 01:35.360 +and there is no different Org mode version + +01:35.360 --> 01:38.159 +out there which conflicts with that. + +01:38.159 --> 01:41.040 +Org Mode is consistent + +01:41.040 --> 01:44.159 +within its markup language design. + +01:44.159 --> 01:48.640 +Org Mode can be easily typed in any text-based tool, + +01:48.640 --> 01:53.280 +and Org Mode makes much sense outside of Emacs, + +01:53.280 --> 01:55.360 +so that you can use it, for example, + +01:55.360 --> 01:58.719 +in email clients or in other text documents + +01:58.719 --> 02:01.040 +not interpreting the markup at all. + +02:01.040 --> 02:03.280 +And of course, if you want, + +02:03.280 --> 02:06.640 +you can have the perfect tool support within Emacs + +02:06.640 --> 02:13.760 +and other software tools. + +02:13.760 --> 02:15.440 +This naming issue, + +02:15.440 --> 02:18.560 +using one name for two different kind of things, + +02:18.560 --> 02:22.239 +arises in discussions about the markup's support + +02:22.239 --> 02:24.560 +in non-Emacs tools and services, + +02:24.560 --> 02:27.440 +in questions on levels of compatibility + +02:27.440 --> 02:30.080 +in comparison to the large and huge + +02:30.080 --> 02:32.959 +amount of functionality within Emacs, + +02:32.959 --> 02:36.319 +and so forth. + +02:36.319 --> 02:38.000 +In order to find a solution + +02:38.000 --> 02:40.160 +to some of those issues, + +02:40.160 --> 02:44.480 +I propose a different name. A new idea. + +02:44.480 --> 02:47.360 +A definition for the lightweight markup language, + +02:47.360 --> 02:51.200 +and the lightweight markup language alone. + +02:51.200 --> 02:54.000 +A new standard, which, by the way, + +02:54.000 --> 02:57.680 +reminds me on something here... + +02:57.680 --> 03:05.200 +Anyway... + +03:05.200 --> 03:06.640 +So we need a different name + +03:06.640 --> 03:08.159 +for this new thing, + +03:08.159 --> 03:09.840 +and its feature set needs to be + +03:09.840 --> 03:11.760 +something good enough + +03:11.760 --> 03:14.000 +to help adapting Org Mode syntax + +03:14.000 --> 03:16.560 +outside of the Emacs universe. + +03:16.560 --> 03:19.760 +It can't be the whole set of Org Mode features. + +03:19.760 --> 03:21.680 +This would kill the idea instantly, + +03:21.680 --> 03:23.519 +because everything that is going + +03:23.519 --> 03:24.720 +into that direction + +03:24.720 --> 03:26.959 +would be compared to our golden standards, + +03:26.959 --> 03:29.280 +the Emacs implementation of Org Mode, + +03:29.280 --> 03:31.120 +which cannot be compared + +03:31.120 --> 03:33.599 +to anything else at this time. + +03:33.599 --> 03:37.040 +So it needs to be somehow less than Org Mode. + +03:37.040 --> 03:41.040 +It needs to be recognizable in non-Emacs circles, + +03:41.040 --> 03:42.720 +and it should remind people + +03:42.720 --> 03:43.920 +on similar things + +03:43.920 --> 03:45.760 +in order to be something + +03:45.760 --> 03:49.760 +somewhat self-explanatory as a term. + +03:49.760 --> 03:54.000 +Hereby, I propose the name Orgdown + +03:54.000 --> 03:56.000 +for this thing, and it's launched + +03:56.000 --> 04:06.239 +with my Emacs Conference talk 2021. + +04:06.239 --> 04:09.360 +So what should Orgdown be? + +04:09.360 --> 04:11.439 +It should be a subset of Org Mode + +04:11.439 --> 04:14.400 +lightweight markup language syntax. + +04:14.400 --> 04:17.120 +It should be a definition of + +04:17.120 --> 04:18.880 +Org-Mode-based entities + +04:18.880 --> 04:20.880 +that do make sense on their own + +04:20.880 --> 04:22.720 +which is, in any case, + +04:22.720 --> 04:26.320 +always a compromise of some sort, of course. + +04:26.320 --> 04:29.919 +It needs to be extensible for different purposes + +04:29.919 --> 04:32.560 +to ensure future-proofness, + +04:32.560 --> 04:33.600 +and it needs to have + +04:33.600 --> 04:35.919 +a formal definition of Org Mode, + +04:35.919 --> 04:39.680 +which helps in becoming a new standard. + +04:39.680 --> 04:42.160 +it needs to be a self-sustaining community + +04:42.160 --> 04:45.040 +that supports the process by documentation + +04:45.040 --> 04:48.320 +and connecting people to other people, + +04:48.320 --> 04:52.080 +to the documentation, and to tools. + +04:52.080 --> 04:54.800 +What Orgdown should never be + +04:54.800 --> 04:57.280 +is something that's incompatible + +04:57.280 --> 04:59.759 +with Org Mode within Emacs, + +04:59.759 --> 05:08.560 +and some kind of Org Mode replacement, of course. + +05:08.560 --> 05:12.160 +The advantages of Orgdown for everybody + +05:12.160 --> 05:16.800 +includes better Org support in non-Emacs tools; + +05:16.800 --> 05:19.759 +to promote the beautifully crafted Org Mode syntax + +05:19.759 --> 05:21.520 +to a larger set of people, + +05:21.520 --> 05:23.759 +even outside of Emacs, of course; + +05:23.759 --> 05:26.560 +to push better support for the collaboration + +05:26.560 --> 05:28.800 +for Emacs and non-Emacs users + +05:28.800 --> 05:31.759 +for using text-based documents; + +05:31.759 --> 05:34.880 +finally, fix the irritating mix-up of + +05:35.919 --> 05:37.600 +markup language support + +05:37.600 --> 05:41.680 +and its Elisp implementation. + +05:41.680 --> 05:44.000 +I already mentioned briefly the need for + +05:44.000 --> 05:47.039 +a definition and extensibility. + +05:47.039 --> 05:48.960 +Therefore I came up with the idea + +05:48.960 --> 05:52.320 +of having different levels of Orgdown, + +05:52.320 --> 05:56.400 +and the first and most basic level of Orgdown + +05:56.400 --> 06:05.600 +is called Orgdown1. + +06:05.600 --> 06:09.759 +Orgdown1, or in short, OD1, consists of + +06:09.759 --> 06:11.759 +a small set of Org-Mode-based features + +06:11.759 --> 06:15.759 +such as simple text formatting, headings, lists, + +06:15.759 --> 06:19.520 +and checkboxes, example, quote, and source blocks, + +06:19.520 --> 06:22.479 +comments, external web links, + +06:22.479 --> 06:25.280 +tables without calculations. + +06:25.280 --> 06:27.120 +I tried to find a compromise + +06:27.120 --> 06:29.199 +that should work with most people + +06:29.199 --> 06:31.600 +starting with any lightweight markup + +06:31.600 --> 06:39.759 +that is based on Emacs Org Mode. + +06:39.759 --> 06:41.199 +In order to get a measure + +06:41.199 --> 06:43.759 +on how well Orgdown1 is supported + +06:43.759 --> 06:45.919 +by one specific tool, + +06:45.919 --> 06:47.759 +I came up with an OD1 + +06:47.759 --> 06:51.199 +compatibility percentage index. + +06:51.199 --> 06:54.080 +43 easy-to-check features such as: + +06:54.080 --> 06:56.800 +does it support highlighting of bold text + +06:56.800 --> 06:59.039 +using single asterisks? + +06:59.039 --> 07:00.800 +Each feature can be supported + +07:00.800 --> 07:02.880 +in a basic way (one point) + +07:02.880 --> 07:06.319 +or in an advanced way (two points). + +07:06.319 --> 07:08.319 +One point means it basically + +07:08.319 --> 07:10.080 +doesn't interfere with the tool + +07:10.080 --> 07:12.000 +in any negative way. + +07:12.000 --> 07:14.479 +Two points means that it provides + +07:14.479 --> 07:16.720 +active syntax highlighting, for example, + +07:16.720 --> 07:18.479 +or even tool-supported features + +07:18.479 --> 07:22.960 +like shortcuts to insert elements and such. + +07:22.960 --> 07:24.880 +Summing up those two levels + +07:24.880 --> 07:27.280 +for all those 43 features + +07:27.280 --> 07:28.479 +result in a number + +07:28.479 --> 07:29.919 +that can be compared + +07:29.919 --> 07:32.319 +to the maximum level there is, + +07:32.319 --> 07:36.319 +which results in a given percentage. + +07:36.319 --> 07:37.919 +By definition, + +07:37.919 --> 07:40.479 +Emacs provides full support + +07:40.479 --> 07:43.360 +of all Orgdown levels, + +07:43.360 --> 07:45.360 +and most tools support + +07:45.360 --> 07:48.240 +at least fifty percent of Orgdown1 + +07:48.240 --> 07:50.400 +as long as Orgdown1 syntax + +07:50.400 --> 07:52.720 +doesn't result in some markup conflict + +07:52.720 --> 07:57.039 +or tooling conflict or whatever. + +07:57.039 --> 07:58.560 +This emphasizes the idea + +07:58.560 --> 08:01.360 +that Orgdown can and should be used + +08:01.360 --> 08:04.879 +for personal notes anywhere and in general domains, + +08:04.879 --> 08:07.919 +just like writing emails, for example. + +08:07.919 --> 08:10.000 +I guess the majority of tools + +08:10.000 --> 08:12.720 +with a certain support for Orgdown1 + +08:12.720 --> 08:18.080 +will be in the area of 80s and 90s, percentwise. + +08:18.080 --> 08:20.639 +If Orgdown1 is not enough, + +08:20.639 --> 08:22.400 +there will be future definitions + +08:22.400 --> 08:24.960 +of Orgdown2, 3, or higher + +08:24.960 --> 08:27.599 +which will take more and more syntax elements + +08:27.599 --> 08:29.039 +from the Org Mode syntax + +08:29.039 --> 08:30.479 +and integrate it into + +08:30.479 --> 08:39.519 +the domain of Orgdown. + +08:39.519 --> 08:42.000 +So far, Orgdown1 is described + +08:42.000 --> 08:43.599 +on a public GitLab page + +08:43.599 --> 08:45.920 +which has already documentation + +08:45.920 --> 08:48.399 +on how to learn Orgdown, + +08:48.399 --> 08:50.560 +some syntax examples, + +08:50.560 --> 08:51.839 +frequently asked questions, + +08:51.839 --> 08:54.240 +and of course, with their answers, + +08:54.240 --> 08:55.920 +a collection of tools + +08:55.920 --> 08:59.279 +that already do support Orgdown in some way, + +08:59.279 --> 09:01.040 +and a few of them did already + +09:01.040 --> 09:02.640 +get evaluated by me + +09:02.640 --> 09:05.920 +and got their OD1 compatibility percentage + +09:05.920 --> 09:07.279 +in a table. + +09:07.279 --> 09:09.839 +Some ideas on how people can contribute + +09:09.839 --> 09:11.040 +to this new standard + +09:11.040 --> 09:13.839 +is also part of this new site. + +09:13.839 --> 09:17.200 +And of course, now I need your help + +09:17.200 --> 09:19.519 +in order to make this a success story + +09:19.519 --> 09:28.880 +for Org Mode and of course Orgdown. + +09:28.880 --> 09:31.360 +So please do contribute + +09:31.360 --> 09:33.279 +to the GitLab project pages + +09:33.279 --> 09:38.000 +and add tools and their Orgdown1-compatible percentages. + +09:38.000 --> 09:40.800 +For example, a template file is provided, + +09:40.800 --> 09:41.839 +of course. + +09:41.839 --> 09:43.680 +Please do add more parsers. + +09:43.680 --> 09:46.320 +Please use the term Orgdown1 + +09:46.320 --> 09:48.080 +to label tool properties + +09:48.080 --> 09:49.440 +for your own stuff + +09:49.440 --> 09:51.760 +and so that people do realize + +09:51.760 --> 09:53.839 +that your tools are already supporting + +09:53.839 --> 09:56.800 +this general use case of Org Mode. + +09:56.800 --> 09:58.640 +And there is no need to support + +09:58.640 --> 09:59.680 +all the Org Mode + +09:59.680 --> 10:02.160 +in order to profit from Org Mode syntax + +10:02.160 --> 10:04.320 +with Orgdown. + +10:04.320 --> 10:05.839 +You can spread the idea + +10:05.839 --> 10:07.279 +by promoting Orgdown + +10:07.279 --> 10:08.480 +as a separate term + +10:08.480 --> 10:09.680 +compared to Org Mode + +10:09.680 --> 10:11.279 +and its mixed up definition + +10:11.279 --> 10:21.279 +with the Org Mode Elisp implementation. + +10:21.279 --> 10:23.120 +And in case that Orgdown + +10:23.120 --> 10:24.880 +really resonates with you, + +10:24.880 --> 10:26.959 +you can add a formal specification + +10:26.959 --> 10:29.279 +to the GitLab project of Orgdown. + +10:29.279 --> 10:30.480 +I guess that some of the + +10:30.480 --> 10:33.040 +existing formal definitions of Org Mode + +10:33.040 --> 10:35.760 +already do qualify for Orgdown1 + +10:35.760 --> 10:37.920 +by stripping down to the few things + +10:37.920 --> 10:41.279 +Orgdown1 is concentrating on. + +10:41.279 --> 10:42.720 +You can create, for example, + +10:42.720 --> 10:45.760 +a language server protocol for Orgdown1 + +10:45.760 --> 10:48.000 +which would multiply the possibilities + +10:48.000 --> 10:50.000 +for adapting Orgdown1 + +10:50.000 --> 10:51.760 +in all kinds of editors + +10:51.760 --> 11:00.880 +by giving syntax highlighting, for example. + +11:00.880 --> 11:03.200 +And you may find the idea intriguing + +11:03.200 --> 11:07.440 +that Orgdown1 is a perfect markup language candidate + +11:07.440 --> 11:09.920 +for the Gemini project, + +11:09.920 --> 11:11.200 +which would be, in short, + +11:11.200 --> 11:14.240 +a linked web of plain Orgdown1 files + +11:14.240 --> 11:16.160 +that form a parallel internet + +11:16.160 --> 11:17.839 +without advertisements, + +11:17.839 --> 11:20.880 +malware-bloated web pages, and so forth. + +11:20.880 --> 11:22.160 +It's concentrating + +11:22.160 --> 11:23.920 +on the essential value of information + +11:23.920 --> 11:26.399 +in form of simple text files + +11:26.399 --> 11:29.279 +and links to other simple text files. + +11:29.279 --> 11:39.760 +I would love to see this. +happen someday + +11:39.760 --> 11:42.560 +In the meantime, let's kick-start Orgdown + +11:42.560 --> 11:45.120 +with Orgdown1 as the first level. + +11:45.120 --> 11:46.880 +Visit the GitLab page, + +11:46.880 --> 11:49.600 +hand in improvements for the linked tool sections, + +11:49.600 --> 11:52.240 +and spread the brilliant markup design + +11:52.240 --> 11:52.880 +of Org Mode, + +11:52.880 --> 11:56.000 +using Orgdown as a well-defined + +11:56.000 --> 11:57.839 +new standard. + +11:57.839 --> 12:01.079 +Thank you. diff --git a/2021/captions/org-outside.md b/2021/captions/org-outside.md new file mode 100644 index 00000000..9a1cf57c --- /dev/null +++ b/2021/captions/org-outside.md @@ -0,0 +1,259 @@ + +# Transcript + +[[!template text="Hello. My name is Karl Voit," start="00:00:05.520" video="mainVideo" id=subtitle]] +[[!template text="and I've spent the last decade" start="00:00:08.170" video="mainVideo" id=subtitle]] +[[!template text="working with Emacs Org Mode" start="00:00:11.360" video="mainVideo" id=subtitle]] +[[!template text="as my main organization system" start="00:00:13.040" video="mainVideo" id=subtitle]] +[[!template text="for my use cases," start="00:00:15.280" video="mainVideo" id=subtitle]] +[[!template text="and I would like to take this opportunity" start="00:00:16.880" video="mainVideo" id=subtitle]] +[[!template text="and point out a subtle issue we've had" start="00:00:19.760" video="mainVideo" id=subtitle]] +[[!template text="in many different discussions around Org Mode," start="00:00:22.480" video="mainVideo" id=subtitle]] +[[!template text="which itself stands for" start="00:00:25.359" video="mainVideo" id=subtitle]] +[[!template text="quite different kind of things." start="00:00:27.519" video="mainVideo" id=subtitle]] +[[!template text="On the one hand side," start="00:00:29.679" video="mainVideo" id=subtitle]] +[[!template text="Org Mode is an implementation in Elisp" start="00:00:31.760" video="mainVideo" id=subtitle]] +[[!template text="on the Emacs platform," start="00:00:34.640" video="mainVideo" id=subtitle]] +[[!template text="and on the other hand side," start="00:00:36.559" video="mainVideo" id=subtitle]] +[[!template text="Org Mode is also a lightweight markup language" start="00:00:38.480" video="mainVideo" id=subtitle]] +[[!template text="which we use to express things:" start="00:00:42.960" video="mainVideo" id=subtitle]] +[[!template text="how headings are marked," start="00:00:45.760" video="mainVideo" id=subtitle]] +[[!template text="how text is made boldface," start="00:00:47.440" video="mainVideo" id=subtitle]] +[[!template text="how external links are written," start="00:00:49.840" video="mainVideo" id=subtitle]] +[[!template text="and so forth, in text documents." start="00:00:51.680" video="mainVideo" id=subtitle]] +[[!template new="1" text="From my own experience," start="00:01:01.920" video="mainVideo" id=subtitle]] +[[!template text="from many different online discussions," start="00:01:03.920" video="mainVideo" id=subtitle]] +[[!template text="I once wrote a blog article on my web page" start="00:01:05.920" video="mainVideo" id=subtitle]] +[[!template text="that summarizes why I do think" start="00:01:09.600" video="mainVideo" id=subtitle]] +[[!template text="that Org Mode is superior" start="00:01:11.760" video="mainVideo" id=subtitle]] +[[!template text="to other well-known lightweight markup languages" start="00:01:13.200" video="mainVideo" id=subtitle]] +[[!template text="such as Markdown, AsciiDoc, reStructuredText and more." start="00:01:16.000" video="mainVideo" id=subtitle]] +[[!template text="My main points in this article were that" start="00:01:21.040" video="mainVideo" id=subtitle]] +[[!template text="Org Mode is an intuitive" start="00:01:23.360" video="mainVideo" id=subtitle]] +[[!template text="and easy to learn and remember markup." start="00:01:25.040" video="mainVideo" id=subtitle]] +[[!template text="It is standardized," start="00:01:28.000" video="mainVideo" id=subtitle]] +[[!template text="as in the Emacs implementation" start="00:01:29.360" video="mainVideo" id=subtitle]] +[[!template text="defines the current standard," start="00:01:31.439" video="mainVideo" id=subtitle]] +[[!template text="and there is no different Org mode version" start="00:01:32.799" video="mainVideo" id=subtitle]] +[[!template text="out there which conflicts with that." start="00:01:35.360" video="mainVideo" id=subtitle]] +[[!template text="Org Mode is consistent" start="00:01:38.159" video="mainVideo" id=subtitle]] +[[!template text="within its markup language design." start="00:01:41.040" video="mainVideo" id=subtitle]] +[[!template text="Org Mode can be easily typed in any text-based tool," start="00:01:44.159" video="mainVideo" id=subtitle]] +[[!template text="and Org Mode makes much sense outside of Emacs," start="00:01:48.640" video="mainVideo" id=subtitle]] +[[!template text="so that you can use it, for example," start="00:01:53.280" video="mainVideo" id=subtitle]] +[[!template text="in email clients or in other text documents" start="00:01:55.360" video="mainVideo" id=subtitle]] +[[!template text="not interpreting the markup at all." start="00:01:58.719" video="mainVideo" id=subtitle]] +[[!template text="And of course, if you want," start="00:02:01.040" video="mainVideo" id=subtitle]] +[[!template text="you can have the perfect tool support within Emacs" start="00:02:03.280" video="mainVideo" id=subtitle]] +[[!template text="and other software tools." start="00:02:06.640" video="mainVideo" id=subtitle]] +[[!template new="1" text="This naming issue," start="00:02:13.760" video="mainVideo" id=subtitle]] +[[!template text="using one name for two different kind of things," start="00:02:15.440" video="mainVideo" id=subtitle]] +[[!template text="arises in discussions about the markup's support" start="00:02:18.560" video="mainVideo" id=subtitle]] +[[!template text="in non-Emacs tools and services," start="00:02:22.239" video="mainVideo" id=subtitle]] +[[!template text="in questions on levels of compatibility" start="00:02:24.560" video="mainVideo" id=subtitle]] +[[!template text="in comparison to the large and huge" start="00:02:27.440" video="mainVideo" id=subtitle]] +[[!template text="amount of functionality within Emacs," start="00:02:30.080" video="mainVideo" id=subtitle]] +[[!template text="and so forth." start="00:02:32.959" video="mainVideo" id=subtitle]] +[[!template new="1" text="In order to find a solution" start="00:02:36.319" video="mainVideo" id=subtitle]] +[[!template text="to some of those issues," start="00:02:38.000" video="mainVideo" id=subtitle]] +[[!template text="I propose a different name. A new idea." start="00:02:40.160" video="mainVideo" id=subtitle]] +[[!template text="A definition for the lightweight markup language," start="00:02:44.480" video="mainVideo" id=subtitle]] +[[!template text="and the lightweight markup language alone." start="00:02:47.360" video="mainVideo" id=subtitle]] +[[!template text="A new standard, which, by the way," start="00:02:51.200" video="mainVideo" id=subtitle]] +[[!template text="reminds me on something here..." start="00:02:54.000" video="mainVideo" id=subtitle]] +[[!template text="Anyway..." start="00:02:57.680" video="mainVideo" id=subtitle]] +[[!template text="So we need a different name" start="00:03:05.200" video="mainVideo" id=subtitle]] +[[!template text="for this new thing," start="00:03:06.640" video="mainVideo" id=subtitle]] +[[!template text="and its feature set needs to be" start="00:03:08.159" video="mainVideo" id=subtitle]] +[[!template text="something good enough" start="00:03:09.840" video="mainVideo" id=subtitle]] +[[!template text="to help adapting Org Mode syntax" start="00:03:11.760" video="mainVideo" id=subtitle]] +[[!template text="outside of the Emacs universe." start="00:03:14.000" video="mainVideo" id=subtitle]] +[[!template text="It can't be the whole set of Org Mode features." start="00:03:16.560" video="mainVideo" id=subtitle]] +[[!template text="This would kill the idea instantly," start="00:03:19.760" video="mainVideo" id=subtitle]] +[[!template text="because everything that is going" start="00:03:21.680" video="mainVideo" id=subtitle]] +[[!template text="into that direction" start="00:03:23.519" video="mainVideo" id=subtitle]] +[[!template text="would be compared to our golden standards," start="00:03:24.720" video="mainVideo" id=subtitle]] +[[!template text="the Emacs implementation of Org Mode," start="00:03:26.959" video="mainVideo" id=subtitle]] +[[!template text="which cannot be compared" start="00:03:29.280" video="mainVideo" id=subtitle]] +[[!template text="to anything else at this time." start="00:03:31.120" video="mainVideo" id=subtitle]] +[[!template text="So it needs to be somehow less than Org Mode." start="00:03:33.599" video="mainVideo" id=subtitle]] +[[!template text="It needs to be recognizable in non-Emacs circles," start="00:03:37.040" video="mainVideo" id=subtitle]] +[[!template text="and it should remind people" start="00:03:41.040" video="mainVideo" id=subtitle]] +[[!template text="on similar things" start="00:03:42.720" video="mainVideo" id=subtitle]] +[[!template text="in order to be something" start="00:03:43.920" video="mainVideo" id=subtitle]] +[[!template text="somewhat self-explanatory as a term." start="00:03:45.760" video="mainVideo" id=subtitle]] +[[!template text="Hereby, I propose the name Orgdown" start="00:03:49.760" video="mainVideo" id=subtitle]] +[[!template text="for this thing, and it's launched" start="00:03:54.000" video="mainVideo" id=subtitle]] +[[!template text="with my Emacs Conference talk 2021." start="00:03:56.000" video="mainVideo" id=subtitle]] +[[!template new="1" text="So what should Orgdown be?" start="00:04:06.239" video="mainVideo" id=subtitle]] +[[!template text="It should be a subset of Org Mode" start="00:04:09.360" video="mainVideo" id=subtitle]] +[[!template text="lightweight markup language syntax." start="00:04:11.439" video="mainVideo" id=subtitle]] +[[!template text="It should be a definition of" start="00:04:14.400" video="mainVideo" id=subtitle]] +[[!template text="Org-Mode-based entities" start="00:04:17.120" video="mainVideo" id=subtitle]] +[[!template text="that do make sense on their own" start="00:04:18.880" video="mainVideo" id=subtitle]] +[[!template text="which is, in any case," start="00:04:20.880" video="mainVideo" id=subtitle]] +[[!template text="always a compromise of some sort, of course." start="00:04:22.720" video="mainVideo" id=subtitle]] +[[!template text="It needs to be extensible for different purposes" start="00:04:26.320" video="mainVideo" id=subtitle]] +[[!template text="to ensure future-proofness," start="00:04:29.919" video="mainVideo" id=subtitle]] +[[!template text="and it needs to have" start="00:04:32.560" video="mainVideo" id=subtitle]] +[[!template text="a formal definition of Org Mode," start="00:04:33.600" video="mainVideo" id=subtitle]] +[[!template text="which helps in becoming a new standard." start="00:04:35.919" video="mainVideo" id=subtitle]] +[[!template text="it needs to be a self-sustaining community" start="00:04:39.680" video="mainVideo" id=subtitle]] +[[!template text="that supports the process by documentation" start="00:04:42.160" video="mainVideo" id=subtitle]] +[[!template text="and connecting people to other people," start="00:04:45.040" video="mainVideo" id=subtitle]] +[[!template text="to the documentation, and to tools." start="00:04:48.320" video="mainVideo" id=subtitle]] +[[!template text="What Orgdown should never be" start="00:04:52.080" video="mainVideo" id=subtitle]] +[[!template text="is something that's incompatible" start="00:04:54.800" video="mainVideo" id=subtitle]] +[[!template text="with Org Mode within Emacs," start="00:04:57.280" video="mainVideo" id=subtitle]] +[[!template text="and some kind of Org Mode replacement, of course." start="00:04:59.759" video="mainVideo" id=subtitle]] +[[!template new="1" text="The advantages of Orgdown for everybody" start="00:05:08.560" video="mainVideo" id=subtitle]] +[[!template text="includes better Org support in non-Emacs tools;" start="00:05:12.160" video="mainVideo" id=subtitle]] +[[!template text="to promote the beautifully crafted Org Mode syntax" start="00:05:16.800" video="mainVideo" id=subtitle]] +[[!template text="to a larger set of people," start="00:05:19.759" video="mainVideo" id=subtitle]] +[[!template text="even outside of Emacs, of course;" start="00:05:21.520" video="mainVideo" id=subtitle]] +[[!template text="to push better support for the collaboration" start="00:05:23.759" video="mainVideo" id=subtitle]] +[[!template text="for Emacs and non-Emacs users" start="00:05:26.560" video="mainVideo" id=subtitle]] +[[!template text="for using text-based documents;" start="00:05:28.800" video="mainVideo" id=subtitle]] +[[!template text="finally, fix the irritating mix-up of" start="00:05:31.759" video="mainVideo" id=subtitle]] +[[!template text="markup language support" start="00:05:35.919" video="mainVideo" id=subtitle]] +[[!template text="and its Elisp implementation." start="00:05:37.600" video="mainVideo" id=subtitle]] +[[!template new="1" text="I already mentioned briefly the need for" start="00:05:41.680" video="mainVideo" id=subtitle]] +[[!template text="a definition and extensibility." start="00:05:44.000" video="mainVideo" id=subtitle]] +[[!template text="Therefore I came up with the idea" start="00:05:47.039" video="mainVideo" id=subtitle]] +[[!template text="of having different levels of Orgdown," start="00:05:48.960" video="mainVideo" id=subtitle]] +[[!template text="and the first and most basic level of Orgdown" start="00:05:52.320" video="mainVideo" id=subtitle]] +[[!template text="is called Orgdown1." start="00:05:56.400" video="mainVideo" id=subtitle]] +[[!template text="Orgdown1, or in short, OD1, consists of" start="00:06:05.600" video="mainVideo" id=subtitle]] +[[!template text="a small set of Org-Mode-based features" start="00:06:09.759" video="mainVideo" id=subtitle]] +[[!template text="such as simple text formatting, headings, lists," start="00:06:11.759" video="mainVideo" id=subtitle]] +[[!template text="and checkboxes, example, quote, and source blocks," start="00:06:15.759" video="mainVideo" id=subtitle]] +[[!template text="comments, external web links," start="00:06:19.520" video="mainVideo" id=subtitle]] +[[!template text="tables without calculations." start="00:06:22.479" video="mainVideo" id=subtitle]] +[[!template text="I tried to find a compromise" start="00:06:25.280" video="mainVideo" id=subtitle]] +[[!template text="that should work with most people" start="00:06:27.120" video="mainVideo" id=subtitle]] +[[!template text="starting with any lightweight markup" start="00:06:29.199" video="mainVideo" id=subtitle]] +[[!template text="that is based on Emacs Org Mode." start="00:06:31.600" video="mainVideo" id=subtitle]] +[[!template text="In order to get a measure" start="00:06:39.759" video="mainVideo" id=subtitle]] +[[!template text="on how well Orgdown1 is supported" start="00:06:41.199" video="mainVideo" id=subtitle]] +[[!template text="by one specific tool," start="00:06:43.759" video="mainVideo" id=subtitle]] +[[!template text="I came up with an OD1" start="00:06:45.919" video="mainVideo" id=subtitle]] +[[!template text="compatibility percentage index." start="00:06:47.759" video="mainVideo" id=subtitle]] +[[!template text="43 easy-to-check features such as:" start="00:06:51.199" video="mainVideo" id=subtitle]] +[[!template text="does it support highlighting of bold text" start="00:06:54.080" video="mainVideo" id=subtitle]] +[[!template text="using single asterisks?" start="00:06:56.800" video="mainVideo" id=subtitle]] +[[!template text="Each feature can be supported" start="00:06:59.039" video="mainVideo" id=subtitle]] +[[!template text="in a basic way (one point)" start="00:07:00.800" video="mainVideo" id=subtitle]] +[[!template text="or in an advanced way (two points)." start="00:07:02.880" video="mainVideo" id=subtitle]] +[[!template text="One point means it basically" start="00:07:06.319" video="mainVideo" id=subtitle]] +[[!template text="doesn't interfere with the tool" start="00:07:08.319" video="mainVideo" id=subtitle]] +[[!template text="in any negative way." start="00:07:10.080" video="mainVideo" id=subtitle]] +[[!template text="Two points means that it provides" start="00:07:12.000" video="mainVideo" id=subtitle]] +[[!template text="active syntax highlighting, for example," start="00:07:14.479" video="mainVideo" id=subtitle]] +[[!template text="or even tool-supported features" start="00:07:16.720" video="mainVideo" id=subtitle]] +[[!template text="like shortcuts to insert elements and such." start="00:07:18.479" video="mainVideo" id=subtitle]] +[[!template text="Summing up those two levels" start="00:07:22.960" video="mainVideo" id=subtitle]] +[[!template text="for all those 43 features" start="00:07:24.880" video="mainVideo" id=subtitle]] +[[!template text="result in a number" start="00:07:27.280" video="mainVideo" id=subtitle]] +[[!template text="that can be compared" start="00:07:28.479" video="mainVideo" id=subtitle]] +[[!template text="to the maximum level there is," start="00:07:29.919" video="mainVideo" id=subtitle]] +[[!template text="which results in a given percentage." start="00:07:32.319" video="mainVideo" id=subtitle]] +[[!template new="1" text="By definition," start="00:07:36.319" video="mainVideo" id=subtitle]] +[[!template text="Emacs provides full support" start="00:07:37.919" video="mainVideo" id=subtitle]] +[[!template text="of all Orgdown levels," start="00:07:40.479" video="mainVideo" id=subtitle]] +[[!template text="and most tools support" start="00:07:43.360" video="mainVideo" id=subtitle]] +[[!template text="at least fifty percent of Orgdown1" start="00:07:45.360" video="mainVideo" id=subtitle]] +[[!template text="as long as Orgdown1 syntax" start="00:07:48.240" video="mainVideo" id=subtitle]] +[[!template text="doesn't result in some markup conflict" start="00:07:50.400" video="mainVideo" id=subtitle]] +[[!template text="or tooling conflict or whatever." start="00:07:52.720" video="mainVideo" id=subtitle]] +[[!template text="This emphasizes the idea" start="00:07:57.039" video="mainVideo" id=subtitle]] +[[!template text="that Orgdown can and should be used" start="00:07:58.560" video="mainVideo" id=subtitle]] +[[!template text="for personal notes anywhere and in general domains," start="00:08:01.360" video="mainVideo" id=subtitle]] +[[!template text="just like writing emails, for example." start="00:08:04.879" video="mainVideo" id=subtitle]] +[[!template text="I guess the majority of tools" start="00:08:07.919" video="mainVideo" id=subtitle]] +[[!template text="with a certain support for Orgdown1" start="00:08:10.000" video="mainVideo" id=subtitle]] +[[!template text="will be in the area of 80s and 90s, percentwise." start="00:08:12.720" video="mainVideo" id=subtitle]] +[[!template text="If Orgdown1 is not enough," start="00:08:18.080" video="mainVideo" id=subtitle]] +[[!template text="there will be future definitions" start="00:08:20.639" video="mainVideo" id=subtitle]] +[[!template text="of Orgdown2, 3, or higher" start="00:08:22.400" video="mainVideo" id=subtitle]] +[[!template text="which will take more and more syntax elements" start="00:08:24.960" video="mainVideo" id=subtitle]] +[[!template text="from the Org Mode syntax" start="00:08:27.599" video="mainVideo" id=subtitle]] +[[!template text="and integrate it into" start="00:08:29.039" video="mainVideo" id=subtitle]] +[[!template text="the domain of Orgdown." start="00:08:30.479" video="mainVideo" id=subtitle]] +[[!template new="1" text="So far, Orgdown1 is described" start="00:08:39.519" video="mainVideo" id=subtitle]] +[[!template text="on a public GitLab page" start="00:08:42.000" video="mainVideo" id=subtitle]] +[[!template text="which has already documentation" start="00:08:43.599" video="mainVideo" id=subtitle]] +[[!template text="on how to learn Orgdown," start="00:08:45.920" video="mainVideo" id=subtitle]] +[[!template text="some syntax examples," start="00:08:48.399" video="mainVideo" id=subtitle]] +[[!template text="frequently asked questions," start="00:08:50.560" video="mainVideo" id=subtitle]] +[[!template text="and of course, with their answers," start="00:08:51.839" video="mainVideo" id=subtitle]] +[[!template text="a collection of tools" start="00:08:54.240" video="mainVideo" id=subtitle]] +[[!template text="that already do support Orgdown in some way," start="00:08:55.920" video="mainVideo" id=subtitle]] +[[!template text="and a few of them did already" start="00:08:59.279" video="mainVideo" id=subtitle]] +[[!template text="get evaluated by me" start="00:09:01.040" video="mainVideo" id=subtitle]] +[[!template text="and got their OD1 compatibility percentage" start="00:09:02.640" video="mainVideo" id=subtitle]] +[[!template text="in a table." start="00:09:05.920" video="mainVideo" id=subtitle]] +[[!template new="1" text="Some ideas on how people can contribute" start="00:09:07.279" video="mainVideo" id=subtitle]] +[[!template text="to this new standard" start="00:09:09.839" video="mainVideo" id=subtitle]] +[[!template text="is also part of this new site." start="00:09:11.040" video="mainVideo" id=subtitle]] +[[!template text="And of course, now I need your help" start="00:09:13.839" video="mainVideo" id=subtitle]] +[[!template text="in order to make this a success story" start="00:09:17.200" video="mainVideo" id=subtitle]] +[[!template text="for Org Mode and of course Orgdown." start="00:09:19.519" video="mainVideo" id=subtitle]] +[[!template text="So please do contribute" start="00:09:28.880" video="mainVideo" id=subtitle]] +[[!template text="to the GitLab project pages" start="00:09:31.360" video="mainVideo" id=subtitle]] +[[!template text="and add tools and their Orgdown1-compatible percentages." start="00:09:33.279" video="mainVideo" id=subtitle]] +[[!template text="For example, a template file is provided," start="00:09:38.000" video="mainVideo" id=subtitle]] +[[!template text="of course." start="00:09:40.800" video="mainVideo" id=subtitle]] +[[!template text="Please do add more parsers." start="00:09:41.839" video="mainVideo" id=subtitle]] +[[!template text="Please use the term Orgdown1" start="00:09:43.680" video="mainVideo" id=subtitle]] +[[!template text="to label tool properties" start="00:09:46.320" video="mainVideo" id=subtitle]] +[[!template text="for your own stuff" start="00:09:48.080" video="mainVideo" id=subtitle]] +[[!template text="and so that people do realize" start="00:09:49.440" video="mainVideo" id=subtitle]] +[[!template text="that your tools are already supporting" start="00:09:51.760" video="mainVideo" id=subtitle]] +[[!template text="this general use case of Org Mode." start="00:09:53.839" video="mainVideo" id=subtitle]] +[[!template text="And there is no need to support" start="00:09:56.800" video="mainVideo" id=subtitle]] +[[!template text="all the Org Mode" start="00:09:58.640" video="mainVideo" id=subtitle]] +[[!template text="in order to profit from Org Mode syntax" start="00:09:59.680" video="mainVideo" id=subtitle]] +[[!template text="with Orgdown." start="00:10:02.160" video="mainVideo" id=subtitle]] +[[!template text="You can spread the idea" start="00:10:04.320" video="mainVideo" id=subtitle]] +[[!template text="by promoting Orgdown" start="00:10:05.839" video="mainVideo" id=subtitle]] +[[!template text="as a separate term" start="00:10:07.279" video="mainVideo" id=subtitle]] +[[!template text="compared to Org Mode" start="00:10:08.480" video="mainVideo" id=subtitle]] +[[!template text="and its mixed up definition" start="00:10:09.680" video="mainVideo" id=subtitle]] +[[!template text="with the Org Mode Elisp implementation." start="00:10:11.279" video="mainVideo" id=subtitle]] +[[!template text="And in case that Orgdown" start="00:10:21.279" video="mainVideo" id=subtitle]] +[[!template text="really resonates with you," start="00:10:23.120" video="mainVideo" id=subtitle]] +[[!template text="you can add a formal specification" start="00:10:24.880" video="mainVideo" id=subtitle]] +[[!template text="to the GitLab project of Orgdown." start="00:10:26.959" video="mainVideo" id=subtitle]] +[[!template text="I guess that some of the" start="00:10:29.279" video="mainVideo" id=subtitle]] +[[!template text="existing formal definitions of Org Mode" start="00:10:30.480" video="mainVideo" id=subtitle]] +[[!template text="already do qualify for Orgdown1" start="00:10:33.040" video="mainVideo" id=subtitle]] +[[!template text="by stripping down to the few things" start="00:10:35.760" video="mainVideo" id=subtitle]] +[[!template text="Orgdown1 is concentrating on." start="00:10:37.920" video="mainVideo" id=subtitle]] +[[!template new="1" text="You can create, for example," start="00:10:41.279" video="mainVideo" id=subtitle]] +[[!template text="a language server protocol for Orgdown1" start="00:10:42.720" video="mainVideo" id=subtitle]] +[[!template text="which would multiply the possibilities" start="00:10:45.760" video="mainVideo" id=subtitle]] +[[!template text="for adapting Orgdown1" start="00:10:48.000" video="mainVideo" id=subtitle]] +[[!template text="in all kinds of editors" start="00:10:50.000" video="mainVideo" id=subtitle]] +[[!template text="by giving syntax highlighting, for example." start="00:10:51.760" video="mainVideo" id=subtitle]] +[[!template text="And you may find the idea intriguing" start="00:11:00.880" video="mainVideo" id=subtitle]] +[[!template text="that Orgdown1 is a perfect markup language candidate" start="00:11:03.200" video="mainVideo" id=subtitle]] +[[!template text="for the Gemini project," start="00:11:07.440" video="mainVideo" id=subtitle]] +[[!template text="which would be, in short," start="00:11:09.920" video="mainVideo" id=subtitle]] +[[!template text="a linked web of plain Orgdown1 files" start="00:11:11.200" video="mainVideo" id=subtitle]] +[[!template text="that form a parallel internet" start="00:11:14.240" video="mainVideo" id=subtitle]] +[[!template text="without advertisements," start="00:11:16.160" video="mainVideo" id=subtitle]] +[[!template text="malware-bloated web pages, and so forth." start="00:11:17.839" video="mainVideo" id=subtitle]] +[[!template text="It's concentrating" start="00:11:20.880" video="mainVideo" id=subtitle]] +[[!template text="on the essential value of information" start="00:11:22.160" video="mainVideo" id=subtitle]] +[[!template text="in form of simple text files" start="00:11:23.920" video="mainVideo" id=subtitle]] +[[!template text="and links to other simple text files." start="00:11:26.399" video="mainVideo" id=subtitle]] +[[!template text="I would love to see this. happen someday" start="00:11:29.279" video="mainVideo" id=subtitle]] +[[!template text="In the meantime, let's kick-start Orgdown" start="00:11:39.760" video="mainVideo" id=subtitle]] +[[!template text="with Orgdown1 as the first level." start="00:11:42.560" video="mainVideo" id=subtitle]] +[[!template text="Visit the GitLab page," start="00:11:45.120" video="mainVideo" id=subtitle]] +[[!template text="hand in improvements for the linked tool sections," start="00:11:46.880" video="mainVideo" id=subtitle]] +[[!template text="and spread the brilliant markup design" start="00:11:49.600" video="mainVideo" id=subtitle]] +[[!template text="of Org Mode," start="00:11:52.240" video="mainVideo" id=subtitle]] +[[!template text="using Orgdown as a well-defined" start="00:11:52.880" video="mainVideo" id=subtitle]] +[[!template text="new standard." start="00:11:56.000" video="mainVideo" id=subtitle]] +[[!template text="Thank you." start="00:11:57.839" video="mainVideo" id=subtitle]] diff --git a/2021/emacsconf-pentabarf.xml b/2021/emacsconf-pentabarf.xml index 03181ffa..2025a492 100644 --- a/2021/emacsconf-pentabarf.xml +++ b/2021/emacsconf-pentabarf.xml @@ -1,4 +1,4 @@ -20211127142805emacsconf2021EmacsConf 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. +20211127144215emacsconf2021EmacsConf 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. @@ -34,31 +34,31 @@ https://emacsconf.org/2021/talks/professionalPhilip Beadling2021-11-27T19:26:00Z14:26enMainTalkMainemacsconf-2021-talk-tech0:11Creating technical API documentation and presentations using org-babel, restclient, and org-treeslideTimes are approximate and will probably change. -https://emacsconf.org/2021/talks/techJan Ypma2021-11-27T19:40:00Z14:40enMainTalkMainemacsconf-2021-talk-exec0:08Org as an executable formatTimes are approximate and will probably change. +https://emacsconf.org/2021/talks/techJan Ypma2021-11-27T19:38:00Z14:38enMainTalkMainemacsconf-2021-talk-exec0:08Org as an executable formatTimes are approximate and will probably change. -https://emacsconf.org/2021/talks/execTom Gillespie2021-11-27T19:51:00Z14:51enMainTalkMainemacsconf-2021-talk-org-outside0:13The use of Org mode syntax outside of GNU/EmacsTimes are approximate and will probably change. +https://emacsconf.org/2021/talks/execTom Gillespie2021-11-27T19:49:00Z14:49enMainTalkMainemacsconf-2021-talk-org-outside0:13The use of Org mode syntax outside of GNU/EmacsTimes are approximate and will probably change. -https://emacsconf.org/2021/talks/org-outsideKarl Voit2021-11-27T20:05:00Z15:05enMainTalkMainemacsconf-2021-talk-teach0:21Using Org-mode to teach programmingTimes are approximate and will probably change. +https://emacsconf.org/2021/talks/org-outsideKarl Voit2021-11-27T20:03:00Z15:03enMainTalkMainemacsconf-2021-talk-teach0:21Using Org-mode to teach programmingTimes are approximate and will probably change. -https://emacsconf.org/2021/talks/teachDaniel German2021-11-27T20:29:00Z15:29enMainTalkMainemacsconf-2021-talk-research0:09Managing a research workflow (bibliographies, note-taking, and arXiv)Times are approximate and will probably change. +https://emacsconf.org/2021/talks/teachDaniel German2021-11-27T20:27:00Z15:27enMainTalkMainemacsconf-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:41:00Z15:41enMainTalkMainemacsconf-2021-talk-babel0:10Babel for academicsTimes are approximate and will probably change. +https://emacsconf.org/2021/talks/researchAhmed Khaled2021-11-27T20:39:00Z15:39enMainTalkMainemacsconf-2021-talk-babel0:10Babel for academicsTimes are approximate and will probably change. -https://emacsconf.org/2021/talks/babelAsilata Bapat2021-11-27T20:53:00Z15:53enMainTalkMainemacsconf-2021-talk-molecular0:09Reproducible molecular graphics with Org-modeTimes are approximate and will probably change. +https://emacsconf.org/2021/talks/babelAsilata Bapat2021-11-27T20:51:00Z15:51enMainTalkMainemacsconf-2021-talk-molecular0:09Reproducible molecular graphics with Org-modeTimes are approximate and will probably change. -https://emacsconf.org/2021/talks/molecularBlaine Mooers2021-11-27T21:05:00Z16:05enMainTalkMainemacsconf-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-27T21:03:00Z16:03enMainTalkMainemacsconf-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:18:00Z16:18enMainTalkMainemacsconf-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:16:00Z16:16enMainTalkMainemacsconf-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:31:00Z16:31enMainTalkMainemacsconf-2021-talk-dashboard0:09Productivity Dashboards with Emacs and KindleTimes are approximate and will probably change. +https://emacsconf.org/2021/talks/invoiceBala Ramadurai2021-11-27T21:29:00Z16:29enMainTalkMainemacsconf-2021-talk-dashboard0:09Productivity Dashboards with Emacs and KindleTimes are approximate and will probably change. -https://emacsconf.org/2021/talks/dashboardMehmet Tekman2021-11-27T21:43:00Z16:43enMainTalkMainemacsconf-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:41:00Z16:41enMainTalkMainemacsconf-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:55:00Z16:55enMainTalkMainemacsconf-2021-talk-dev-update0:08Emacs development updatesTimes are approximate and will probably change. +https://emacsconf.org/2021/talks/nyxtAndrea2021-11-27T21:53:00Z16:53enMainTalkMainemacsconf-2021-talk-dev-update0:08Emacs development updatesTimes are approximate and will probably change. -https://emacsconf.org/2021/talks/dev-updateJohn Wiegley2021-11-27T22:06:00Z17:06enMainTalkMainemacsconf-2021-talk-design0:07On the design of text editorsTimes are approximate and will probably change. +https://emacsconf.org/2021/talks/dev-updateJohn Wiegley2021-11-27T22:04:00Z17:04enMainTalkMainemacsconf-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:17:00Z17:17enMainTalkMainemacsconf-2021-talk-day1-close0:05Closing remarks day 1Times are approximate and will probably change. +https://emacsconf.org/2021/talks/designNicolas P. Rougier2021-11-27T22:15:00Z17:15enMainTalkMainemacsconf-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 5ecb3ce1..3a6bba59 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:20211127T192802Z +DTSTAMP:20211127T194213Z 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:20211127T192802Z +DTSTAMP:20211127T194213Z 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:20211127T192802Z +DTSTAMP:20211127T194213Z 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:20211127T192802Z +DTSTAMP:20211127T194213Z 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:20211127T192802Z +DTSTAMP:20211127T194213Z 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:20211127T192802Z +DTSTAMP:20211127T194213Z 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:20211127T192802Z +DTSTAMP:20211127T194213Z 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:20211127T192802Z +DTSTAMP:20211127T194213Z 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:20211127T192802Z +DTSTAMP:20211127T194213Z 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:20211127T192802Z +DTSTAMP:20211127T194213Z 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:20211127T192802Z +DTSTAMP:20211127T194213Z 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:20211127T192802Z +DTSTAMP:20211127T194213Z 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:20211127T192802Z +DTSTAMP:20211127T194213Z 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:20211127T192802Z +DTSTAMP:20211127T194213Z 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:20211127T192802Z +DTSTAMP:20211127T194213Z 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:20211127T192802Z +DTSTAMP:20211127T194213Z 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:20211127T192802Z +DTSTAMP:20211127T194213Z 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:20211127T192802Z +DTSTAMP:20211127T194213Z 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 @@ -254,9 +254,9 @@ ORGANIZER:EmacsConf LOCATION:https://emacsconf.org/ UID:b092bc88-e74c-a9c4-611b-d47c99ef578c URL:https://emacsconf.org/2021/talks/exec -DTSTART:20211127T194000Z -DTEND:20211127T194800Z -DTSTAMP:20211127T192802Z +DTSTART:20211127T193800Z +DTEND:20211127T194600Z +DTSTAMP:20211127T194213Z 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 @@ -267,9 +267,9 @@ ORGANIZER:EmacsConf LOCATION:https://emacsconf.org/ UID:69763d57-be4e-7e74-509b-92e48a0e7ba6 URL:https://emacsconf.org/2021/talks/org-outside -DTSTART:20211127T195100Z -DTEND:20211127T200400Z -DTSTAMP:20211127T192802Z +DTSTART:20211127T194900Z +DTEND:20211127T200200Z +DTSTAMP:20211127T194213Z 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 @@ -280,9 +280,9 @@ ORGANIZER:EmacsConf LOCATION:https://emacsconf.org/ UID:aed5e190-66a0-3dd4-e5eb-be09be94e6c3 URL:https://emacsconf.org/2021/talks/teach -DTSTART:20211127T200500Z -DTEND:20211127T202600Z -DTSTAMP:20211127T192802Z +DTSTART:20211127T200300Z +DTEND:20211127T202400Z +DTSTAMP:20211127T194213Z 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 @@ -294,9 +294,9 @@ ORGANIZER:EmacsConf LOCATION:https://emacsconf.org/ UID:fd246cee-b5d6-7cc4-2b63-20e87bb7d750 URL:https://emacsconf.org/2021/talks/research -DTSTART:20211127T202900Z -DTEND:20211127T203800Z -DTSTAMP:20211127T192802Z +DTSTART:20211127T202700Z +DTEND:20211127T203600Z +DTSTAMP:20211127T194213Z 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 @@ -307,9 +307,9 @@ ORGANIZER:EmacsConf LOCATION:https://emacsconf.org/ UID:db5821ed-fef4-4934-8fb3-87a0282714de URL:https://emacsconf.org/2021/talks/babel -DTSTART:20211127T204100Z -DTEND:20211127T205100Z -DTSTAMP:20211127T192802Z +DTSTART:20211127T203900Z +DTEND:20211127T204900Z +DTSTAMP:20211127T194213Z 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 @@ -320,9 +320,9 @@ ORGANIZER:EmacsConf LOCATION:https://emacsconf.org/ UID:1fc4917c-aab4-1924-2983-e78f8bca6af9 URL:https://emacsconf.org/2021/talks/molecular -DTSTART:20211127T205300Z -DTEND:20211127T210200Z -DTSTAMP:20211127T192802Z +DTSTART:20211127T205100Z +DTEND:20211127T210000Z +DTSTAMP:20211127T194213Z 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:20211127T210500Z -DTEND:20211127T211500Z -DTSTAMP:20211127T192802Z +DTSTART:20211127T210300Z +DTEND:20211127T211300Z +DTSTAMP:20211127T194213Z 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:20211127T211800Z -DTEND:20211127T212800Z -DTSTAMP:20211127T192802Z +DTSTART:20211127T211600Z +DTEND:20211127T212600Z +DTSTAMP:20211127T194213Z 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:20211127T213100Z -DTEND:20211127T214000Z -DTSTAMP:20211127T192802Z +DTSTART:20211127T212900Z +DTEND:20211127T213800Z +DTSTAMP:20211127T194213Z 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:20211127T214300Z -DTEND:20211127T215200Z -DTSTAMP:20211127T192802Z +DTSTART:20211127T214100Z +DTEND:20211127T215000Z +DTSTAMP:20211127T194213Z 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:20211127T215500Z -DTEND:20211127T220300Z -DTSTAMP:20211127T192802Z +DTSTART:20211127T215300Z +DTEND:20211127T220100Z +DTSTAMP:20211127T194213Z 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:20211127T220600Z -DTEND:20211127T221300Z -DTSTAMP:20211127T192802Z +DTSTART:20211127T220400Z +DTEND:20211127T221100Z +DTSTAMP:20211127T194213Z 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:20211127T221700Z -DTEND:20211127T222200Z -DTSTAMP:20211127T192802Z +DTSTART:20211127T221500Z +DTEND:20211127T222000Z +DTSTAMP:20211127T194213Z 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:20211127T192802Z +DTSTAMP:20211127T194213Z 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:20211127T192802Z +DTSTAMP:20211127T194213Z 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:20211127T192802Z +DTSTAMP:20211127T194213Z 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:20211127T192802Z +DTSTAMP:20211127T194213Z 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:20211127T192802Z +DTSTAMP:20211127T194213Z 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:20211127T192802Z +DTSTAMP:20211127T194213Z 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:20211127T192802Z +DTSTAMP:20211127T194213Z 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:20211127T192802Z +DTSTAMP:20211127T194213Z 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:20211127T192802Z +DTSTAMP:20211127T194213Z 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:20211127T192802Z +DTSTAMP:20211127T194213Z 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:20211127T192802Z +DTSTAMP:20211127T194213Z 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:20211127T192802Z +DTSTAMP:20211127T194213Z 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:20211127T192802Z +DTSTAMP:20211127T194213Z 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:20211127T192802Z +DTSTAMP:20211127T194213Z 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:20211127T192802Z +DTSTAMP:20211127T194213Z 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:20211127T192802Z +DTSTAMP:20211127T194213Z 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:20211127T192802Z +DTSTAMP:20211127T194213Z 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:20211127T192802Z +DTSTAMP:20211127T194213Z 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 89f7a451..f0ccd899 100644 --- a/2021/info/babel-schedule.md +++ b/2021/info/babel-schedule.md @@ -3,7 +3,7 @@ Q&A: maybe live (early morning in Australia) Status: Captions added to video Duration: 9:58 -
Saturday, Nov 27 2021, ~ 3:41 PM - 3:51 PM EST
Saturday, Nov 27 2021, ~12:41 PM - 12:51 PM PST
Saturday, Nov 27 2021, ~ 8:41 PM - 8:51 PM UTC
Saturday, Nov 27 2021, ~ 9:41 PM - 9:51 PM CET
Saturday, Nov 27 2021, ~10:41 PM - 10:51 PM EET
Sunday, Nov 28 2021, ~ 2:11 AM - 2:21 AM IST
Sunday, Nov 28 2021, ~ 4:41 AM - 4:51 AM +08
Sunday, Nov 28 2021, ~ 5:41 AM - 5:51 AM JST
Find out how to watch and participate
+
Saturday, Nov 27 2021, ~ 3:39 PM - 3:49 PM EST
Saturday, Nov 27 2021, ~12:39 PM - 12:49 PM PST
Saturday, Nov 27 2021, ~ 8:39 PM - 8:49 PM UTC
Saturday, Nov 27 2021, ~ 9:39 PM - 9:49 PM CET
Saturday, Nov 27 2021, ~10:39 PM - 10:49 PM EET
Sunday, Nov 28 2021, ~ 2:09 AM - 2:19 AM IST
Sunday, Nov 28 2021, ~ 4:39 AM - 4:49 AM +08
Sunday, Nov 28 2021, ~ 5:39 AM - 5:49 AM JST
Find out how to watch and participate
[[!inline pages="internal(2021/inline-alternate)" raw="yes"]] # Description diff --git a/2021/info/dashboard-schedule.md b/2021/info/dashboard-schedule.md index e1f565aa..d93aa426 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:31 PM - 4:40 PM EST
Saturday, Nov 27 2021, ~ 1:31 PM - 1:40 PM PST
Saturday, Nov 27 2021, ~ 9:31 PM - 9:40 PM UTC
Saturday, Nov 27 2021, ~10:31 PM - 10:40 PM CET
Saturday, Nov 27 2021, ~11:31 PM - 11:40 PM EET
Sunday, Nov 28 2021, ~ 3:01 AM - 3:10 AM IST
Sunday, Nov 28 2021, ~ 5:31 AM - 5:40 AM +08
Sunday, Nov 28 2021, ~ 6:31 AM - 6:40 AM JST
Find out how to watch and participate
+
Saturday, Nov 27 2021, ~ 4:29 PM - 4:38 PM EST
Saturday, Nov 27 2021, ~ 1:29 PM - 1:38 PM PST
Saturday, Nov 27 2021, ~ 9:29 PM - 9:38 PM UTC
Saturday, Nov 27 2021, ~10:29 PM - 10:38 PM CET
Saturday, Nov 27 2021, ~11:29 PM - 11:38 PM EET
Sunday, Nov 28 2021, ~ 2:59 AM - 3:08 AM IST
Sunday, Nov 28 2021, ~ 5:29 AM - 5:38 AM +08
Sunday, Nov 28 2021, ~ 6:29 AM - 6:38 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 f99db7b3..b045540e 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:17 PM - 5:22 PM EST
Saturday, Nov 27 2021, ~ 2:17 PM - 2:22 PM PST
Saturday, Nov 27 2021, ~10:17 PM - 10:22 PM UTC
Saturday, Nov 27 2021, ~11:17 PM - 11:22 PM CET
Sunday, Nov 28 2021, ~12:17 AM - 12:22 AM EET
Sunday, Nov 28 2021, ~ 3:47 AM - 3:52 AM IST
Sunday, Nov 28 2021, ~ 6:17 AM - 6:22 AM +08
Sunday, Nov 28 2021, ~ 7:17 AM - 7:22 AM JST
Find out how to watch and participate
+
Saturday, Nov 27 2021, ~ 5:15 PM - 5:20 PM EST
Saturday, Nov 27 2021, ~ 2:15 PM - 2:20 PM PST
Saturday, Nov 27 2021, ~10:15 PM - 10:20 PM UTC
Saturday, Nov 27 2021, ~11:15 PM - 11:20 PM CET
Sunday, Nov 28 2021, ~12:15 AM - 12:20 AM EET
Sunday, Nov 28 2021, ~ 3:45 AM - 3:50 AM IST
Sunday, Nov 28 2021, ~ 6:15 AM - 6:20 AM +08
Sunday, Nov 28 2021, ~ 7:15 AM - 7:20 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 89c60742..8d3d1ae6 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:06 PM - 5:13 PM EST
Saturday, Nov 27 2021, ~ 2:06 PM - 2:13 PM PST
Saturday, Nov 27 2021, ~10:06 PM - 10:13 PM UTC
Saturday, Nov 27 2021, ~11:06 PM - 11:13 PM CET
Sunday, Nov 28 2021, ~12:06 AM - 12:13 AM EET
Sunday, Nov 28 2021, ~ 3:36 AM - 3:43 AM IST
Sunday, Nov 28 2021, ~ 6:06 AM - 6:13 AM +08
Sunday, Nov 28 2021, ~ 7:06 AM - 7:13 AM JST
Find out how to watch and participate
+
Saturday, Nov 27 2021, ~ 5:04 PM - 5:11 PM EST
Saturday, Nov 27 2021, ~ 2:04 PM - 2:11 PM PST
Saturday, Nov 27 2021, ~10:04 PM - 10:11 PM UTC
Saturday, Nov 27 2021, ~11:04 PM - 11:11 PM CET
Sunday, Nov 28 2021, ~12:04 AM - 12:11 AM EET
Sunday, Nov 28 2021, ~ 3:34 AM - 3:41 AM IST
Sunday, Nov 28 2021, ~ 6:04 AM - 6:11 AM +08
Sunday, Nov 28 2021, ~ 7:04 AM - 7:11 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 e0ca0f25..482d3a04 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:55 PM - 5:03 PM EST
Saturday, Nov 27 2021, ~ 1:55 PM - 2:03 PM PST
Saturday, Nov 27 2021, ~ 9:55 PM - 10:03 PM UTC
Saturday, Nov 27 2021, ~10:55 PM - 11:03 PM CET
Saturday, Nov 27 2021, ~11:55 PM - 12:03 AM EET
Sunday, Nov 28 2021, ~ 3:25 AM - 3:33 AM IST
Sunday, Nov 28 2021, ~ 5:55 AM - 6:03 AM +08
Sunday, Nov 28 2021, ~ 6:55 AM - 7:03 AM JST
Find out how to watch and participate
+
Saturday, Nov 27 2021, ~ 4:53 PM - 5:01 PM EST
Saturday, Nov 27 2021, ~ 1:53 PM - 2:01 PM PST
Saturday, Nov 27 2021, ~ 9:53 PM - 10:01 PM UTC
Saturday, Nov 27 2021, ~10:53 PM - 11:01 PM CET
Saturday, Nov 27 2021, ~11:53 PM - 12:01 AM EET
Sunday, Nov 28 2021, ~ 3:23 AM - 3:31 AM IST
Sunday, Nov 28 2021, ~ 5:53 AM - 6:01 AM +08
Sunday, Nov 28 2021, ~ 6:53 AM - 7:01 AM JST
Find out how to watch and participate
[[!inline pages="internal(2021/inline-alternate)" raw="yes"]] # Description diff --git a/2021/info/exec-schedule.md b/2021/info/exec-schedule.md index 8f0e951b..f7a2e38a 100644 --- a/2021/info/exec-schedule.md +++ b/2021/info/exec-schedule.md @@ -1,7 +1,7 @@ Q&A: live Q&A or IRC -Status: Now playing +Status: Finished Duration: 7:09 diff --git a/2021/info/invoice-schedule.md b/2021/info/invoice-schedule.md index 6386aee9..f51f319a 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:18 PM - 4:28 PM EST
Saturday, Nov 27 2021, ~ 1:18 PM - 1:28 PM PST
Saturday, Nov 27 2021, ~ 9:18 PM - 9:28 PM UTC
Saturday, Nov 27 2021, ~10:18 PM - 10:28 PM CET
Saturday, Nov 27 2021, ~11:18 PM - 11:28 PM EET
Sunday, Nov 28 2021, ~ 2:48 AM - 2:58 AM IST
Sunday, Nov 28 2021, ~ 5:18 AM - 5:28 AM +08
Sunday, Nov 28 2021, ~ 6:18 AM - 6:28 AM JST
Find out how to watch and participate
+
Saturday, Nov 27 2021, ~ 4:16 PM - 4:26 PM EST
Saturday, Nov 27 2021, ~ 1:16 PM - 1:26 PM PST
Saturday, Nov 27 2021, ~ 9:16 PM - 9:26 PM UTC
Saturday, Nov 27 2021, ~10:16 PM - 10:26 PM CET
Saturday, Nov 27 2021, ~11:16 PM - 11:26 PM EET
Sunday, Nov 28 2021, ~ 2:46 AM - 2:56 AM IST
Sunday, Nov 28 2021, ~ 5:16 AM - 5:26 AM +08
Sunday, Nov 28 2021, ~ 6:16 AM - 6:26 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 1ce43187..23662693 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:53 PM - 4:02 PM EST
Saturday, Nov 27 2021, ~12:53 PM - 1:02 PM PST
Saturday, Nov 27 2021, ~ 8:53 PM - 9:02 PM UTC
Saturday, Nov 27 2021, ~ 9:53 PM - 10:02 PM CET
Saturday, Nov 27 2021, ~10:53 PM - 11:02 PM EET
Sunday, Nov 28 2021, ~ 2:23 AM - 2:32 AM IST
Sunday, Nov 28 2021, ~ 4:53 AM - 5:02 AM +08
Sunday, Nov 28 2021, ~ 5:53 AM - 6:02 AM JST
Find out how to watch and participate
+
Saturday, Nov 27 2021, ~ 3:51 PM - 4:00 PM EST
Saturday, Nov 27 2021, ~12:51 PM - 1:00 PM PST
Saturday, Nov 27 2021, ~ 8:51 PM - 9:00 PM UTC
Saturday, Nov 27 2021, ~ 9:51 PM - 10:00 PM CET
Saturday, Nov 27 2021, ~10:51 PM - 11:00 PM EET
Sunday, Nov 28 2021, ~ 2:21 AM - 2:30 AM IST
Sunday, Nov 28 2021, ~ 4:51 AM - 5:00 AM +08
Sunday, Nov 28 2021, ~ 5:51 AM - 6:00 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 b0ceec24..9f5a7549 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:43 PM - 4:52 PM EST
Saturday, Nov 27 2021, ~ 1:43 PM - 1:52 PM PST
Saturday, Nov 27 2021, ~ 9:43 PM - 9:52 PM UTC
Saturday, Nov 27 2021, ~10:43 PM - 10:52 PM CET
Saturday, Nov 27 2021, ~11:43 PM - 11:52 PM EET
Sunday, Nov 28 2021, ~ 3:13 AM - 3:22 AM IST
Sunday, Nov 28 2021, ~ 5:43 AM - 5:52 AM +08
Sunday, Nov 28 2021, ~ 6:43 AM - 6:52 AM JST
Find out how to watch and participate
+
Saturday, Nov 27 2021, ~ 4:41 PM - 4:50 PM EST
Saturday, Nov 27 2021, ~ 1:41 PM - 1:50 PM PST
Saturday, Nov 27 2021, ~ 9:41 PM - 9:50 PM UTC
Saturday, Nov 27 2021, ~10:41 PM - 10:50 PM CET
Saturday, Nov 27 2021, ~11:41 PM - 11:50 PM EET
Sunday, Nov 28 2021, ~ 3:11 AM - 3:20 AM IST
Sunday, Nov 28 2021, ~ 5:41 AM - 5:50 AM +08
Sunday, Nov 28 2021, ~ 6:41 AM - 6:50 AM JST
Find out how to watch and participate
[[!inline pages="internal(2021/inline-alternate)" raw="yes"]] # Description diff --git a/2021/info/org-outside-schedule.md b/2021/info/org-outside-schedule.md index 99967dff..63c0219a 100644 --- a/2021/info/org-outside-schedule.md +++ b/2021/info/org-outside-schedule.md @@ -1,10 +1,14 @@ Q&A: live Q&A or IRC -Status: Captions added to video +Status: Now playing Duration: 12:09 -
Saturday, Nov 27 2021, ~ 2:51 PM - 3:04 PM EST
Saturday, Nov 27 2021, ~11:51 AM - 12:04 PM PST
Saturday, Nov 27 2021, ~ 7:51 PM - 8:04 PM UTC
Saturday, Nov 27 2021, ~ 8:51 PM - 9:04 PM CET
Saturday, Nov 27 2021, ~ 9:51 PM - 10:04 PM EET
Sunday, Nov 28 2021, ~ 1:21 AM - 1:34 AM IST
Sunday, Nov 28 2021, ~ 3:51 AM - 4:04 AM +08
Sunday, Nov 28 2021, ~ 4:51 AM - 5:04 AM JST
Find out how to watch and participate
-# Description + +# Description diff --git a/2021/info/project-schedule.md b/2021/info/project-schedule.md index 66cbb0f7..144a8e01 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:05 PM - 4:15 PM EST
Saturday, Nov 27 2021, ~ 1:05 PM - 1:15 PM PST
Saturday, Nov 27 2021, ~ 9:05 PM - 9:15 PM UTC
Saturday, Nov 27 2021, ~10:05 PM - 10:15 PM CET
Saturday, Nov 27 2021, ~11:05 PM - 11:15 PM EET
Sunday, Nov 28 2021, ~ 2:35 AM - 2:45 AM IST
Sunday, Nov 28 2021, ~ 5:05 AM - 5:15 AM +08
Sunday, Nov 28 2021, ~ 6:05 AM - 6:15 AM JST
Find out how to watch and participate
+
Saturday, Nov 27 2021, ~ 4:03 PM - 4:13 PM EST
Saturday, Nov 27 2021, ~ 1:03 PM - 1:13 PM PST
Saturday, Nov 27 2021, ~ 9:03 PM - 9:13 PM UTC
Saturday, Nov 27 2021, ~10:03 PM - 10:13 PM CET
Saturday, Nov 27 2021, ~11:03 PM - 11:13 PM EET
Sunday, Nov 28 2021, ~ 2:33 AM - 2:43 AM IST
Sunday, Nov 28 2021, ~ 5:03 AM - 5:13 AM +08
Sunday, Nov 28 2021, ~ 6:03 AM - 6:13 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 313c70ff..380a4822 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:29 PM - 3:38 PM EST
Saturday, Nov 27 2021, ~12:29 PM - 12:38 PM PST
Saturday, Nov 27 2021, ~ 8:29 PM - 8:38 PM UTC
Saturday, Nov 27 2021, ~ 9:29 PM - 9:38 PM CET
Saturday, Nov 27 2021, ~10:29 PM - 10:38 PM EET
Sunday, Nov 28 2021, ~ 1:59 AM - 2:08 AM IST
Sunday, Nov 28 2021, ~ 4:29 AM - 4:38 AM +08
Sunday, Nov 28 2021, ~ 5:29 AM - 5:38 AM JST
Find out how to watch and participate
+
Saturday, Nov 27 2021, ~ 3:27 PM - 3:36 PM EST
Saturday, Nov 27 2021, ~12:27 PM - 12:36 PM PST
Saturday, Nov 27 2021, ~ 8:27 PM - 8:36 PM UTC
Saturday, Nov 27 2021, ~ 9:27 PM - 9:36 PM CET
Saturday, Nov 27 2021, ~10:27 PM - 10:36 PM EET
Sunday, Nov 28 2021, ~ 1:57 AM - 2:06 AM IST
Sunday, Nov 28 2021, ~ 4:27 AM - 4:36 AM +08
Sunday, Nov 28 2021, ~ 5:27 AM - 5:36 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 f49f6e34..b8c32343 100644 --- a/2021/info/teach-schedule.md +++ b/2021/info/teach-schedule.md @@ -3,7 +3,7 @@ Q&A: live Q&A or IRC Status: Captions added to video Duration: 20:49 -
Saturday, Nov 27 2021, ~ 3:05 PM - 3:26 PM EST
Saturday, Nov 27 2021, ~12:05 PM - 12:26 PM PST
Saturday, Nov 27 2021, ~ 8:05 PM - 8:26 PM UTC
Saturday, Nov 27 2021, ~ 9:05 PM - 9:26 PM CET
Saturday, Nov 27 2021, ~10:05 PM - 10:26 PM EET
Sunday, Nov 28 2021, ~ 1:35 AM - 1:56 AM IST
Sunday, Nov 28 2021, ~ 4:05 AM - 4:26 AM +08
Sunday, Nov 28 2021, ~ 5:05 AM - 5:26 AM JST
Find out how to watch and participate
+
Saturday, Nov 27 2021, ~ 3:03 PM - 3:24 PM EST
Saturday, Nov 27 2021, ~12:03 PM - 12:24 PM PST
Saturday, Nov 27 2021, ~ 8:03 PM - 8:24 PM UTC
Saturday, Nov 27 2021, ~ 9:03 PM - 9:24 PM CET
Saturday, Nov 27 2021, ~10:03 PM - 10:24 PM EET
Sunday, Nov 28 2021, ~ 1:33 AM - 1:54 AM IST
Sunday, Nov 28 2021, ~ 4:03 AM - 4:24 AM +08
Sunday, Nov 28 2021, ~ 5:03 AM - 5:24 AM JST
Find out how to watch and participate
# Description diff --git a/2021/schedule-details.md b/2021/schedule-details.md index 5715982a..32e27964 100644 --- a/2021/schedule-details.md +++ b/2021/schedule-details.md @@ -19,19 +19,19 @@ done~ 2:03 PMOne effective CS grad student workflowGreg Coladonato done~ 2:15 PMUsing Org-Mode For Recording Continuous Professional DevelopmentPhilip Beadling done~ 2:26 PMCreating technical API documentation and presentations using org-babel, restclient, and org-treeslideJan Ypma -now playing~ 2:38 PMOrg as an executable formatTom Gillespie -captioned~ 2:51 PMThe use of Org mode syntax outside of GNU/EmacsKarl Voit -captioned~ 3:05 PMUsing Org-mode to teach programmingDaniel German -captioned~ 3:29 PMManaging a research workflow (bibliographies, note-taking, and arXiv)Ahmed Khaled -captioned~ 3:41 PMBabel for academicsAsilata Bapat -captioned~ 3:53 PMReproducible molecular graphics with Org-modeBlaine Mooers -captioned~ 4:05 PMBudgeting, Project Monitoring and Invoicing with Org ModeAdolfo Villafiorita -captioned~ 4:18 PMFinding Your (In)voice: Emacs for InvoicingBala Ramadurai -captioned~ 4:31 PMProductivity Dashboards with Emacs and KindleMehmet Tekman -captioned~ 4:43 PMEmacs with Nyxt: extend your editor with the power of a Lisp browserAndrea -captioned~ 4:55 PMEmacs development updatesJohn Wiegley -captioned~ 5:06 PMOn the design of text editorsNicolas P. Rougier -~ 5:17 PMClosing remarks day 1 +done~ 2:38 PMOrg as an executable formatTom Gillespie +now playing~ 2:46 PMThe use of Org mode syntax outside of GNU/EmacsKarl Voit +captioned~ 3:03 PMUsing Org-mode to teach programmingDaniel German +captioned~ 3:27 PMManaging a research workflow (bibliographies, note-taking, and arXiv)Ahmed Khaled +captioned~ 3:39 PMBabel for academicsAsilata Bapat +captioned~ 3:51 PMReproducible molecular graphics with Org-modeBlaine Mooers +captioned~ 4:03 PMBudgeting, Project Monitoring and Invoicing with Org ModeAdolfo Villafiorita +captioned~ 4:16 PMFinding Your (In)voice: Emacs for InvoicingBala Ramadurai +captioned~ 4:29 PMProductivity Dashboards with Emacs and KindleMehmet Tekman +captioned~ 4:41 PMEmacs with Nyxt: extend your editor with the power of a Lisp browserAndrea +captioned~ 4:53 PMEmacs development updatesJohn Wiegley +captioned~ 5:04 PMOn the design of text editorsNicolas P. Rougier +~ 5:15 PMClosing remarks day 1 Sunday, Nov 28, 2021: Development talks Sunday morning ~ 9:00 AMOpening remarks day 2 -- cgit v1.2.3