From 38907744fa460f78528cc3fbe1d0532286c1ceec Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Wed, 25 Jan 2023 12:44:33 -0800 Subject: emacs: integrate journal with agenda --- .emacs.local.d/modes/org-journal.el | 1 + 1 file changed, 1 insertion(+) (limited to '.emacs.local.d') diff --git a/.emacs.local.d/modes/org-journal.el b/.emacs.local.d/modes/org-journal.el index e236249..5bc2671 100644 --- a/.emacs.local.d/modes/org-journal.el +++ b/.emacs.local.d/modes/org-journal.el @@ -4,6 +4,7 @@ ;; Change default prefix key; needs to be set before loading org-journal (setq org-journal-prefix-key "C-c j ") (setq org-journal-file-format my-org-journal-file-format) + (setq org-journal-enable-agenda-integration t) :config (setq org-journal-dir my-org-journal-dir org-journal-file-type my-org-journal-file-type -- cgit v1.2.3