Consistent Technical Documents Using Emacs and Org Mode
Video Statistics and Information
Channel: spudlyo
Views: 39,251
Rating: 4.9888811 out of 5
Keywords: emacs, org mode, org babel, git
Id: 0g9BcZvQbXU
Channel Id: undefined
Length: 22min 43sec (1363 seconds)
Published: Sun Nov 17 2019
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
This is great, I learned a lot! Thank you for sharing.
This is an absolutely brilliant and very slickly produced video. Thank you so much.
I use org-mode a lot, but have still not yet fully learnt how to make use of its fantastic literate programming capabilities/org-babel. I'll watch/follow through this video again as it'll greatly speed up this learning process.
I'm impressed with the video. Can you share some details on your HTML settings? I haven't seen Org's html export look like that before.
More props to you on a great tutorial. You're well spoken and easy to follow. Keep up the good work.
Really well produced and informative video. Well done.
This is a brilliant video. Thank You for sharing.
TIL Some people pronounce it "babble"
Great job on the video, I use org-babel directly when I give talks (and to write mini tutorials to myself for things I'm likely to forget) but I've always relied on github's baked in org representation. Definitely going to be using bits from this, especially if you can export to confluence, which I've never actually tried.
Truer words have never been spoken.
I was following this with my own sample and I have to say it's disconcerting removing files from a path given by a parameter. I do like that your init function removed specific types of files (rather than
rm -rf
orrm **
).I added the following to my initializing function to ensure that the current working directory was at least close to where it was expected.
I think with a lot of projects, the path doesn't matter, so I'd do everything in a temp directory and ensure that the the script was running underneath where I place my tmpdirs.
It's especially troubling because this function gets called on export of an include. If I fuck up the call parameters (which I totally did the first time I wrote it out), I want to make sure that it's not accidentally deleting files from somewhere important.
Very awesome demo of why Emacs is amazing. Thanks!
Please more advanced ways to use Emacs ;)