Carryover to include all configured TODO states.
This commit is contained in:
parent
99eea1d3e2
commit
be83969722
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue