May 15th 2026 - Things I Worked On
Added LOGBOOK when changing a TODO repeating task to done
(setq org-log-into-drawer "LOGBOOK")
No clean way to create journal capture entry heading
I tried to create a capture template that checks if a date heading exists and inserts the capture in that heading or creates the heading first if it doesn't exist but there doesn't seem to be a clean way to do this.
Asked on Doom Discord server to try and find a solution but never got an answer.
Broke up blog for 04-13 into separate posts
Moved Retirement Strategies for Kids text to its own standalone post.
Added reading summary for E-Myth
I added The E-Myth Revisited to my reading summaries repo.
Fixed a bug in Poker Equity Calculator
There was a bug where hand ranker was creating a new deck every time it ran.
Made elfeed titles longer
(setq elfeed-search-title-max-width 80)