summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2021-11-27 11:48:55 -0500
committerSacha Chua <sacha@sachachua.com>2021-11-27 11:48:55 -0500
commit4dc5bf38c15ea9c25c8509ee8bf18deb85c92735 (patch)
tree070f4335c4ae352a2682de620874d89be1aece68
parenta8c95f5aee0ff6d1cb53fdea669322842c553e5e (diff)
downloademacsconf-wiki-4dc5bf38c15ea9c25c8509ee8bf18deb85c92735.tar.xz
emacsconf-wiki-4dc5bf38c15ea9c25c8509ee8bf18deb85c92735.zip
Update with transcript and schedule
-rw-r--r--2021/captions/nongnu.md181
-rw-r--r--2021/emacsconf-pentabarf.xml10
-rw-r--r--2021/emacsconf.ics114
-rw-r--r--2021/info/borg-schedule.md2
-rw-r--r--2021/info/gregorian-schedule.md2
-rw-r--r--2021/info/nangulator-schedule.md2
-rw-r--r--2021/schedule-details.md6
7 files changed, 249 insertions, 68 deletions
diff --git a/2021/captions/nongnu.md b/2021/captions/nongnu.md
new file mode 100644
index 00000000..001c039a
--- /dev/null
+++ b/2021/captions/nongnu.md
@@ -0,0 +1,181 @@
+<a name="transcript"></a>
+# Transcript
+
+[[!template text="Hello! My name is Philip," start="00:00:00.000" video="mainVideo" id=subtitle]]
+[[!template text="and I'll be giving a brief update on" start="00:00:02.283" video="mainVideo" id=subtitle]]
+[[!template text="NonGNU ELPA." start="00:00:04.363" video="mainVideo" id=subtitle]]
+[[!template text="Before we begin," start="00:00:05.963" video="mainVideo" id=subtitle]]
+[[!template text="let's first make sure" start="00:00:07.403" video="mainVideo" id=subtitle]]
+[[!template text="everyone's on the same page." start="00:00:08.283" video="mainVideo" id=subtitle]]
+[[!template text="What is NonGNU ELPA?" start="00:00:09.563" video="mainVideo" id=subtitle]]
+[[!template text="Put simply, NonGNU ELPA" start="00:00:11.203" video="mainVideo" id=subtitle]]
+[[!template text="is a new Emacs Lisp package archive." start="00:00:14.323" video="mainVideo" id=subtitle]]
+[[!template text="similar to its sister archive, GNU ELPA." start="00:00:16.723" video="mainVideo" id=subtitle]]
+[[!template text="The main difference is that" start="00:00:19.323" video="mainVideo" id=subtitle]]
+[[!template text="GNU ELPA regards each package in the archive" start="00:00:21.883" video="mainVideo" id=subtitle]]
+[[!template text="to be part of Emacs itself." start="00:00:24.723" video="mainVideo" id=subtitle]]
+[[!template text="This means each significant contributor" start="00:00:26.643" video="mainVideo" id=subtitle]]
+[[!template text="has to have signed their copyrights" start="00:00:30.083" video="mainVideo" id=subtitle]]
+[[!template text="to the Free Software Foundation." start="00:00:32.483" video="mainVideo" id=subtitle]]
+[[!template text="NonGNU ELPA is made for packages" start="00:00:34.803" video="mainVideo" id=subtitle]]
+[[!template text="that cannot ensure this condition." start="00:00:37.203" video="mainVideo" id=subtitle]]
+[[!template new="1" text="The immediate consequence of all of this" start="00:00:39.363" video="mainVideo" id=subtitle]]
+[[!template text="is that more packages can be installed" start="00:00:42.483" video="mainVideo" id=subtitle]]
+[[!template text="out of the box." start="00:00:44.243" video="mainVideo" id=subtitle]]
+[[!template text="All you need to install," start="00:00:44.723" video="mainVideo" id=subtitle]]
+[[!template text="for example, magit, evil-mode, slime," start="00:00:46.803" video="mainVideo" id=subtitle]]
+[[!template text="is a simple M-x package-install." start="00:00:49.443" video="mainVideo" id=subtitle]]
+[[!template new="1" text="The more subtle consequence" start="00:00:52.723" video="mainVideo" id=subtitle]]
+[[!template text="is that ELPA distributes" start="00:00:56.083" video="mainVideo" id=subtitle]]
+[[!template text="stable packages by default." start="00:00:58.083" video="mainVideo" id=subtitle]]
+[[!template text="This differs from, for example," start="00:00:59.763" video="mainVideo" id=subtitle]]
+[[!template text="the community-maintained package archive MELPA," start="00:01:01.563" video="mainVideo" id=subtitle]]
+[[!template text="where each change in the respective package repository" start="00:01:04.163" video="mainVideo" id=subtitle]]
+[[!template text="triggers a new package to be rebuilt." start="00:01:08.483" video="mainVideo" id=subtitle]]
+[[!template text="Of course, &quot;stable&quot; here has to be taken" start="00:01:12.803" video="mainVideo" id=subtitle]]
+[[!template text="with a grain of salt because," start="00:01:15.123" video="mainVideo" id=subtitle]]
+[[!template text="on the one hand," start="00:01:16.843" video="mainVideo" id=subtitle]]
+[[!template text="a package maintainer can be very careful" start="00:01:17.963" video="mainVideo" id=subtitle]]
+[[!template text="to avoid buggy code in their default branch," start="00:01:19.923" video="mainVideo" id=subtitle]]
+[[!template text="and on the other hand," start="00:01:22.403" video="mainVideo" id=subtitle]]
+[[!template text="a package maintainer can be too eager" start="00:01:23.923" video="mainVideo" id=subtitle]]
+[[!template text="to tag a new release" start="00:01:26.523" video="mainVideo" id=subtitle]]
+[[!template text="without properly checking" start="00:01:28.083" video="mainVideo" id=subtitle]]
+[[!template text="that the code works as intended." start="00:01:29.483" video="mainVideo" id=subtitle]]
+[[!template text="My personal hope is that" start="00:01:31.403" video="mainVideo" id=subtitle]]
+[[!template text="more people using NonGNU ELPA" start="00:01:33.483" video="mainVideo" id=subtitle]]
+[[!template text="be incentive for increase" start="00:01:35.603" video="mainVideo" id=subtitle]]
+[[!template text="for package development to shift away" start="00:01:37.683" video="mainVideo" id=subtitle]]
+[[!template text="from the currently predominant" start="00:01:39.603" video="mainVideo" id=subtitle]]
+[[!template text="rolling release model," start="00:01:41.083" video="mainVideo" id=subtitle]]
+[[!template text="improving the overall stability" start="00:01:42.323" video="mainVideo" id=subtitle]]
+[[!template text="of Emacs configurations." start="00:01:44.243" video="mainVideo" id=subtitle]]
+[[!template new="1" text="Another side effect of the initiative" start="00:01:45.523" video="mainVideo" id=subtitle]]
+[[!template text="is a chance to clean up" start="00:01:48.843" video="mainVideo" id=subtitle]]
+[[!template text="the Emacs package space." start="00:01:51.003" video="mainVideo" id=subtitle]]
+[[!template text="Over the last few years," start="00:01:52.803" video="mainVideo" id=subtitle]]
+[[!template text="a lot of packages have been abandoned," start="00:01:54.723" video="mainVideo" id=subtitle]]
+[[!template text="have been broken, duplicated," start="00:01:56.363" video="mainVideo" id=subtitle]]
+[[!template text="or even in some cases," start="00:01:59.043" video="mainVideo" id=subtitle]]
+[[!template text="replaced by functionality in Emacs itself." start="00:02:00.443" video="mainVideo" id=subtitle]]
+[[!template text="When reviewing packages for NonGNU ELPA," start="00:02:03.483" video="mainVideo" id=subtitle]]
+[[!template text="the opportunity to avoid these problems" start="00:02:07.403" video="mainVideo" id=subtitle]]
+[[!template text="will hopefully also improve the general quality" start="00:02:10.043" video="mainVideo" id=subtitle]]
+[[!template text="of Emacs packages." start="00:02:12.523" video="mainVideo" id=subtitle]]
+[[!template new="1" text="So, what is this update about?" start="00:02:13.923" video="mainVideo" id=subtitle]]
+[[!template text="I'm taking Richard Stallman's announcement" start="00:02:16.883" video="mainVideo" id=subtitle]]
+[[!template text="at EmacsConf 2020" start="00:02:20.443" video="mainVideo" id=subtitle]]
+[[!template text="as my reference point." start="00:02:22.363" video="mainVideo" id=subtitle]]
+[[!template text="There, the idea, the history," start="00:02:23.563" video="mainVideo" id=subtitle]]
+[[!template text="and the motivation was explained," start="00:02:26.283" video="mainVideo" id=subtitle]]
+[[!template text="and the call for contributions was made." start="00:02:28.283" video="mainVideo" id=subtitle]]
+[[!template text="I won't be going into these aspects" start="00:02:30.443" video="mainVideo" id=subtitle]]
+[[!template text="again this year." start="00:02:32.643" video="mainVideo" id=subtitle]]
+[[!template text="As this implies, there was nothing concrete" start="00:02:33.483" video="mainVideo" id=subtitle]]
+[[!template text="at that point." start="00:02:37.163" video="mainVideo" id=subtitle]]
+[[!template new="1" text="The first practical steps towards NonGNU ELPA" start="00:02:38.683" video="mainVideo" id=subtitle]]
+[[!template text="were taken up by Stefan Monnier." start="00:02:41.883" video="mainVideo" id=subtitle]]
+[[!template text="This included updating GNU ELPA's build system" start="00:02:43.683" video="mainVideo" id=subtitle]]
+[[!template text="to support the requirements" start="00:02:47.963" video="mainVideo" id=subtitle]]
+[[!template text="of NonGNU ELPA as well." start="00:02:49.523" video="mainVideo" id=subtitle]]
+[[!template text="And so eventually," start="00:02:51.003" video="mainVideo" id=subtitle]]
+[[!template text="the idea became a Git repository," start="00:02:53.283" video="mainVideo" id=subtitle]]
+[[!template text="nongnu.git on savannah," start="00:02:55.323" video="mainVideo" id=subtitle]]
+[[!template text="then a website," start="00:02:57.203" video="mainVideo" id=subtitle]]
+[[!template text="elpa.nongnu.org," start="00:02:59.203" video="mainVideo" id=subtitle]]
+[[!template text="and then around late December of last year," start="00:03:02.523" video="mainVideo" id=subtitle]]
+[[!template text="NonGNU ELPA was also added" start="00:03:04.643" video="mainVideo" id=subtitle]]
+[[!template text="to the package-archives list." start="00:03:06.923" video="mainVideo" id=subtitle]]
+[[!template new="1" text="Sadly, progress stalled from this point on," start="00:03:08.643" video="mainVideo" id=subtitle]]
+[[!template text="with the new archive consisting of only" start="00:03:11.963" video="mainVideo" id=subtitle]]
+[[!template text="five or six packages." start="00:03:14.123" video="mainVideo" id=subtitle]]
+[[!template text="It took until August" start="00:03:16.203" video="mainVideo" id=subtitle]]
+[[!template text="for more packages to be added," start="00:03:18.083" video="mainVideo" id=subtitle]]
+[[!template text="some by their respective authors," start="00:03:20.123" video="mainVideo" id=subtitle]]
+[[!template text="such as Magit and Projectile," start="00:03:22.003" video="mainVideo" id=subtitle]]
+[[!template text="but most by contributors such as myself." start="00:03:23.963" video="mainVideo" id=subtitle]]
+[[!template text="As of recording," start="00:03:26.163" video="mainVideo" id=subtitle]]
+[[!template text="the archive has around 70 packages," start="00:03:27.923" video="mainVideo" id=subtitle]]
+[[!template text="with more pending to be out soon." start="00:03:30.363" video="mainVideo" id=subtitle]]
+[[!template text="These include popular applications" start="00:03:32.803" video="mainVideo" id=subtitle]]
+[[!template text="such as the previously-mentioned Magit," start="00:03:34.803" video="mainVideo" id=subtitle]]
+[[!template text="SLIME, or wgrep," start="00:03:36.483" video="mainVideo" id=subtitle]]
+[[!template text="major modes like php-mode, rust-mode," start="00:03:38.083" video="mainVideo" id=subtitle]]
+[[!template text="go-mode, clojure-mode, lua-mode," start="00:03:41.523" video="mainVideo" id=subtitle]]
+[[!template text="markdown-mode... You get my point." start="00:03:43.723" video="mainVideo" id=subtitle]]
+[[!template text="And a number of visual themes," start="00:03:45.923" video="mainVideo" id=subtitle]]
+[[!template text="among other things." start="00:03:47.883" video="mainVideo" id=subtitle]]
+[[!template new="1" text="If you are interested in using NonGNU ELPA," start="00:03:49.443" video="mainVideo" id=subtitle]]
+[[!template text="but you are still bound" start="00:03:52.643" video="mainVideo" id=subtitle]]
+[[!template text="to an older version of Emacs," start="00:03:53.603" video="mainVideo" id=subtitle]]
+[[!template text="all you have to do is" start="00:03:55.203" video="mainVideo" id=subtitle]]
+[[!template text="to add the snippet" start="00:03:56.683" video="mainVideo" id=subtitle]]
+[[!template text="from the NonGNU ELPA home page" start="00:03:57.483" video="mainVideo" id=subtitle]]
+[[!template text="updating the package-archives variable." start="00:03:59.003" video="mainVideo" id=subtitle]]
+[[!template text="For Emacs 28 and newer," start="00:04:01.323" video="mainVideo" id=subtitle]]
+[[!template text="one might have to watch out" start="00:04:03.923" video="mainVideo" id=subtitle]]
+[[!template text="that you're not setting package-archives directly," start="00:04:05.123" video="mainVideo" id=subtitle]]
+[[!template text="and if you are doing so," start="00:04:07.563" video="mainVideo" id=subtitle]]
+[[!template text="to update the value." start="00:04:09.363" video="mainVideo" id=subtitle]]
+[[!template text="Emacs 28 only updates the default value" start="00:04:10.723" video="mainVideo" id=subtitle]]
+[[!template text="and will not manipulate the user's configuration." start="00:04:14.003" video="mainVideo" id=subtitle]]
+[[!template new="1" text="Finally, a short note" start="00:04:17.043" video="mainVideo" id=subtitle]]
+[[!template text="for package developers." start="00:04:20.363" video="mainVideo" id=subtitle]]
+[[!template text="Most packages up until now" start="00:04:22.163" video="mainVideo" id=subtitle]]
+[[!template text="haven't been added by their maintainers." start="00:04:24.243" video="mainVideo" id=subtitle]]
+[[!template text="For the most part," start="00:04:26.243" video="mainVideo" id=subtitle]]
+[[!template text="I have been collecting and reviewing the packages" start="00:04:28.083" video="mainVideo" id=subtitle]]
+[[!template text="which have been added," start="00:04:31.083" video="mainVideo" id=subtitle]]
+[[!template text="which takes time" start="00:04:32.683" video="mainVideo" id=subtitle]]
+[[!template text="and is one of the main reasons" start="00:04:33.923" video="mainVideo" id=subtitle]]
+[[!template text="why we're still at only 70 packages." start="00:04:36.043" video="mainVideo" id=subtitle]]
+[[!template text="This is of course not a permanent solution." start="00:04:38.323" video="mainVideo" id=subtitle]]
+[[!template text="The intention here is" start="00:04:41.683" video="mainVideo" id=subtitle]]
+[[!template text="to bootstrap, so to say," start="00:04:42.243" video="mainVideo" id=subtitle]]
+[[!template text="the interest in NonGNU ELPA" start="00:04:44.803" video="mainVideo" id=subtitle]]
+[[!template text="by making it more interesting to you" start="00:04:46.243" video="mainVideo" id=subtitle]]
+[[!template text="and thus more interesting to contribute to." start="00:04:48.083" video="mainVideo" id=subtitle]]
+[[!template new="1" text="If you are interested in adding a package" start="00:04:50.563" video="mainVideo" id=subtitle]]
+[[!template text="that already exists, or a new package" start="00:04:53.563" video="mainVideo" id=subtitle]]
+[[!template text="to NonGNU ELPA, all you need to do is" start="00:04:56.643" video="mainVideo" id=subtitle]]
+[[!template text="send an e-mail to the" start="00:04:59.443" video="mainVideo" id=subtitle]]
+[[!template text="Emacs development mailing list," start="00:05:00.843" video="mainVideo" id=subtitle]]
+[[!template text="emacs-devel@gnu.org." start="00:05:02.483" video="mainVideo" id=subtitle]]
+[[!template text="This is an open mailing list" start="00:05:05.523" video="mainVideo" id=subtitle]]
+[[!template text="and requires no special registration." start="00:05:08.123" video="mainVideo" id=subtitle]]
+[[!template text="Your message should" start="00:05:10.563" video="mainVideo" id=subtitle]]
+[[!template text="mention NonGNU ELPA in the subject" start="00:05:12.283" video="mainVideo" id=subtitle]]
+[[!template text="and contain a link to a public Git repository" start="00:05:14.643" video="mainVideo" id=subtitle]]
+[[!template text="in the body. Ideally, a brief explanation" start="00:05:17.483" video="mainVideo" id=subtitle]]
+[[!template text="on what your package does" start="00:05:20.643" video="mainVideo" id=subtitle]]
+[[!template text="would be much appreciated." start="00:05:21.803" video="mainVideo" id=subtitle]]
+[[!template text="The proposal will be reviewed" start="00:05:23.243" video="mainVideo" id=subtitle]]
+[[!template text="by the readers of the mailing list," start="00:05:25.603" video="mainVideo" id=subtitle]]
+[[!template text="and after a bit of back-and-forth" start="00:05:28.043" video="mainVideo" id=subtitle]]
+[[!template text="on possible issues and improvements," start="00:05:29.443" video="mainVideo" id=subtitle]]
+[[!template text="the package will hopefully be added" start="00:05:31.123" video="mainVideo" id=subtitle]]
+[[!template text="to NonGNU ELPA itself." start="00:05:32.723" video="mainVideo" id=subtitle]]
+[[!template new="1" text="The simplest mistake a lot of packages make" start="00:05:34.443" video="mainVideo" id=subtitle]]
+[[!template text="is to either not have" start="00:05:38.523" video="mainVideo" id=subtitle]]
+[[!template text="or maintain a version attribute" start="00:05:40.043" video="mainVideo" id=subtitle]]
+[[!template text="in the package header." start="00:05:41.843" video="mainVideo" id=subtitle]]
+[[!template text="This is done despite actually being necessary" start="00:05:42.803" video="mainVideo" id=subtitle]]
+[[!template text="for a well-formed Emacs package" start="00:05:46.323" video="mainVideo" id=subtitle]]
+[[!template text="according to the Elisp manual." start="00:05:48.163" video="mainVideo" id=subtitle]]
+[[!template text="ELPA relies on this tag" start="00:05:50.083" video="mainVideo" id=subtitle]]
+[[!template text="to detect new package versions" start="00:05:52.443" video="mainVideo" id=subtitle]]
+[[!template text="that will be built and distributed." start="00:05:54.323" video="mainVideo" id=subtitle]]
+[[!template text="If the version isn't updated," start="00:05:55.843" video="mainVideo" id=subtitle]]
+[[!template text="no new package will be released," start="00:05:58.483" video="mainVideo" id=subtitle]]
+[[!template text="and any changes won't be made public." start="00:06:00.323" video="mainVideo" id=subtitle]]
+[[!template text="So, that's that on NonGNU ELPA." start="00:06:03.043" video="mainVideo" id=subtitle]]
+[[!template new="1" text="To summarize, NonGNU ELPA is an" start="00:06:07.683" video="mainVideo" id=subtitle]]
+[[!template text="Emacs Lisp Package Archive for Emacs," start="00:06:09.883" video="mainVideo" id=subtitle]]
+[[!template text="without a need for copyright assignments." start="00:06:11.683" video="mainVideo" id=subtitle]]
+[[!template text="It works, it exists, and it's been used already." start="00:06:13.363" video="mainVideo" id=subtitle]]
+[[!template text="I'm looking forward to" start="00:06:17.203" video="mainVideo" id=subtitle]]
+[[!template text="more packages being added to the archive" start="00:06:18.403" video="mainVideo" id=subtitle]]
+[[!template text="and improving the overall experience" start="00:06:20.403" video="mainVideo" id=subtitle]]
+[[!template text="of Emacs out of the box." start="00:06:22.803" video="mainVideo" id=subtitle]]
+[[!template text="Thank you for your interest, and goodbye." start="00:06:24.283" video="mainVideo" id=subtitle]]
+[[!template text="[captioned by sachac]" start="00:06:27.163" video="mainVideo" id=subtitle]]
diff --git a/2021/emacsconf-pentabarf.xml b/2021/emacsconf-pentabarf.xml
index ee96c9de..8524f788 100644
--- a/2021/emacsconf-pentabarf.xml
+++ b/2021/emacsconf-pentabarf.xml
@@ -1,4 +1,4 @@
-<schedule><generator name="EmacsConf" version="0.1"></generator><version>20211127113301</version><conference><acronym>emacsconf2021</acronym><title>EmacsConf 2021</title><start>2021-11-27</start><end>2021-11-28</end><time_zone_name>America/Toronto</time_zone_name><base_url>https://emacsconf.org/2021</base_url></conference><day date="2021-11-27" start="2021-11-27T14:00:00Z" end="2021-11-27T22:17:00Z" index="1"><room name="Main"><event id="01" guid="dc07efcd-6d79-cfd4-fed3-59c885fe2922"><date>2021-11-27T14:00:00Z</date><start>09:00</start><language>en</language><room>Main</room><subtitle></subtitle><type>Talk</type><track>Main</track><slug>emacsconf-2021-talk-day1-open</slug><duration>0:18</duration><title>Opening remarks</title><abstract></abstract><description>Times are approximate and will probably change.
+<schedule><generator name="EmacsConf" version="0.1"></generator><version>20211127114818</version><conference><acronym>emacsconf2021</acronym><title>EmacsConf 2021</title><start>2021-11-27</start><end>2021-11-28</end><time_zone_name>America/Toronto</time_zone_name><base_url>https://emacsconf.org/2021</base_url></conference><day date="2021-11-27" start="2021-11-27T14:00:00Z" end="2021-11-27T22:17:00Z" index="1"><room name="Main"><event id="01" guid="dc07efcd-6d79-cfd4-fed3-59c885fe2922"><date>2021-11-27T14:00:00Z</date><start>09:00</start><language>en</language><room>Main</room><subtitle></subtitle><type>Talk</type><track>Main</track><slug>emacsconf-2021-talk-day1-open</slug><duration>0:18</duration><title>Opening remarks</title><abstract></abstract><description>Times are approximate and will probably change.
</description><url>https://emacsconf.org/2021/talks/day1-open</url><persons><person>EmacsConf</person></persons></event><event id="02" guid="393ba3c2-b2a6-6a84-44eb-872aa333d08d"><date>2021-11-27T14:19:00Z</date><start>09:19</start><language>en</language><room>Main</room><subtitle></subtitle><type>Talk</type><track>Main</track><slug>emacsconf-2021-talk-news</slug><duration>0:05</duration><title>Emacs News Highlights</title><abstract></abstract><description>Times are approximate and will probably change.
@@ -14,13 +14,13 @@
</description><url>https://emacsconf.org/2021/talks/pattern</url><persons><person>Greta Goetz</person></persons></event><event id="27" guid="48a8580f-52ce-cc84-6a23-1eddf720ae02"><date>2021-11-27T16:07:00Z</date><start>11:07</start><language>en</language><room>Main</room><subtitle></subtitle><type>Talk</type><track>Main</track><slug>emacsconf-2021-talk-freedom</slug><duration>0:39</duration><title>How Emacs made me appreciate software freedom</title><abstract></abstract><description>Times are approximate and will probably change.
-</description><url>https://emacsconf.org/2021/talks/freedom</url><persons><person>Protesilaos Stavrou</person></persons></event><event id="05" guid="525d972d-1e34-bcb4-e9c3-861942549357"><date>2021-11-27T16:48:00Z</date><start>11:48</start><language>en</language><room>Main</room><subtitle></subtitle><type>Talk</type><track>Main</track><slug>emacsconf-2021-talk-nongnu</slug><duration>0:07</duration><title>NonGNU ELPA Update</title><abstract></abstract><description>Times are approximate and will probably change.
+</description><url>https://emacsconf.org/2021/talks/freedom</url><persons><person>Protesilaos Stavrou</person></persons></event><event id="05" guid="525d972d-1e34-bcb4-e9c3-861942549357"><date>2021-11-27T16:46:00Z</date><start>11:46</start><language>en</language><room>Main</room><subtitle></subtitle><type>Talk</type><track>Main</track><slug>emacsconf-2021-talk-nongnu</slug><duration>0:07</duration><title>NonGNU ELPA Update</title><abstract></abstract><description>Times are approximate and will probably change.
-</description><url>https://emacsconf.org/2021/talks/nongnu</url><persons><person>Philip Kaludercic</person></persons></event><event id="06" guid="245a575a-965a-caa4-8d3b-75f8519c2f3e"><date>2021-11-27T16:57:00Z</date><start>11:57</start><language>en</language><room>Main</room><subtitle></subtitle><type>Talk</type><track>Main</track><slug>emacsconf-2021-talk-borg</slug><duration>0:08</duration><title>Manual Package Management in The Era of Repositories - Why and How</title><abstract></abstract><description>Times are approximate and will probably change.
+</description><url>https://emacsconf.org/2021/talks/nongnu</url><persons><person>Philip Kaludercic</person></persons></event><event id="06" guid="245a575a-965a-caa4-8d3b-75f8519c2f3e"><date>2021-11-27T16:55:00Z</date><start>11:55</start><language>en</language><room>Main</room><subtitle></subtitle><type>Talk</type><track>Main</track><slug>emacsconf-2021-talk-borg</slug><duration>0:08</duration><title>Manual Package Management in The Era of Repositories - Why and How</title><abstract></abstract><description>Times are approximate and will probably change.
-</description><url>https://emacsconf.org/2021/talks/borg</url><persons><person>Dhavan (codingquark)</person></persons></event><event id="08" guid="e4bdc2c1-e4b6-67e4-aafb-87ec9aaf846b"><date>2021-11-27T17:07:00Z</date><start>12:07</start><language>en</language><room>Main</room><subtitle></subtitle><type>Talk</type><track>Main</track><slug>emacsconf-2021-talk-nangulator</slug><duration>0:10</duration><title>Introducing N-Angulator</title><abstract></abstract><description>Times are approximate and will probably change.
+</description><url>https://emacsconf.org/2021/talks/borg</url><persons><person>Dhavan (codingquark)</person></persons></event><event id="08" guid="e4bdc2c1-e4b6-67e4-aafb-87ec9aaf846b"><date>2021-11-27T17:05:00Z</date><start>12:05</start><language>en</language><room>Main</room><subtitle></subtitle><type>Talk</type><track>Main</track><slug>emacsconf-2021-talk-nangulator</slug><duration>0:10</duration><title>Introducing N-Angulator</title><abstract></abstract><description>Times are approximate and will probably change.
-</description><url>https://emacsconf.org/2021/talks/nangulator</url><persons><person>Kevin Haddock</person></persons></event><event id="12" guid="716d913f-de8b-91a4-5f33-e04ba0905fa5"><date>2021-11-27T17:19:00Z</date><start>12:19</start><language>en</language><room>Main</room><subtitle></subtitle><type>Talk</type><track>Main</track><slug>emacsconf-2021-talk-gregorian</slug><duration>0:09</duration><title>Typesetting Gregorian Chant with Emacs</title><abstract></abstract><description>Times are approximate and will probably change.
+</description><url>https://emacsconf.org/2021/talks/nangulator</url><persons><person>Kevin Haddock</person></persons></event><event id="12" guid="716d913f-de8b-91a4-5f33-e04ba0905fa5"><date>2021-11-27T17:17:00Z</date><start>12:17</start><language>en</language><room>Main</room><subtitle></subtitle><type>Talk</type><track>Main</track><slug>emacsconf-2021-talk-gregorian</slug><duration>0:09</duration><title>Typesetting Gregorian Chant with Emacs</title><abstract></abstract><description>Times are approximate and will probably change.
</description><url>https://emacsconf.org/2021/talks/gregorian</url><persons><person>Spencer King</person></persons></event><event id="07" guid="86158391-53a2-7cb4-d7d3-020afbf6d8d9"><date>2021-11-27T18:00:00Z</date><start>13:00</start><language>en</language><room>Main</room><subtitle></subtitle><type>Talk</type><track>Main</track><slug>emacsconf-2021-talk-telega</slug><duration>0:08</duration><title>telega.el and the Emacs community on Telegram</title><abstract></abstract><description>Times are approximate and will probably change.
diff --git a/2021/emacsconf.ics b/2021/emacsconf.ics
index fc2a01f8..37492032 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:20211127T163300Z
+DTSTAMP:20211127T164816Z
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:20211127T163300Z
+DTSTAMP:20211127T164816Z
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:20211127T163300Z
+DTSTAMP:20211127T164816Z
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:20211127T163300Z
+DTSTAMP:20211127T164816Z
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:20211127T163300Z
+DTSTAMP:20211127T164816Z
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:20211127T163300Z
+DTSTAMP:20211127T164816Z
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:20211127T163300Z
+DTSTAMP:20211127T164816Z
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:20211127T163300Z
+DTSTAMP:20211127T164816Z
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
@@ -116,9 +116,9 @@ ORGANIZER:EmacsConf
LOCATION:https://emacsconf.org/
UID:525d972d-1e34-bcb4-e9c3-861942549357
URL:https://emacsconf.org/2021/talks/nongnu
-DTSTART:20211127T164800Z
-DTEND:20211127T165500Z
-DTSTAMP:20211127T163300Z
+DTSTART:20211127T164600Z
+DTEND:20211127T165300Z
+DTSTAMP:20211127T164816Z
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
@@ -130,9 +130,9 @@ ORGANIZER:EmacsConf
LOCATION:https://emacsconf.org/
UID:245a575a-965a-caa4-8d3b-75f8519c2f3e
URL:https://emacsconf.org/2021/talks/borg
-DTSTART:20211127T165700Z
-DTEND:20211127T170500Z
-DTSTAMP:20211127T163300Z
+DTSTART:20211127T165500Z
+DTEND:20211127T170300Z
+DTSTAMP:20211127T164816Z
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
@@ -143,9 +143,9 @@ ORGANIZER:EmacsConf
LOCATION:https://emacsconf.org/
UID:e4bdc2c1-e4b6-67e4-aafb-87ec9aaf846b
URL:https://emacsconf.org/2021/talks/nangulator
-DTSTART:20211127T170700Z
-DTEND:20211127T171700Z
-DTSTAMP:20211127T163300Z
+DTSTART:20211127T170500Z
+DTEND:20211127T171500Z
+DTSTAMP:20211127T164816Z
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
@@ -156,9 +156,9 @@ ORGANIZER:EmacsConf
LOCATION:https://emacsconf.org/
UID:716d913f-de8b-91a4-5f33-e04ba0905fa5
URL:https://emacsconf.org/2021/talks/gregorian
-DTSTART:20211127T171900Z
-DTEND:20211127T172800Z
-DTSTAMP:20211127T163300Z
+DTSTART:20211127T171700Z
+DTEND:20211127T172600Z
+DTSTAMP:20211127T164816Z
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:20211127T180000Z
DTEND:20211127T180800Z
-DTSTAMP:20211127T163300Z
+DTSTAMP:20211127T164816Z
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:20211127T163300Z
+DTSTAMP:20211127T164816Z
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:20211127T184100Z
DTEND:20211127T185200Z
-DTSTAMP:20211127T163300Z
+DTSTAMP:20211127T164816Z
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:20211127T185500Z
DTEND:20211127T190500Z
-DTSTAMP:20211127T163300Z
+DTSTAMP:20211127T164816Z
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:20211127T190800Z
DTEND:20211127T191900Z
-DTSTAMP:20211127T163300Z
+DTSTAMP:20211127T164816Z
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:20211127T192100Z
DTEND:20211127T193200Z
-DTSTAMP:20211127T163300Z
+DTSTAMP:20211127T164816Z
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:20211127T193400Z
DTEND:20211127T194200Z
-DTSTAMP:20211127T163300Z
+DTSTAMP:20211127T164816Z
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:20211127T194500Z
DTEND:20211127T195800Z
-DTSTAMP:20211127T163300Z
+DTSTAMP:20211127T164816Z
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:20211127T195900Z
DTEND:20211127T202000Z
-DTSTAMP:20211127T163300Z
+DTSTAMP:20211127T164816Z
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
@@ -296,7 +296,7 @@ UID:fd246cee-b5d6-7cc4-2b63-20e87bb7d750
URL:https://emacsconf.org/2021/talks/research
DTSTART:20211127T202400Z
DTEND:20211127T203300Z
-DTSTAMP:20211127T163300Z
+DTSTAMP:20211127T164816Z
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
@@ -309,7 +309,7 @@ UID:db5821ed-fef4-4934-8fb3-87a0282714de
URL:https://emacsconf.org/2021/talks/babel
DTSTART:20211127T203700Z
DTEND:20211127T204700Z
-DTSTAMP:20211127T163300Z
+DTSTAMP:20211127T164816Z
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
@@ -322,7 +322,7 @@ UID:1fc4917c-aab4-1924-2983-e78f8bca6af9
URL:https://emacsconf.org/2021/talks/molecular
DTSTART:20211127T204900Z
DTEND:20211127T205800Z
-DTSTAMP:20211127T163300Z
+DTSTAMP:20211127T164816Z
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
@@ -336,7 +336,7 @@ UID:c54c7930-51cc-5184-9dfb-5033e577b95e
URL:https://emacsconf.org/2021/talks/project
DTSTART:20211127T210000Z
DTEND:20211127T211000Z
-DTSTAMP:20211127T163300Z
+DTSTAMP:20211127T164816Z
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
@@ -349,7 +349,7 @@ UID:c9870e10-2600-85a4-24fb-793dfc51164e
URL:https://emacsconf.org/2021/talks/invoice
DTSTART:20211127T211300Z
DTEND:20211127T212300Z
-DTSTAMP:20211127T163300Z
+DTSTAMP:20211127T164816Z
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
@@ -362,7 +362,7 @@ UID:e4e995c0-6e06-8544-a8c3-5f9a06c856fb
URL:https://emacsconf.org/2021/talks/dashboard
DTSTART:20211127T212600Z
DTEND:20211127T213500Z
-DTSTAMP:20211127T163300Z
+DTSTAMP:20211127T164816Z
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
@@ -376,7 +376,7 @@ UID:33776e08-e815-db94-971b-a151236e11be
URL:https://emacsconf.org/2021/talks/nyxt
DTSTART:20211127T213800Z
DTEND:20211127T214700Z
-DTSTAMP:20211127T163300Z
+DTSTAMP:20211127T164816Z
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
@@ -389,7 +389,7 @@ UID:59e4daca-1e46-9054-9573-9c91966d6987
URL:https://emacsconf.org/2021/talks/dev-update
DTSTART:20211127T215000Z
DTEND:20211127T215800Z
-DTSTAMP:20211127T163300Z
+DTSTAMP:20211127T164816Z
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
@@ -402,7 +402,7 @@ UID:86d4470a-8d19-7bd4-0c53-6aba1b49baef
URL:https://emacsconf.org/2021/talks/design
DTSTART:20211127T220100Z
DTEND:20211127T220800Z
-DTSTAMP:20211127T163300Z
+DTSTAMP:20211127T164816Z
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
@@ -415,7 +415,7 @@ UID:5287b003-f368-36c4-4f9b-8135734cad39
URL:https://emacsconf.org/2021/talks/day1-close
DTSTART:20211127T221200Z
DTEND:20211127T221700Z
-DTSTAMP:20211127T163300Z
+DTSTAMP:20211127T164816Z
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:20211127T163300Z
+DTSTAMP:20211127T164816Z
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:20211127T163300Z
+DTSTAMP:20211127T164816Z
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:20211127T163300Z
+DTSTAMP:20211127T164816Z
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:20211127T163300Z
+DTSTAMP:20211127T164816Z
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:20211127T163300Z
+DTSTAMP:20211127T164816Z
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:20211127T163300Z
+DTSTAMP:20211127T164816Z
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:20211127T163300Z
+DTSTAMP:20211127T164816Z
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:20211127T163300Z
+DTSTAMP:20211127T164816Z
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:20211127T163300Z
+DTSTAMP:20211127T164816Z
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:20211127T163300Z
+DTSTAMP:20211127T164816Z
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:20211127T163300Z
+DTSTAMP:20211127T164816Z
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:20211127T163300Z
+DTSTAMP:20211127T164816Z
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:20211127T163300Z
+DTSTAMP:20211127T164816Z
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:20211127T163300Z
+DTSTAMP:20211127T164816Z
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:20211127T163300Z
+DTSTAMP:20211127T164816Z
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:20211127T163300Z
+DTSTAMP:20211127T164816Z
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:20211127T163300Z
+DTSTAMP:20211127T164816Z
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:20211127T163300Z
+DTSTAMP:20211127T164816Z
DESCRIPTION: Times are approximate and will probably change.\nhttps://emacs
conf.org/2021/talks/day2-close\n
END:VEVENT
diff --git a/2021/info/borg-schedule.md b/2021/info/borg-schedule.md
index ef41c6c6..45adc318 100644
--- a/2021/info/borg-schedule.md
+++ b/2021/info/borg-schedule.md
@@ -3,7 +3,7 @@
Q&A: IRC
Status: Captions added to video
Duration: 7:49
-<div class="times" start="2021-11-27T16:57:00Z" end="2021-11-27T17:05:00Z">Saturday, Nov 27 2021, ~11:57 AM - 12:05 PM EST<br />Saturday, Nov 27 2021, ~ 8:57 AM - 9:05 AM PST<br />Saturday, Nov 27 2021, ~ 4:57 PM - 5:05 PM UTC<br />Saturday, Nov 27 2021, ~ 5:57 PM - 6:05 PM CET<br />Saturday, Nov 27 2021, ~ 6:57 PM - 7:05 PM EET<br />Saturday, Nov 27 2021, ~10:27 PM - 10:35 PM IST<br />Sunday, Nov 28 2021, ~12:57 AM - 1:05 AM +08<br />Sunday, Nov 28 2021, ~ 1:57 AM - 2:05 AM JST<br /><a href="/2021/">Find out how to watch and participate</a></div>
+<div class="times" start="2021-11-27T16:55:00Z" end="2021-11-27T17:03:00Z">Saturday, Nov 27 2021, ~11:55 AM - 12:03 PM EST<br />Saturday, Nov 27 2021, ~ 8:55 AM - 9:03 AM PST<br />Saturday, Nov 27 2021, ~ 4:55 PM - 5:03 PM UTC<br />Saturday, Nov 27 2021, ~ 5:55 PM - 6:03 PM CET<br />Saturday, Nov 27 2021, ~ 6:55 PM - 7:03 PM EET<br />Saturday, Nov 27 2021, ~10:25 PM - 10:33 PM IST<br />Sunday, Nov 28 2021, ~12:55 AM - 1:03 AM +08<br />Sunday, Nov 28 2021, ~ 1:55 AM - 2:03 AM JST<br /><a href="/2021/">Find out how to watch and participate</a></div>
# Description
diff --git a/2021/info/gregorian-schedule.md b/2021/info/gregorian-schedule.md
index 83bc4706..9fbae96e 100644
--- a/2021/info/gregorian-schedule.md
+++ b/2021/info/gregorian-schedule.md
@@ -3,7 +3,7 @@
Q&A: IRC
Status: Captions added to video
Duration: 8:08
-<div class="times" start="2021-11-27T17:19:00Z" end="2021-11-27T17:28:00Z">Saturday, Nov 27 2021, ~12:19 PM - 12:28 PM EST<br />Saturday, Nov 27 2021, ~ 9:19 AM - 9:28 AM PST<br />Saturday, Nov 27 2021, ~ 5:19 PM - 5:28 PM UTC<br />Saturday, Nov 27 2021, ~ 6:19 PM - 6:28 PM CET<br />Saturday, Nov 27 2021, ~ 7:19 PM - 7:28 PM EET<br />Saturday, Nov 27 2021, ~10:49 PM - 10:58 PM IST<br />Sunday, Nov 28 2021, ~ 1:19 AM - 1:28 AM +08<br />Sunday, Nov 28 2021, ~ 2:19 AM - 2:28 AM JST<br /><a href="/2021/">Find out how to watch and participate</a></div>
+<div class="times" start="2021-11-27T17:17:00Z" end="2021-11-27T17:26:00Z">Saturday, Nov 27 2021, ~12:17 PM - 12:26 PM EST<br />Saturday, Nov 27 2021, ~ 9:17 AM - 9:26 AM PST<br />Saturday, Nov 27 2021, ~ 5:17 PM - 5:26 PM UTC<br />Saturday, Nov 27 2021, ~ 6:17 PM - 6:26 PM CET<br />Saturday, Nov 27 2021, ~ 7:17 PM - 7:26 PM EET<br />Saturday, Nov 27 2021, ~10:47 PM - 10:56 PM IST<br />Sunday, Nov 28 2021, ~ 1:17 AM - 1:26 AM +08<br />Sunday, Nov 28 2021, ~ 2:17 AM - 2:26 AM JST<br /><a href="/2021/">Find out how to watch and participate</a></div>
[[!inline pages="internal(2021/inline-alternate)" raw="yes"]]
# Description
diff --git a/2021/info/nangulator-schedule.md b/2021/info/nangulator-schedule.md
index a399b2f4..6c0bdc40 100644
--- a/2021/info/nangulator-schedule.md
+++ b/2021/info/nangulator-schedule.md
@@ -3,7 +3,7 @@
Q&A: IRC
Status: Captions added to video
Duration: 9:58
-<div class="times" start="2021-11-27T17:07:00Z" end="2021-11-27T17:17:00Z">Saturday, Nov 27 2021, ~12:07 PM - 12:17 PM EST<br />Saturday, Nov 27 2021, ~ 9:07 AM - 9:17 AM PST<br />Saturday, Nov 27 2021, ~ 5:07 PM - 5:17 PM UTC<br />Saturday, Nov 27 2021, ~ 6:07 PM - 6:17 PM CET<br />Saturday, Nov 27 2021, ~ 7:07 PM - 7:17 PM EET<br />Saturday, Nov 27 2021, ~10:37 PM - 10:47 PM IST<br />Sunday, Nov 28 2021, ~ 1:07 AM - 1:17 AM +08<br />Sunday, Nov 28 2021, ~ 2:07 AM - 2:17 AM JST<br /><a href="/2021/">Find out how to watch and participate</a></div>
+<div class="times" start="2021-11-27T17:05:00Z" end="2021-11-27T17:15:00Z">Saturday, Nov 27 2021, ~12:05 PM - 12:15 PM EST<br />Saturday, Nov 27 2021, ~ 9:05 AM - 9:15 AM PST<br />Saturday, Nov 27 2021, ~ 5:05 PM - 5:15 PM UTC<br />Saturday, Nov 27 2021, ~ 6:05 PM - 6:15 PM CET<br />Saturday, Nov 27 2021, ~ 7:05 PM - 7:15 PM EET<br />Saturday, Nov 27 2021, ~10:35 PM - 10:45 PM IST<br />Sunday, Nov 28 2021, ~ 1:05 AM - 1:15 AM +08<br />Sunday, Nov 28 2021, ~ 2:05 AM - 2:15 AM JST<br /><a href="/2021/">Find out how to watch and participate</a></div>
# Description
diff --git a/2021/schedule-details.md b/2021/schedule-details.md
index a01341f4..00152e9e 100644
--- a/2021/schedule-details.md
+++ b/2021/schedule-details.md
@@ -9,9 +9,9 @@
<tr><td>done</td><td width=100>~10:40 AM</td><td><a href="/2021/talks/pattern">Emacs as Design Pattern Learning</a></td><td>Greta Goetz</td></tr>
<tr><td>done</td><td width=100>~11:07 AM</td><td><a href="/2021/talks/freedom">How Emacs made me appreciate software freedom</a></td><td>Protesilaos Stavrou</td></tr>
<tr><td>now playing</td><td width=100>~11:46 AM</td><td><a href="/2021/talks/nongnu">NonGNU ELPA Update</a></td><td>Philip Kaludercic</td></tr>
-<tr><td>captioned</td><td width=100>~11:57 AM</td><td><a href="/2021/talks/borg">Manual Package Management in The Era of Repositories - Why and How</a></td><td>Dhavan (codingquark)</td></tr>
-<tr><td>captioned</td><td width=100>~12:07 PM</td><td><a href="/2021/talks/nangulator">Introducing N-Angulator</a></td><td>Kevin Haddock</td></tr>
-<tr><td>captioned</td><td width=100>~12:19 PM</td><td><a href="/2021/talks/gregorian">Typesetting Gregorian Chant with Emacs</a></td><td>Spencer King</td></tr>
+<tr><td>captioned</td><td width=100>~11:55 AM</td><td><a href="/2021/talks/borg">Manual Package Management in The Era of Repositories - Why and How</a></td><td>Dhavan (codingquark)</td></tr>
+<tr><td>captioned</td><td width=100>~12:05 PM</td><td><a href="/2021/talks/nangulator">Introducing N-Angulator</a></td><td>Kevin Haddock</td></tr>
+<tr><td>captioned</td><td width=100>~12:17 PM</td><td><a href="/2021/talks/gregorian">Typesetting Gregorian Chant with Emacs</a></td><td>Spencer King</td></tr>
<tr><td colspan="4"><strong>Saturday afternoon<strong></td></tr>
<tr><td>captioned</td><td width=100>~ 1:00 PM</td><td><a href="/2021/talks/telega">telega.el and the Emacs community on Telegram</a></td><td>Gabriele Bozzola</td></tr>
<tr><td>captioned</td><td width=100>~ 1:10 PM</td><td><a href="/2021/talks/janitor">A day in the life of a janitor</a></td><td>Stefan Monnier</td></tr>