You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Several time now I have lost my TODO's which get copied to a new org-journal file when the 'org-journal-new-entry' is run for the first time in the day. I do this, and them my emacs/system crashes (high load on startup) and all of the TODO's are lost.
To Reproduce
Start emacs with org-mode and org-journal
Create TODO entries in a journal file with 'org-journal-new-entry (add TODO on header line).
Save journal file as previous days date.
Run 'org-journal-new-entry' to recreate the day's journal file. Note that the 'TODO' entries have been copied .
Kill emacs
Restart emacs, run 'org-journal-new-entry' and note that TODO's are now missing.
Expected behavior
Don't allow TODO entries to be lost.
The current behavour removes the TODO's from the previous day as it copies them into the current day, but by not saving the new file will cause the TODO's to be completely removed from any existing files on disk.
(I realise that I can resolve this for myself if I remember to deliberately save my files after creating the new journal file. This has proved to be problematic when experiencing interuptions and system issues.)
Your Emacs Configuration
org-journal
Archive: melpa
Version: 20220920.1514
The text was updated successfully, but these errors were encountered:
Describe the bug
Several time now I have lost my TODO's which get copied to a new org-journal file when the 'org-journal-new-entry' is run for the first time in the day. I do this, and them my emacs/system crashes (high load on startup) and all of the TODO's are lost.
To Reproduce
Expected behavior
Don't allow TODO entries to be lost.
The current behavour removes the TODO's from the previous day as it copies them into the current day, but by not saving the new file will cause the TODO's to be completely removed from any existing files on disk.
(I realise that I can resolve this for myself if I remember to deliberately save my files after creating the new journal file. This has proved to be problematic when experiencing interuptions and system issues.)
Your Emacs Configuration
org-journal
Archive: melpa
Version: 20220920.1514
The text was updated successfully, but these errors were encountered: