bastibe / org-journal

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

Current day's TODOs carry over when creating a future scheduled entry #306

Closed pace577 closed 4 years ago

pace577 commented 4 years ago

Describe the bug When I create a future scheduled entry using org-journal-new-scheduled-entry, say 5 days into the future, all the current day TODO items are carried over to that future date entry. I work with monthly journals.

To Reproduce

Expected behavior The current day TODO items should stay as they are. Only the scheduled entry must be created at the future date.

Screenshots org-journal-todo-entry-issue-1 org-journal-todo-entry-issue-2

Desktop (please complete the following information):

Your Emacs Configuration I'm using Doom Emacs with the (org +roam +journal) module Tested this behavior using doom/sandbox excluding private configuration.

casch-at commented 4 years ago

Hey, thanks for the report. I have fixed this two days ago. https://github.com/bastibe/org-journal/commit/00f3d39cd5ba2d199d75a1d2e95f4fa37fac1f8c#diff-799bc0c274211f453977229b6ab043e5372808a95866f76ea0c5a49c3f914b49R1016

If it still occurs with the new version reopen this issue.