June 5th 2026 - Interesting Finds
How to record your screen on macOS
You can press Command-Shift-5 to open up the screen recording application. You can then select to record the entire screen or just a portion.
How to export an Org file to HTML with ordered lists that have code blocks
If you want to export an org file to HTML and it has an ordered list of numbers plus some source code as part of those numbered items then you need to indent the code or it will reset the order of your numbers.
Correct usage:
This is a list item. Notice the code block is indented:
wsl --install
- Another item.
This is a third item with a code block:
wsl --list --online