cashmere

cashmere

How to archive blog posts to an org buffer

Everyone knows the feeling. You'd rather not leave Emacs, and especially not Org Mode. Unfortunately, these days that's harder than ever. Still, there's a very effective way to at least read blog posts or articles in Org Mode.

It's all thanks to the following package from my favorite user, alphapapa:

org-web-tools

This package makes it possible to archive entire websites in Org format.

I just run org-web-tools-read-url-as-org, and a temporary buffer with the URL's content opens right up. If you're happy with the result, or if you want to save the content for later, all you have to do is save the buffer, and that's it! :) org-web-tools-insert-web-page-as-entry

Happy Hacking!