Closed brabalan closed 4 years ago
The regex is wrong https://github.com/bastibe/org-journal/blob/master/org-journal.el#L833, also https://github.com/bastibe/org-journal/blob/master/org-journal.el#L839 needs to be updated.
Should be fixed with commit 00f3d39.
It's almost fixed: it works for the last item to be carried over. If I have this for October 22:
* TODO test 1
<2020-10-22>
* TODO test 2
<2020-10-22>
after carry-over to October 23, I get this:
* TODO test 1
<2020-10-22>
* TODO test 2
<2020-10-23 Fri>
hmm, in test it does work. Can you post a complete entry please.
Would be appreciated if you can make a PR with some test journals files based on you configuration, and put it under tests/journals/daily. Than I can write a test similar to the test =org-journal-scheduled-carryover-test= in tests/org-journal-test.el
Thanks!
I created a PR. I'm not sure this is what you expected. The behavior I get currently is that only the last entry has its inactive stamp updated.
Thanks! Indeed, it doesn't work with your configuration. I'll debug it and let you know when I pushed a fix for it.
I confirm it works. Thanks!
Describe the bug When carrying-over an item from the previous day, the active timestamp is not updated, hence the entry no longer shows in the agenda.
To Reproduce Steps to reproduce the behavior:
C-u org-journal-new-entry
)Expected behavior The item is carried-over as
Your Emacs Configuration