Hacker News new | ask | show | jobs
by sfink 1529 days ago
I had a separate 'daily.txt' file for this sort of thing, and it's desperately in need of a replacement. Your setup sounds pretty good to me. It seems like org mode may be a better match for the daily stuff than it is for my notes file. I especially like the idea of archiving into a subheader of the right day.
1 comments

I use a single file, with standard headers, with a new entry for each day. I use `org-diary` to manage that:

https://github.com/skx/org-diary

Every morning I run `org-diary-new-entry` which inserts a new block. At the end of the day I commit this to a git repository and push it away for safety. I've got a work-log/journal going back a couple of years at this point.