diff options
7 files changed, 188 insertions, 119 deletions
diff --git a/2023/captions/emacsconf-2023-unentangling--unentangling-projects-and-repos--alexey-bochkarev--main--chapters.vtt b/2023/captions/emacsconf-2023-unentangling--unentangling-projects-and-repos--alexey-bochkarev--main--chapters.vtt new file mode 100644 index 00000000..d0e8d577 --- /dev/null +++ b/2023/captions/emacsconf-2023-unentangling--unentangling-projects-and-repos--alexey-bochkarev--main--chapters.vtt @@ -0,0 +1,26 @@ +WEBVTT + + +00:00:01.220 --> 00:00:43.160 +Introduction + +00:00:44.120 --> 00:02:02.180 +The problem + +00:02:04.860 --> 00:03:25.280 +Jumping around + +00:03:25.280 --> 00:04:46.420 +Capturing + +00:04:46.560 --> 00:05:41.780 +Ctags + +00:05:43.080 --> 00:07:59.339 +Org Roam + +00:07:59.340 --> 00:10:28.880 +How does it work? + +00:10:31.860 --> 00:12:38.900 +Time tracking diff --git a/2023/captions/emacsconf-2023-unentangling--unentangling-projects-and-repos--alexey-bochkarev--main.vtt b/2023/captions/emacsconf-2023-unentangling--unentangling-projects-and-repos--alexey-bochkarev--main.vtt index a10fafef..1086b80b 100644 --- a/2023/captions/emacsconf-2023-unentangling--unentangling-projects-and-repos--alexey-bochkarev--main.vtt +++ b/2023/captions/emacsconf-2023-unentangling--unentangling-projects-and-repos--alexey-bochkarev--main.vtt @@ -1,8 +1,9 @@ -WEBVTT +WEBVTT captioned by sachac +NOTE Introduction 00:00:01.220 --> 00:00:03.580 -Hello, I'm Alexey Bychkadov, +Hello, I'm Alexey Bochkarev, 00:00:03.740 --> 00:00:06.899 and I'm talking about unentangling projects @@ -46,8 +47,10 @@ So I prepare papers, presentations, 00:00:41.260 --> 00:00:43.160 memos, and so on and so forth. +NOTE The problem + 00:00:44.120 --> 00:00:47.940 -And so The workflow problem I had is +The workflow problem I had is 00:00:49.160 --> 00:00:53.000 sometimes all this does not really fit into a @@ -59,19 +62,19 @@ concept of a single repository per project. So I might want to have, 00:00:58.180 --> 00:01:01.160 -for example, a source code in 1 repository +for example, a source code in one repository 00:01:01.320 --> 00:01:03.480 and then I would like to have a paper in 00:01:03.480 --> 00:01:05.200 -another 1 and then I want to have a +another one, and then I want to have a 00:01:05.200 --> 00:01:08.620 collection of notes somewhere unrelated to 00:01:08.620 --> 00:01:12.500 -those 2. Emacs is pretty good at supporting +those two. Emacs is pretty good at supporting 00:01:12.500 --> 00:01:15.840 your workflows and I figured I should share @@ -80,19 +83,19 @@ your workflows and I figured I should share what I used and what works for me. 00:01:20.560 --> 00:01:24.900 -So, from the technical perspective, +From the technical perspective, 00:01:26.479 --> 00:01:27.940 things are pretty easy. 00:01:27.940 --> 00:01:30.720 -So I use a collection of pretty standard +I use a collection of pretty standard 00:01:30.720 --> 00:01:33.240 -components of Emacs. So it's a projectile org +components of Emacs. So it's projectile, org 00:01:33.240 --> 00:01:35.360 -mode with this capture templates and other +mode with this capture templates, and other 00:01:35.360 --> 00:01:38.100 things. Then I sustained a collection of @@ -107,13 +110,13 @@ which is essentially it's a glorified collection of org mode files. 00:01:46.100 --> 00:01:48.160 -Then I used directory local variables, +Then I used directory-local variables, 00:01:48.260 --> 00:01:51.140 -maybe a C text to jump through the source +maybe a ctags to jump through the source 00:01:51.140 --> 00:01:54.920 -code and very, very little LELisp glue to +code and very, very little elisp glue to 00:01:54.920 --> 00:01:57.620 make this all work, but that's not really @@ -124,6 +127,8 @@ rocket science. So that's the workflow I 00:02:00.400 --> 00:02:02.180 would like to talk about today. +NOTE Jumping around + 00:02:04.860 --> 00:02:07.120 So what I mean by all that, @@ -134,7 +139,7 @@ it's pretty straightforward to make Emacs, to make it easy to jump around a single 00:02:12.720 --> 00:02:14.980 -repository in Emacs. So if I, +repository in Emacs. So if I... 00:02:15.060 --> 00:02:16.640 Now I have Doom Emacs, @@ -167,7 +172,7 @@ project, right? So if I create a couple of custom shortcuts, so if I press a magic 00:02:42.780 --> 00:02:45.280 -button, hyper-OP, don't worry about +button, Hyper+o p... don't worry about 00:02:45.280 --> 00:02:47.460 hyper-key. So I want it to have a modifier @@ -200,7 +205,7 @@ binding. Yeah, essentially an Emacs. And if I hit, for example, 00:03:12.540 --> 00:03:15.200 -R, I end up in a readme file within this +r, I end up in a README file within this 00:03:15.200 --> 00:03:17.320 specific repository I was sitting in, @@ -209,11 +214,13 @@ specific repository I was sitting in, right? So if I want to document something 00:03:19.000 --> 00:03:21.420 -real quick, I go to the readme file. +real quick, I go to the README file. 00:03:21.680 --> 00:03:25.280 Then I could go to a change log file, +NOTE Capturing + 00:03:25.280 --> 00:03:27.440 right? So I have a list of changes and the @@ -269,10 +276,10 @@ entries 1 by 1 and discuss what I haven't implemented last time. 00:04:19.540 --> 00:04:22.580 -I could go to project specific, +I could go to project-specific, 00:04:24.100 --> 00:04:26.320 -sorry, to repo specific to-do list. +sorry, to repo-specific to-do list. 00:04:26.320 --> 00:04:29.020 And I have list of to-dos that would leave @@ -298,8 +305,10 @@ there are very many ways to jump through the 00:04:45.400 --> 00:04:46.420 source code conveniently. +NOTE Ctags + 00:04:46.560 --> 00:04:49.960 -I ended up not using language servers I use a +I ended up not using language servers. I use a 00:04:49.960 --> 00:04:53.320 special program called ctags and so the way @@ -355,6 +364,8 @@ repository, it makes it really convenient to 00:05:39.720 --> 00:05:41.780 jump between all of those. +NOTE Org Roam + 00:05:43.080 --> 00:05:46.980 But I have a few problems here. @@ -476,13 +487,13 @@ so I create a special folder within my org-roam storage. So it's a special folder 00:07:38.240 --> 00:07:40.940 -outside of Henry Postories that got backed up +outside of any repositories that got backed up 00:07:40.940 --> 00:07:43.940 to my hard drive with certain redundancy, 00:07:44.080 --> 00:07:46.720 -but I don't really need like version control, +but I don't really need version control, 00:07:46.720 --> 00:07:48.280 full blown version control for that. @@ -499,8 +510,13 @@ here. So PKB stands for personal knowledge 00:07:55.320 --> 00:07:58.020 base, and I have a folder project notes in -00:07:58.020 --> 00:08:01.520 -there, right? So, and How does it work? +00:07:58.020 --> 00:07:59.339 +there, right? + +NOTE How does it work? + +00:07:59.340 --> 00:08:01.520 +How does it work? 00:08:01.680 --> 00:08:04.940 So I have a folder per project in there, @@ -557,10 +573,10 @@ that would be open project. And then for example, org mode file, 00:08:55.920 --> 00:08:58.260 -right? So this is my personal notes about the +right? So this is my personal notes about 00:08:58.260 --> 00:09:01.260 -maxconf, not specifically about this very +EmacsConf, not specifically about this very 00:09:01.260 --> 00:09:02.580 talk, but I can have, you know, @@ -578,7 +594,7 @@ And how does that happen? If we try to like look at the code, 00:09:13.080 --> 00:09:14.660 -the e-list magic here, +the elisp magic here, 00:09:15.040 --> 00:09:17.560 what is happening is it's just a couple of @@ -634,11 +650,8 @@ And how do I define this variable? 00:10:09.280 --> 00:10:12.500 Is essentially there is this magical file in -00:10:12.500 --> 00:10:14.160 -a folder called dear locals, - -00:10:14.440 --> 00:10:17.380 -elist. And I just put it there. +00:10:12.500 --> 00:10:17.380 +a folder called .dir-locals.el. And I just put it there. 00:10:17.440 --> 00:10:20.380 And then whenever I go into that folder or @@ -655,6 +668,8 @@ And that's pretty much it. 00:10:26.280 --> 00:10:28.880 That's how it works for me. +NOTE Time tracking + 00:10:31.860 --> 00:10:34.620 I guess 1 thing that I wanted to emphasize @@ -713,7 +728,7 @@ there. And that's how it works. So again, what comes in handy, 00:11:28.860 --> 00:11:31.500 -if I hit Control O, I just go back to the +if I hit C-o, I just go back to the 00:11:31.500 --> 00:11:34.240 file I jumped in into and that's I jumped diff --git a/2023/info/unentangling-after.md b/2023/info/unentangling-after.md index f6e4924f..57950f71 100644 --- a/2023/info/unentangling-after.md +++ b/2023/info/unentangling-after.md @@ -1,10 +1,10 @@ <!-- Automatically generated by emacsconf-publish-after-page --> -<a name="unentangling-mainVideo-transcript"></a> -# Transcript (unedited) +<div class="transcript transcript-mainVideo"><a name="unentangling-mainVideo-transcript"></a><h1>Transcript</h1> -[[!template text="""Hello, I'm Alexey Bychkadov,""" start="00:00:01.220" video="mainVideo-unentangling" id="subtitle"]] + +<div class="transcript-heading">[[!template new="1" text="""Introduction""" start="00:00:01.220" video="mainVideo-unentangling" id="subtitle"]]</div>[[!template text="""Hello, I'm Alexey Bochkarev,""" start="00:00:01.220" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""and I'm talking about unentangling projects""" start="00:00:03.740" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""and repositories, or maybe entangling them,""" start="00:00:06.899" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""depending on how you look at that.""" start="00:00:09.679" video="mainVideo-unentangling" id="subtitle"]] @@ -19,36 +19,38 @@ [[!template text="""And third, I communicate.""" start="00:00:36.820" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""So I prepare papers, presentations,""" start="00:00:38.739" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""memos, and so on and so forth.""" start="00:00:41.260" video="mainVideo-unentangling" id="subtitle"]] -[[!template text="""And so The workflow problem I had is""" start="00:00:44.120" video="mainVideo-unentangling" id="subtitle"]] + +<div class="transcript-heading">[[!template new="1" text="""The problem""" start="00:00:44.120" video="mainVideo-unentangling" id="subtitle"]]</div>[[!template text="""The workflow problem I had is""" start="00:00:44.120" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""sometimes all this does not really fit into a""" start="00:00:49.160" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""concept of a single repository per project.""" start="00:00:53.000" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""So I might want to have,""" start="00:00:56.200" video="mainVideo-unentangling" id="subtitle"]] -[[!template text="""for example, a source code in 1 repository""" start="00:00:58.180" video="mainVideo-unentangling" id="subtitle"]] +[[!template text="""for example, a source code in one repository""" start="00:00:58.180" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""and then I would like to have a paper in""" start="00:01:01.320" video="mainVideo-unentangling" id="subtitle"]] -[[!template text="""another 1 and then I want to have a""" start="00:01:03.480" video="mainVideo-unentangling" id="subtitle"]] +[[!template text="""another one, and then I want to have a""" start="00:01:03.480" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""collection of notes somewhere unrelated to""" start="00:01:05.200" video="mainVideo-unentangling" id="subtitle"]] -[[!template text="""those 2. Emacs is pretty good at supporting""" start="00:01:08.620" video="mainVideo-unentangling" id="subtitle"]] +[[!template text="""those two. Emacs is pretty good at supporting""" start="00:01:08.620" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""your workflows and I figured I should share""" start="00:01:12.500" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""what I used and what works for me.""" start="00:01:16.240" video="mainVideo-unentangling" id="subtitle"]] -[[!template text="""So, from the technical perspective,""" start="00:01:20.560" video="mainVideo-unentangling" id="subtitle"]] +[[!template text="""From the technical perspective,""" start="00:01:20.560" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""things are pretty easy.""" start="00:01:26.479" video="mainVideo-unentangling" id="subtitle"]] -[[!template text="""So I use a collection of pretty standard""" start="00:01:27.940" video="mainVideo-unentangling" id="subtitle"]] -[[!template text="""components of Emacs. So it's a projectile org""" start="00:01:30.720" video="mainVideo-unentangling" id="subtitle"]] -[[!template text="""mode with this capture templates and other""" start="00:01:33.240" video="mainVideo-unentangling" id="subtitle"]] +[[!template text="""I use a collection of pretty standard""" start="00:01:27.940" video="mainVideo-unentangling" id="subtitle"]] +[[!template text="""components of Emacs. So it's projectile, org""" start="00:01:30.720" video="mainVideo-unentangling" id="subtitle"]] +[[!template text="""mode with this capture templates, and other""" start="00:01:33.240" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""things. Then I sustained a collection of""" start="00:01:35.360" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""nodes in something that is called org-roam,""" start="00:01:38.100" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""which is essentially it's a glorified""" start="00:01:40.680" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""collection of org mode files.""" start="00:01:43.580" video="mainVideo-unentangling" id="subtitle"]] -[[!template text="""Then I used directory local variables,""" start="00:01:46.100" video="mainVideo-unentangling" id="subtitle"]] -[[!template text="""maybe a C text to jump through the source""" start="00:01:48.260" video="mainVideo-unentangling" id="subtitle"]] -[[!template text="""code and very, very little LELisp glue to""" start="00:01:51.140" video="mainVideo-unentangling" id="subtitle"]] +[[!template text="""Then I used directory-local variables,""" start="00:01:46.100" video="mainVideo-unentangling" id="subtitle"]] +[[!template text="""maybe a ctags to jump through the source""" start="00:01:48.260" video="mainVideo-unentangling" id="subtitle"]] +[[!template text="""code and very, very little elisp glue to""" start="00:01:51.140" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""make this all work, but that's not really""" start="00:01:54.920" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""rocket science. So that's the workflow I""" start="00:01:58.620" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""would like to talk about today.""" start="00:02:00.400" video="mainVideo-unentangling" id="subtitle"]] -[[!template text="""So what I mean by all that,""" start="00:02:04.860" video="mainVideo-unentangling" id="subtitle"]] + +<div class="transcript-heading">[[!template new="1" text="""Jumping around""" start="00:02:04.860" video="mainVideo-unentangling" id="subtitle"]]</div>[[!template text="""So what I mean by all that,""" start="00:02:04.860" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""it's pretty straightforward to make Emacs,""" start="00:02:07.960" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""to make it easy to jump around a single""" start="00:02:10.680" video="mainVideo-unentangling" id="subtitle"]] -[[!template text="""repository in Emacs. So if I,""" start="00:02:12.720" video="mainVideo-unentangling" id="subtitle"]] +[[!template text="""repository in Emacs. So if I...""" start="00:02:12.720" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""Now I have Doom Emacs,""" start="00:02:15.060" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""but that's not really specific to a Doom""" start="00:02:16.640" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""that'll work in any Emacs configuration.""" start="00:02:19.120" video="mainVideo-unentangling" id="subtitle"]] @@ -59,7 +61,7 @@ [[!template text="""I have all the list of files within my""" start="00:02:31.960" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""project, right? So if I create a couple of""" start="00:02:34.640" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""custom shortcuts, so if I press a magic""" start="00:02:38.200" video="mainVideo-unentangling" id="subtitle"]] -[[!template text="""button, hyper-OP, don't worry about""" start="00:02:42.780" video="mainVideo-unentangling" id="subtitle"]] +[[!template text="""button, Hyper+o p... don't worry about""" start="00:02:42.780" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""hyper-key. So I want it to have a modifier""" start="00:02:45.280" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""key all to myself, so that would,""" start="00:02:47.560" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""no program on my computer would use that""" start="00:02:50.320" video="mainVideo-unentangling" id="subtitle"]] @@ -70,12 +72,13 @@ [[!template text="""keys, I have a menu that's a normal key""" start="00:03:04.940" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""binding. Yeah, essentially an Emacs.""" start="00:03:07.400" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""And if I hit, for example,""" start="00:03:10.240" video="mainVideo-unentangling" id="subtitle"]] -[[!template text="""R, I end up in a readme file within this""" start="00:03:12.540" video="mainVideo-unentangling" id="subtitle"]] +[[!template text="""r, I end up in a README file within this""" start="00:03:12.540" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""specific repository I was sitting in,""" start="00:03:15.200" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""right? So if I want to document something""" start="00:03:17.320" video="mainVideo-unentangling" id="subtitle"]] -[[!template text="""real quick, I go to the readme file.""" start="00:03:19.000" video="mainVideo-unentangling" id="subtitle"]] +[[!template text="""real quick, I go to the README file.""" start="00:03:19.000" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""Then I could go to a change log file,""" start="00:03:21.680" video="mainVideo-unentangling" id="subtitle"]] -[[!template text="""right? So I have a list of changes and the""" start="00:03:25.280" video="mainVideo-unentangling" id="subtitle"]] + +<div class="transcript-heading">[[!template new="1" text="""Capturing""" start="00:03:25.280" video="mainVideo-unentangling" id="subtitle"]]</div>[[!template text="""right? So I have a list of changes and the""" start="00:03:25.280" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""way it works usually, for example,""" start="00:03:27.440" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""if I'm working in some code,""" start="00:03:29.480" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""I created a couple of dummy files in there,""" start="00:03:32.220" video="mainVideo-unentangling" id="subtitle"]] @@ -93,8 +96,8 @@ [[!template text="""I can open the change log and go through""" start="00:04:12.720" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""entries 1 by 1 and discuss what I haven't""" start="00:04:14.340" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""implemented last time.""" start="00:04:16.800" video="mainVideo-unentangling" id="subtitle"]] -[[!template text="""I could go to project specific,""" start="00:04:19.540" video="mainVideo-unentangling" id="subtitle"]] -[[!template text="""sorry, to repo specific to-do list.""" start="00:04:24.100" video="mainVideo-unentangling" id="subtitle"]] +[[!template text="""I could go to project-specific,""" start="00:04:19.540" video="mainVideo-unentangling" id="subtitle"]] +[[!template text="""sorry, to repo-specific to-do list.""" start="00:04:24.100" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""And I have list of to-dos that would leave""" start="00:04:26.320" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""within a repository. And for example,""" start="00:04:29.020" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""I could have a high level structure here,""" start="00:04:31.320" video="mainVideo-unentangling" id="subtitle"]] @@ -103,7 +106,8 @@ [[!template text="""so to speak. And of course,""" start="00:04:39.380" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""there are very many ways to jump through the""" start="00:04:42.840" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""source code conveniently.""" start="00:04:45.400" video="mainVideo-unentangling" id="subtitle"]] -[[!template text="""I ended up not using language servers I use a""" start="00:04:46.560" video="mainVideo-unentangling" id="subtitle"]] + +<div class="transcript-heading">[[!template new="1" text="""Ctags""" start="00:04:46.560" video="mainVideo-unentangling" id="subtitle"]]</div>[[!template text="""I ended up not using language servers. I use a""" start="00:04:46.560" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""special program called ctags and so the way""" start="00:04:49.960" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""it works is just I call projectile regenerate""" start="00:04:53.320" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""tags and it creates the special tags file""" start="00:04:56.680" video="mainVideo-unentangling" id="subtitle"]] @@ -122,7 +126,8 @@ [[!template text="""Python glue within the same source code""" start="00:05:33.280" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""repository, it makes it really convenient to""" start="00:05:35.380" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""jump between all of those.""" start="00:05:39.720" video="mainVideo-unentangling" id="subtitle"]] -[[!template text="""But I have a few problems here.""" start="00:05:43.080" video="mainVideo-unentangling" id="subtitle"]] + +<div class="transcript-heading">[[!template new="1" text="""Org Roam""" start="00:05:43.080" video="mainVideo-unentangling" id="subtitle"]]</div>[[!template text="""But I have a few problems here.""" start="00:05:43.080" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""So just to give you a little bit of context,""" start="00:05:47.360" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""for example, here is a real project that""" start="00:05:49.860" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""corresponds to real paper.""" start="00:05:53.100" video="mainVideo-unentangling" id="subtitle"]] @@ -162,15 +167,17 @@ [[!template text="""that, I suppose. And 1 way to do that is,""" start="00:07:24.720" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""so I create a special folder within my""" start="00:07:29.040" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""org-roam storage. So it's a special folder""" start="00:07:33.160" video="mainVideo-unentangling" id="subtitle"]] -[[!template text="""outside of Henry Postories that got backed up""" start="00:07:38.240" video="mainVideo-unentangling" id="subtitle"]] +[[!template text="""outside of any repositories that got backed up""" start="00:07:38.240" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""to my hard drive with certain redundancy,""" start="00:07:40.940" video="mainVideo-unentangling" id="subtitle"]] -[[!template text="""but I don't really need like version control,""" start="00:07:44.080" video="mainVideo-unentangling" id="subtitle"]] +[[!template text="""but I don't really need version control,""" start="00:07:44.080" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""full blown version control for that.""" start="00:07:46.720" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""I'm okay with just having a couple of""" start="00:07:48.280" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""backups, right? So this is the folder you see""" start="00:07:49.760" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""here. So PKB stands for personal knowledge""" start="00:07:52.900" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""base, and I have a folder project notes in""" start="00:07:55.320" video="mainVideo-unentangling" id="subtitle"]] -[[!template text="""there, right? So, and How does it work?""" start="00:07:58.020" video="mainVideo-unentangling" id="subtitle"]] +[[!template text="""there, right?""" start="00:07:58.020" video="mainVideo-unentangling" id="subtitle"]] + +<div class="transcript-heading">[[!template new="1" text="""How does it work?""" start="00:07:59.340" video="mainVideo-unentangling" id="subtitle"]]</div>[[!template text="""How does it work?""" start="00:07:59.340" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""So I have a folder per project in there,""" start="00:08:01.680" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""essentially. And here I can have all the""" start="00:08:05.020" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""stuff that kind of belongs to me and I do not""" start="00:08:07.900" video="mainVideo-unentangling" id="subtitle"]] @@ -189,14 +196,14 @@ [[!template text="""oh, sorry, if I hit a special key,""" start="00:08:44.380" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""that would be open project.""" start="00:08:48.280" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""And then for example, org mode file,""" start="00:08:51.680" video="mainVideo-unentangling" id="subtitle"]] -[[!template text="""right? So this is my personal notes about the""" start="00:08:55.920" video="mainVideo-unentangling" id="subtitle"]] -[[!template text="""maxconf, not specifically about this very""" start="00:08:58.260" video="mainVideo-unentangling" id="subtitle"]] +[[!template text="""right? So this is my personal notes about""" start="00:08:55.920" video="mainVideo-unentangling" id="subtitle"]] +[[!template text="""EmacsConf, not specifically about this very""" start="00:08:58.260" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""talk, but I can have, you know,""" start="00:09:01.260" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""the house baked ideas here again,""" start="00:09:02.580" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""presentation tools and things like that.""" start="00:09:04.760" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""And how does that happen?""" start="00:09:07.440" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""If we try to like look at the code,""" start="00:09:09.940" video="mainVideo-unentangling" id="subtitle"]] -[[!template text="""the e-list magic here,""" start="00:09:13.080" video="mainVideo-unentangling" id="subtitle"]] +[[!template text="""the elisp magic here,""" start="00:09:13.080" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""what is happening is it's just a couple of""" start="00:09:15.040" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""lines of code, in fact,""" start="00:09:17.560" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""so let me just press Control,""" start="00:09:18.720" video="mainVideo-unentangling" id="subtitle"]] @@ -215,14 +222,14 @@ [[!template text="""project tile. Well, that's pretty much it.""" start="00:10:00.480" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""And how do I define this variable?""" start="00:10:03.340" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""Is essentially there is this magical file in""" start="00:10:09.280" video="mainVideo-unentangling" id="subtitle"]] -[[!template text="""a folder called dear locals,""" start="00:10:12.500" video="mainVideo-unentangling" id="subtitle"]] -[[!template text="""elist. And I just put it there.""" start="00:10:14.440" video="mainVideo-unentangling" id="subtitle"]] +[[!template text="""a folder called .dir-locals.el. And I just put it there.""" start="00:10:12.500" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""And then whenever I go into that folder or""" start="00:10:17.440" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""any of its children folders,""" start="00:10:20.380" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""I get this variable defined.""" start="00:10:22.300" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""And that's pretty much it.""" start="00:10:24.840" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""That's how it works for me.""" start="00:10:26.280" video="mainVideo-unentangling" id="subtitle"]] -[[!template text="""I guess 1 thing that I wanted to emphasize""" start="00:10:31.860" video="mainVideo-unentangling" id="subtitle"]] + +<div class="transcript-heading">[[!template new="1" text="""Time tracking""" start="00:10:31.860" video="mainVideo-unentangling" id="subtitle"]]</div>[[!template text="""I guess 1 thing that I wanted to emphasize""" start="00:10:31.860" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""specifically about that is of course,""" start="00:10:35.380" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""it is a time tracking,""" start="00:10:37.940" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""right? So what is I find especially important""" start="00:10:39.720" video="mainVideo-unentangling" id="subtitle"]] @@ -241,7 +248,7 @@ [[!template text="""my current project to-dos and I clock in""" start="00:11:16.880" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""there. And that's how it works.""" start="00:11:21.820" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""So again, what comes in handy,""" start="00:11:23.940" video="mainVideo-unentangling" id="subtitle"]] -[[!template text="""if I hit Control O, I just go back to the""" start="00:11:28.860" video="mainVideo-unentangling" id="subtitle"]] +[[!template text="""if I hit C-o, I just go back to the""" start="00:11:28.860" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""file I jumped in into and that's I jumped""" start="00:11:31.500" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""from so that's also pretty handy.""" start="00:11:34.240" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""So again no no rocket science in there.""" start="00:11:36.220" video="mainVideo-unentangling" id="subtitle"]] @@ -267,7 +274,7 @@ [[!template text="""to that, please do jump into the discussion.""" start="00:12:33.320" video="mainVideo-unentangling" id="subtitle"]] [[!template text="""Yeah, after the talk, thank you.""" start="00:12:37.120" video="mainVideo-unentangling" id="subtitle"]] -Questions or comments? Please e-mail [emacsconf-org-private@gnu.org](mailto:emacsconf-org-private@gnu.org?subject=Comment%20for%20EmacsConf%202023%20unentangling%3A%20%28Un%29entangling%20projects%20and%20repos) +</div>Questions or comments? Please e-mail [emacsconf-org-private@gnu.org](mailto:emacsconf-org-private@gnu.org?subject=Comment%20for%20EmacsConf%202023%20unentangling%3A%20%28Un%29entangling%20projects%20and%20repos) <!-- End of emacsconf-publish-after-page --> diff --git a/2023/info/unentangling-before.md b/2023/info/unentangling-before.md index d8a2318c..a3bf347e 100644 --- a/2023/info/unentangling-before.md +++ b/2023/info/unentangling-before.md @@ -1,12 +1,22 @@ <!-- Automatically generated by emacsconf-publish-before-page --> [[!toc ]] -Format: 13-min talk; Q&A: Etherpad +Format: 13-min talk ; Q&A: Etherpad Status: Q&A to be extracted from the room recordings -<div class="vid"><video controls preload="none" id="unentangling-mainVideo"><source src="https://media.emacsconf.org/2023/emacsconf-2023-unentangling--unentangling-projects-and-repos--alexey-bochkarev--main.webm" />captions="""<track label="English" kind="captions" srclang="en" src="/2023/captions/emacsconf-2023-unentangling--unentangling-projects-and-repos--alexey-bochkarev--main.vtt" default />"""<p><em>Your browser does not support the video tag. Please download the video instead.</em></p></video><div></div>Duration: 12:39 minutes<div class="files resources"><ul><li><a href="https://media.emacsconf.org/2023/emacsconf-2023-unentangling--unentangling-projects-and-repos--alexey-bochkarev--intro.vtt">Download --intro.vtt</a></li><li><a href="https://media.emacsconf.org/2023/emacsconf-2023-unentangling--unentangling-projects-and-repos--alexey-bochkarev--intro.webm">Download --intro.webm</a></li><li><a href="https://media.emacsconf.org/2023/emacsconf-2023-unentangling--unentangling-projects-and-repos--alexey-bochkarev--main.json">Download --main.json</a></li><li><a href="https://media.emacsconf.org/2023/emacsconf-2023-unentangling--unentangling-projects-and-repos--alexey-bochkarev--main.opus">Download --main.opus (10MB)</a></li><li><a href="https://media.emacsconf.org/2023/emacsconf-2023-unentangling--unentangling-projects-and-repos--alexey-bochkarev--main.vtt">Download --main.vtt</a> (unedited)</li><li><a href="https://media.emacsconf.org/2023/emacsconf-2023-unentangling--unentangling-projects-and-repos--alexey-bochkarev--main.webm">Download --main.webm (68MB)</a></li><li><a href="https://media.emacsconf.org/2023/emacsconf-2023-unentangling--unentangling-projects-and-repos--alexey-bochkarev--pad.html">Download --pad.html</a></li><li><a href="https://media.emacsconf.org/2023/emacsconf-2023-unentangling--unentangling-projects-and-repos--alexey-bochkarev--pad.md">Download --pad.md</a></li><li><a href="https://toobnix.org/w/wLxyZBoFAad575Lp4PGyoF">View on Toobnix</a></li></ul></div></div> +<div class="vid"><video controls preload="none" id="unentangling-mainVideo"><source src="https://media.emacsconf.org/2024/emacsconf-2023-unentangling--unentangling-projects-and-repos--alexey-bochkarev--main.webm" />captions="""<track label="English" kind="captions" srclang="en" src="/2024/captions/emacsconf-2023-unentangling--unentangling-projects-and-repos--alexey-bochkarev--main.vtt" default />"""<track kind="chapters" label="Chapters" src="/2024/captions/emacsconf-2023-unentangling--unentangling-projects-and-repos--alexey-bochkarev--main--chapters.vtt" /><p><em>Your browser does not support the video tag. Please download the video instead.</em></p></video>[[!template id="chapters" vidid="unentangling-mainVideo" data=""" +00:01.220 Introduction +00:44.120 The problem +02:04.860 Jumping around +03:25.280 Capturing +04:46.560 Ctags +05:43.080 Org Roam +07:59.340 How does it work? +10:31.860 Time tracking + +"""]]<div></div>Duration: 12:39 minutes<div class="files resources"><ul><li><a href="https://pad.emacsconf.org/2024-unentangling">Open Etherpad</a></li><li><a href="https://media.emacsconf.org/2024/emacsconf-2023-unentangling--unentangling-projects-and-repos--alexey-bochkarev--intro.vtt">Download --intro.vtt</a></li><li><a href="https://media.emacsconf.org/2024/emacsconf-2023-unentangling--unentangling-projects-and-repos--alexey-bochkarev--intro.webm">Download --intro.webm</a></li><li><a href="https://media.emacsconf.org/2024/emacsconf-2023-unentangling--unentangling-projects-and-repos--alexey-bochkarev--main--chapters.vtt">Download --main--chapters.vtt</a></li><li><a href="https://media.emacsconf.org/2024/emacsconf-2023-unentangling--unentangling-projects-and-repos--alexey-bochkarev--main.json">Download --main.json</a></li><li><a href="https://media.emacsconf.org/2024/emacsconf-2023-unentangling--unentangling-projects-and-repos--alexey-bochkarev--main.opus">Download --main.opus (10MB)</a></li><li><a href="https://media.emacsconf.org/2024/emacsconf-2023-unentangling--unentangling-projects-and-repos--alexey-bochkarev--main.vtt">Download --main.vtt</a></li><li><a href="https://media.emacsconf.org/2024/emacsconf-2023-unentangling--unentangling-projects-and-repos--alexey-bochkarev--main.webm">Download --main.webm (68MB)</a></li><li><a href="https://toobnix.org/w/wLxyZBoFAad575Lp4PGyoF">View on Toobnix</a></li></ul></div></div> # Description <!-- End of emacsconf-publish-before-page -->
\ No newline at end of file diff --git a/2024/captions/emacsconf-2024-papers--writing-academic-papers-in-orgroam--vincent-conus--answers.vtt b/2024/captions/emacsconf-2024-papers--writing-academic-papers-in-orgroam--vincent-conus--answers.vtt index 392644e1..1ab5dd02 100644 --- a/2024/captions/emacsconf-2024-papers--writing-academic-papers-in-orgroam--vincent-conus--answers.vtt +++ b/2024/captions/emacsconf-2024-papers--writing-academic-papers-in-orgroam--vincent-conus--answers.vtt @@ -1,27 +1,33 @@ WEBVTT indexed by sachac -00:00:00.000 --> 00:00:04.639 -mentally over the next couple of days, but I can assure you +00:00:00.000 --> 00:00:03.667 +... mentally over the next couple of days, but I can assure you -00:00:04.640 --> 00:00:06.759 +00:00:03.668 --> 00:00:06.759 that it will be many organizers in the background also 00:00:06.760 --> 00:00:10.199 working. You'll probably get to see us later on. But for now, -00:00:10.200 --> 00:00:13.639 -without further ado, I want to say hi to Vincent. Hi, +00:00:10.200 --> 00:00:12.775 +without further ado, I want to say hi to Vincent. -00:00:13.640 --> 00:00:19.039 -Vincent. Hi, thanks for having me. Yeah, and thanks for +00:00:12.776 --> 00:00:15.417 +Hi, Vincent. -00:00:19.040 --> 00:00:22.919 +00:00:15.418 --> 00:00:17.458 +Hi, thanks for having me. + +00:00:17.459 --> 00:00:18.099 +Yeah, and thanks for + +00:00:18.140 --> 00:00:22.902 coming and thanks for presenting. I mean, you didn't decide -00:00:22.920 --> 00:00:25.639 +00:00:22.942 --> 00:00:25.704 to go first. It's mostly the time zone for you which decided -00:00:25.640 --> 00:00:28.919 +00:00:25.724 --> 00:00:28.883 for you because I believe you are in Japan, correctly. Yeah, 00:00:28.920 --> 00:00:33.039 @@ -39,14 +45,17 @@ France. So for me, it's only 3 p.m. For you, it's probably 9 or 00:00:43.960 --> 00:00:47.959 10 p.m. if I'm correct. Already 11 here, yeah. It's already -00:00:47.960 --> 00:00:53.519 -11, so thank you for staying up so late for us. And how about we +00:00:47.960 --> 00:00:51.678 +11, so thank you for staying up so late for us. + +00:00:51.679 --> 00:00:55.181 +And how about we just get started with the questions -00:00:53.520 --> 00:00:55.639 -just get started with the questions because you've just +00:00:55.182 --> 00:00:56.521 +because you've just presented something -00:00:55.640 --> 00:00:59.239 -presented something that is very dear to my heart, which is +00:00:56.522 --> 00:00:59.200 +that is very dear to my heart, which is 00:00:59.240 --> 00:01:01.959 writing academic paper with Org Mode, which is, for the @@ -192,16 +201,16 @@ hand in Emacs. 00:04:12.960 --> 00:04:16.159 I was just going to add something because you know -00:04:16.160 --> 00:04:20.919 +00:04:16.160 --> 00:04:19.024 org-roam-bibtex is actually one of the packages that I -00:04:20.920 --> 00:04:25.279 +00:04:19.025 --> 00:04:25.399 developed and I got it working with Zotero because for me it -00:04:25.280 --> 00:04:28.839 +00:04:25.400 --> 00:04:28.524 was convenient. I was studying humanities and for me it was -00:04:28.840 --> 00:04:32.599 +00:04:28.525 --> 00:04:32.599 very easy to connect reference taken in my browser with 00:04:32.600 --> 00:04:36.799 @@ -441,19 +450,19 @@ answer is no. That's mostly what I was presenting in the 00:09:43.240 --> 00:09:44.279 slide. -00:09:44.280 --> 00:09:50.839 +00:09:44.280 --> 00:09:48.000 Actually, that's also why I made the presentation, because -00:09:50.840 --> 00:09:59.759 +00:09:48.001 --> 00:09:51.940 if someone has a solution, I would gladly take it. No, the way -00:09:59.760 --> 00:10:05.079 -I do it is that I have to add a I don't have that on top of my head. +00:09:51.941 --> 00:09:57.500 +I do it is that I have to add a... I don't have that on top of my head. -00:10:05.080 --> 00:10:10.599 -plus. Yeah, exactly. So I just make a custom class with the +00:09:57.501 --> 00:10:09.582 +plus. Yeah, exactly. So I just make a custom org-latex class with the -00:10:10.600 --> 00:10:16.159 +00:10:09.583 --> 00:10:16.159 name of the latex template. In general, I think people use 00:10:16.160 --> 00:10:19.359 @@ -469,7 +478,7 @@ section to the same section. I just changed the name of the class. And this way it allows to import the, the CLS and then 00:10:33.720 --> 00:10:39.079 -the rest is just like putting the tech template that is +the rest is just like putting the TeX template that is 00:10:39.080 --> 00:10:48.519 provided either in headers, in LaTeX headers at the top or @@ -487,7 +496,7 @@ Sometimes they need some different formatting, but no, it's not really easy because it needs to modify some 00:11:09.080 --> 00:11:12.359 -configuration in Unix to do that. Then after that, a little +configuration in Emacs to do that. Then after that, a little 00:11:12.360 --> 00:11:15.719 bit like manually adapt the templates into your org notes. diff --git a/2024/info/papers-after.md b/2024/info/papers-after.md index fa3043b2..667c8553 100644 --- a/2024/info/papers-after.md +++ b/2024/info/papers-after.md @@ -177,22 +177,25 @@ Captioner: sachac <div class="transcript transcript-qanda"><a name="papers-qanda-transcript"></a><h1>Q&A transcript (unedited)</h1> -[[!template text="""mentally over the next couple of days, but I can assure you""" start="00:00:00.000" video="qanda-papers" id="subtitle"]] -[[!template text="""that it will be many organizers in the background also""" start="00:00:04.640" video="qanda-papers" id="subtitle"]] +[[!template text="""... mentally over the next couple of days, but I can assure you""" start="00:00:00.000" video="qanda-papers" id="subtitle"]] +[[!template text="""that it will be many organizers in the background also""" start="00:00:03.668" video="qanda-papers" id="subtitle"]] [[!template text="""working. You'll probably get to see us later on. But for now,""" start="00:00:06.760" video="qanda-papers" id="subtitle"]] -[[!template text="""without further ado, I want to say hi to Vincent. Hi,""" start="00:00:10.200" video="qanda-papers" id="subtitle"]] -[[!template text="""Vincent. Hi, thanks for having me. Yeah, and thanks for""" start="00:00:13.640" video="qanda-papers" id="subtitle"]] -[[!template text="""coming and thanks for presenting. I mean, you didn't decide""" start="00:00:19.040" video="qanda-papers" id="subtitle"]] -[[!template text="""to go first. It's mostly the time zone for you which decided""" start="00:00:22.920" video="qanda-papers" id="subtitle"]] -[[!template text="""for you because I believe you are in Japan, correctly. Yeah,""" start="00:00:25.640" video="qanda-papers" id="subtitle"]] +[[!template text="""without further ado, I want to say hi to Vincent.""" start="00:00:10.200" video="qanda-papers" id="subtitle"]] +[[!template text="""Hi, Vincent.""" start="00:00:12.776" video="qanda-papers" id="subtitle"]] +[[!template text="""Hi, thanks for having me.""" start="00:00:15.418" video="qanda-papers" id="subtitle"]] +[[!template text="""Yeah, and thanks for""" start="00:00:17.459" video="qanda-papers" id="subtitle"]] +[[!template text="""coming and thanks for presenting. I mean, you didn't decide""" start="00:00:18.140" video="qanda-papers" id="subtitle"]] +[[!template text="""to go first. It's mostly the time zone for you which decided""" start="00:00:22.942" video="qanda-papers" id="subtitle"]] +[[!template text="""for you because I believe you are in Japan, correctly. Yeah,""" start="00:00:25.724" video="qanda-papers" id="subtitle"]] [[!template text="""exactly. So I'm living there now and it's very late. It's""" start="00:00:28.920" video="qanda-papers" id="subtitle"]] [[!template text="""really funny to see everyone saying good morning in the""" start="00:00:33.040" video="qanda-papers" id="subtitle"]] [[!template text="""chat. It's always the same for me. So personally, I'm in""" start="00:00:37.320" video="qanda-papers" id="subtitle"]] [[!template text="""France. So for me, it's only 3 p.m. For you, it's probably 9 or""" start="00:00:39.960" video="qanda-papers" id="subtitle"]] [[!template text="""10 p.m. if I'm correct. Already 11 here, yeah. It's already""" start="00:00:43.960" video="qanda-papers" id="subtitle"]] -[[!template text="""11, so thank you for staying up so late for us. And how about we""" start="00:00:47.960" video="qanda-papers" id="subtitle"]] -[[!template text="""just get started with the questions because you've just""" start="00:00:53.520" video="qanda-papers" id="subtitle"]] -[[!template text="""presented something that is very dear to my heart, which is""" start="00:00:55.640" video="qanda-papers" id="subtitle"]] +[[!template text="""11, so thank you for staying up so late for us.""" start="00:00:47.960" video="qanda-papers" id="subtitle"]] +[[!template text="""And how about we just get started with the questions""" start="00:00:51.679" video="qanda-papers" id="subtitle"]] +[[!template text="""because you've just presented something""" start="00:00:55.182" video="qanda-papers" id="subtitle"]] +[[!template text="""that is very dear to my heart, which is""" start="00:00:56.522" video="qanda-papers" id="subtitle"]] [[!template text="""writing academic paper with Org Mode, which is, for the""" start="00:00:59.240" video="qanda-papers" id="subtitle"]] [[!template text="""record, how I got started with Org Roam and stuff like this.""" start="00:01:01.960" video="qanda-papers" id="subtitle"]] [[!template text="""So, unless you've got anything else to add on top of your""" start="00:01:05.280" video="qanda-papers" id="subtitle"]] @@ -243,9 +246,9 @@ Captioner: sachac [[!template text="""hand in Emacs.""" start="00:04:10.160" video="qanda-papers" id="subtitle"]] [[!template text="""I was just going to add something because you know""" start="00:04:12.960" video="qanda-papers" id="subtitle"]] [[!template text="""org-roam-bibtex is actually one of the packages that I""" start="00:04:16.160" video="qanda-papers" id="subtitle"]] -[[!template text="""developed and I got it working with Zotero because for me it""" start="00:04:20.920" video="qanda-papers" id="subtitle"]] -[[!template text="""was convenient. I was studying humanities and for me it was""" start="00:04:25.280" video="qanda-papers" id="subtitle"]] -[[!template text="""very easy to connect reference taken in my browser with""" start="00:04:28.840" video="qanda-papers" id="subtitle"]] +[[!template text="""developed and I got it working with Zotero because for me it""" start="00:04:19.025" video="qanda-papers" id="subtitle"]] +[[!template text="""was convenient. I was studying humanities and for me it was""" start="00:04:25.400" video="qanda-papers" id="subtitle"]] +[[!template text="""very easy to connect reference taken in my browser with""" start="00:04:28.525" video="qanda-papers" id="subtitle"]] [[!template text="""Zotero and just post-processing them a little bit but it is""" start="00:04:32.600" video="qanda-papers" id="subtitle"]] [[!template text="""possible to make org-roam, org-roam-bibtex and Zotero""" start="00:04:36.800" video="qanda-papers" id="subtitle"]] [[!template text="""work together. But it's a little bit of an involved process to""" start="00:04:40.280" video="qanda-papers" id="subtitle"]] @@ -327,21 +330,21 @@ Captioner: sachac [[!template text="""answer is no. That's mostly what I was presenting in the""" start="00:09:38.200" video="qanda-papers" id="subtitle"]] [[!template text="""slide.""" start="00:09:43.240" video="qanda-papers" id="subtitle"]] [[!template text="""Actually, that's also why I made the presentation, because""" start="00:09:44.280" video="qanda-papers" id="subtitle"]] -[[!template text="""if someone has a solution, I would gladly take it. No, the way""" start="00:09:50.840" video="qanda-papers" id="subtitle"]] -[[!template text="""I do it is that I have to add a I don't have that on top of my head.""" start="00:09:59.760" video="qanda-papers" id="subtitle"]] -[[!template text="""plus. Yeah, exactly. So I just make a custom class with the""" start="00:10:05.080" video="qanda-papers" id="subtitle"]] -[[!template text="""name of the latex template. In general, I think people use""" start="00:10:10.600" video="qanda-papers" id="subtitle"]] +[[!template text="""if someone has a solution, I would gladly take it. No, the way""" start="00:09:48.001" video="qanda-papers" id="subtitle"]] +[[!template text="""I do it is that I have to add a... I don't have that on top of my head.""" start="00:09:51.941" video="qanda-papers" id="subtitle"]] +[[!template text="""plus. Yeah, exactly. So I just make a custom org-latex class with the""" start="00:09:57.501" video="qanda-papers" id="subtitle"]] +[[!template text="""name of the latex template. In general, I think people use""" start="00:10:09.583" video="qanda-papers" id="subtitle"]] [[!template text="""that to redefine like stuff like section and subsection,""" start="00:10:16.160" video="qanda-papers" id="subtitle"]] [[!template text="""but for me, I just, it shows in the slide where I just map the""" start="00:10:19.360" video="qanda-papers" id="subtitle"]] [[!template text="""section to the same section. I just changed the name of the""" start="00:10:24.280" video="qanda-papers" id="subtitle"]] [[!template text="""class. And this way it allows to import the, the CLS and then""" start="00:10:27.240" video="qanda-papers" id="subtitle"]] -[[!template text="""the rest is just like putting the tech template that is""" start="00:10:33.720" video="qanda-papers" id="subtitle"]] +[[!template text="""the rest is just like putting the TeX template that is""" start="00:10:33.720" video="qanda-papers" id="subtitle"]] [[!template text="""provided either in headers, in LaTeX headers at the top or""" start="00:10:39.080" video="qanda-papers" id="subtitle"]] [[!template text="""Yeah, or just on a LaTeX block in the body of the document if""" start="00:10:48.520" video="qanda-papers" id="subtitle"]] [[!template text="""that's needed, for example, for the acknowledgement.""" start="00:10:56.080" video="qanda-papers" id="subtitle"]] [[!template text="""Sometimes they need some different formatting, but no,""" start="00:11:02.040" video="qanda-papers" id="subtitle"]] [[!template text="""it's not really easy because it needs to modify some""" start="00:11:05.760" video="qanda-papers" id="subtitle"]] -[[!template text="""configuration in Unix to do that. Then after that, a little""" start="00:11:09.080" video="qanda-papers" id="subtitle"]] +[[!template text="""configuration in Emacs to do that. Then after that, a little""" start="00:11:09.080" video="qanda-papers" id="subtitle"]] [[!template text="""bit like manually adapt the templates into your org notes.""" start="00:11:12.360" video="qanda-papers" id="subtitle"]] [[!template text="""So that's a little bit some upfront work to do. But once it's""" start="00:11:15.720" video="qanda-papers" id="subtitle"]] [[!template text="""done, your notes are going to be exported exactly like the""" start="00:11:18.800" video="qanda-papers" id="subtitle"]] diff --git a/2024/info/papers-before.md b/2024/info/papers-before.md index 4c3292b8..7caf73f9 100644 --- a/2024/info/papers-before.md +++ b/2024/info/papers-before.md @@ -1,7 +1,6 @@ <!-- Automatically generated by emacsconf-publish-before-page --> [[!toc ]] Format: 11-min talk ; Q&A: BigBlueButton conference room -Etherpad: <https://pad.emacsconf.org/2024-papers> Status: TO_CAPTION_QA |