having trouble with org-journal and org-agenda -
I configured org-journal-carryover-items to carry over all except those marked DONE . This carryover happens at file-creation time for the next day.
If I schedule something in an org-journal entry for a date in the future, the file is created. But there are no carryover items at the time.
When items do carry over, the file is already created, so they don’t get added to the existing file.
How do I fix this?
Doom emacs
(org +journal +pretty) ;; init.el ;; config.el (use-package org-journal :defer t :custom (org-journal-dir "~/Documents/org/journal/") :config (setq org-journal-enable-agenda-integration t org-journal-file-format "%F" org-journal-carryover-items "-TODO=\"DONE\""))