Closed pace577 closed 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.
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
org-journal-file-type
to'monthly
org-journal-new-entry
org-todo
org-journal-new-scheduled-entry
Expected behavior The current day TODO items should stay as they are. Only the scheduled entry must be created at the future date.
Screenshots
Desktop (please complete the following information):
Your Emacs Configuration I'm using Doom Emacs with the
(org +roam +journal)
module Tested this behavior usingdoom/sandbox
excluding private configuration.