diff --git a/modules/lang/org/contrib/journal.el b/modules/lang/org/contrib/journal.el index 52d514175..756538485 100644 --- a/modules/lang/org/contrib/journal.el +++ b/modules/lang/org/contrib/journal.el @@ -33,6 +33,10 @@ ;; Open in "other window" is less predictable, and can replace a window ;; we wanted to keep visible. org-journal-find-file #'find-file) + + ;; Setup carryover to include all configured TODO states. + (setq org-journal-carryover-items "TODO=\"TODO\"|TODO=\"PROJ\"|TODO=\"STRT\"|TODO=\"WAIT\"|TODO=\"HOLD\"") + (set-popup-rule! "^\\*Org-journal search" :select t :quit t)