👩💻 Join our community of thousands of amazing developers!
Firstly, touch up my blog articles to be suitable for PDF Do this by automating vim with emacs. Find blog articles without LATEX_HEADER 1 cd $HOME/blog/posts; find . -name '*.org' | eipct -x -E "! grep -q LATEX_HEADER" | eipct -x grep -q HUGO_BASE | head -n 5 ./aws-services.org ./rat.org ./music-playlists-in-emacs-lisp.org ./minor-mode-wrappers-for-shell-commands.org ./review-of-introduction-rust-by-example.org Automate vim with emacs keyboard macros I want to add the latex header to all the ...