From be839697227cda0ce7aa64987a90c8e4e939b1f2 Mon Sep 17 00:00:00 2001 From: Giorgos Logiotatidis Date: Mon, 22 Jun 2020 09:56:20 +0300 Subject: [PATCH] Carryover to include all configured TODO states. --- modules/lang/org/contrib/journal.el | 4 ++++ 1 file changed, 4 insertions(+) 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)