Hacker News new | past | comments | ask | show | jobs | submit login

I recently switched from a daily journal/to-do list to a weekly one.

I have been surprised just how much it has helped me to keep things moving that otherwise might have been neglected.

My platform of choice is Emacs, org-mode, and org-journal, but I imagine the workflow is similar to Obsidian.

Each day is a top level heading, its to-do and journal items are 2nd level headings. Journal entries are timestamped, to-do items have a state of TODO/PROG/DONE and a timestamped log is kept logging state transitions.

Unfinished to-do items move to the new day automatically when it is created. Completed items are left in previous days, and displayed in a fainter coloured text.




One thing that seems to help me is that the to-do items are interspersed between journal entries. This feels like it gives me more context around what happened on a given day, or around a specific task.

The weekly journal also serves as a store for those useful snippets I find, like "command to access an AWS EC2 via session manager with automatic bash execution".


Would you be willing to share your config for this setup?


Absolutely!

This gist is a barebones init.el that just loads org-mode and org-journal via straight.el: https://gist.github.com/aclarknexient/87518aee8a0fbc9c905072...

For those with existing Emacs init setups, lines 31 through 45 have the relevant settings.


Thanks a lot!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: