Closed avatar-lavventura closed 2 years ago
You can set org-journal-file-type
to yearly
. That's not quite the same as one file, but at least 356 times closer than daily
. If you feel it worthwhile, you could also contribute a new org-journal-file-type
for the entire journal in one file.
That said, I initially implemented org-journal as a way to step away from a one-file solution, as I found it cumbersome once the file got bigger. Perhaps a look at diary
might also be warranted.
I am using
org-journal
to keep track of my diary. When I create a new entry usingorg-journal-next-entry
I can see the entries I wrote within the day but not the older ones.I want to see all th entries in org-journal when I enter a new entry using
org-journal-next-entry
, is it possible? or can we store all the entries in a single file instead of distributing them into multiple.Basically I want to carry over all the previous entries.
Example of https://github.com/bastibe/org-journal carries over only TODOs, but I was not able to change it to carry over all entries: