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 #399

Closed jmay closed 1 year ago

jmay commented 1 year 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.

(resubmit for PR388)

bastibe commented 1 year ago

Wonderful, thank you!