Merge pull request #3433 from glogiotatidis/patch-2

Carry over all TODO keywords in journal
This commit is contained in:
Henrik Lissner 2020-06-24 18:49:17 -04:00 committed by GitHub
commit adce7d63af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,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)