bastibe / org-journal

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

Improve new scheduled entry command #338

Closed dalanicolai closed 10 months ago

dalanicolai commented 3 years ago

Currently when using org-journal-new-scheduled-entry, the time is inserted before the TODO. However, org requires a TODO to be placed at the beginning of a headline. This PR fixes this non-destructively, but it assumes that #335 and #337 get merged first.

Besides for consistency, these changes are welcome because they make the journal entries work nicely with the org-wild-notifier package.