From 4369b81125d3e11a6f67e901b2dc020df033e77d Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 4 Apr 2024 14:58:52 +0100 Subject: [PATCH] Enable org-journal cache Add resulting .cache file (and any in the future) to .gitignore --- .gitignore | 1 + config/org-mode.org | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 8a37dbd..b1fa86f 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /ellama-sessions/ *.sqlite /multisession/ +*.cache diff --git a/config/org-mode.org b/config/org-mode.org index a80545f..2977342 100644 --- a/config/org-mode.org +++ b/config/org-mode.org @@ -175,6 +175,7 @@ Better syncing to mobile, for use with [[https://github.com/orgzly-revived/orgzl :bind (("C-c o j" . org-journal-new-entry)) :custom (org-journal-dir (expand-file-name "journal" org-directory)) + (org-journal-enable-cache t) (org-journal-file-type 'monthly) (org-journal-file-format "%Y-%m.org")) #+end_src