mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Carryover to include all configured TODO states.
This commit is contained in:
committed by
GitHub
parent
99eea1d3e2
commit
be83969722
@ -33,6 +33,10 @@
|
|||||||
;; Open in "other window" is less predictable, and can replace a window
|
;; Open in "other window" is less predictable, and can replace a window
|
||||||
;; we wanted to keep visible.
|
;; we wanted to keep visible.
|
||||||
org-journal-find-file #'find-file)
|
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)
|
(set-popup-rule! "^\\*Org-journal search" :select t :quit t)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user