Emacs and Org Mode: Capturing, archiving, and viewing archived web sites

Опубликовано: 28 Июль 2026
на канале: Cap'n Nobeard
2,905
24

Using Emacs, org-mode, yequake-org-capture, org-web-tools, and org-recent-headings. Here's what goes on in the video:

1. Copy URL to clipboard.
2. Open yequake-org-capture frame by pressing Super+C.
3. Select capture template which uses `org-web-tools--org-link-for-url` to insert an Org link for the URL on the clipboard.
4. Type the content.
5. Attach an archive of the URL with `org-web-tools-archive-attach`.
6. Press `C-c C-c`, which finalizes the capture and closes the capture frame.
7. Navigate to the captured entry using `org-recent-headings`.
8. View the archived web page in a browser using `org-web-tools-archive-view`.

yequake: https://github.com/alphapapa/yequake
org-web-tools: https://github.com/alphapapa/org-web-...
org-recent-headings: https://github.com/alphapapa/org-rece...