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
org journal seems to assume a heading (with *) is the first item in a file,
and #+ fileheader seems to break that assumption
previous org version might have been grateful on error handling,
Describe the bug
A clear and concise description of what the bug is.
expect TODO items to be carried over when creating new entry (new date)
If I remove the file headers from the previous date ,
then carry over works,
The following is the contents on top of the journal file
i tried to debug a bit,
doom emacs pinned version had
`
`
current version has
(when (and (< 1 (length (split-string file-header "\n" :omit-nulls)))
after fixing this, still having issues..
To Reproduce
Steps to reproduce the behavior:
execute org-journal-new-entry
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Your Emacs Configuration
The part relevant to org-journal.
The text was updated successfully, but these errors were encountered: