bastibe / org-journal

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

don't break journaling if CREATED exists at file level #383 #388

Closed jmay closed 1 year ago

jmay commented 2 years ago

The existence of a CREATED entry in the file-level property drawer causes =org-journal-new-entry= to fail. Ignore all file-level properties when searching through the file for the correct timestamp to start a new entry.

bastibe commented 2 years ago

Wonderful! Thank you!

Could you restrict the pull request to just the code changes and remove the whitespace changes, please?

jmay commented 1 year ago

Sorry, lost this in my email. Didn't mean to do any reformatting. New PR coming.