What does HackerNews think of org-journal?
A simple org-mode based journaling mode
What's nice about this workflow is when I create TODO items and don't finish them for a day it transfers over to the next day.
- launch Emacs
- type `Space n j j`, which opens a journal file customized the way I like it*, inserts a date heading and timestamp, and sets me in insert mode
- type my timestamped notes
I can do this from any buffer in Emacs, so it's really convenient to stop in the middle of something, jot down a note, and then go right back to what I was doing. I develop iOS/macOS software right now, so the switch to Emacs from Xcode is a little more friction than I used to have, but it's so useful I don't mind it at all.
* I have a weekly journal in a directory for the year, titled week number-month-day that started that week (this week's is `34_08-23`)
[0]https://github.com/bastibe/org-journal [1]https://github.com/hlissner/doom-emacs
* Tuesday, 06/04/13
** 10:28 Company meeting
Endless discussions about projects. Not much progress
** 11:33 Work on org-journal
For the longest time, I wanted to have a cool diary app on my
computer. However, I simply lacked the right tool for that job. After
many hours of searching, I finally found PersonalDiary on EmacsWiki.
PersonalDiary is a very simple diary system based on the emacs
calendar. It works pretty well, but I don't really like that it only
uses unstructured text.
This way, all my research notes, and my diary, and completed projects stays in the journal, but pending or ongoing tasks travel with me through time until they are done.