bastibe / org-journal

A simple org-mode based journaling mode
BSD 3-Clause "New" or "Revised" License
1.23k stars 122 forks source link

Fix bug that hid previous date entries. #419

Closed kizifumoli closed 9 months ago

kizifumoli commented 9 months ago

This commit resolves a bug that occurred in the "monthly" journal file setup. When in a file containing previous date's entries, running 'org-journal-new-entry would hide any entry not in the current date, regardless of the value of 'org-journal-hide-entries-p.

bastibe commented 9 months ago

Looks good, thank you very much!