From 51dadec2ddc00c4db365d84f7aa7c085178dd161 Mon Sep 17 00:00:00 2001 From: Marcel van der Boom Date: Sun, 15 Jan 2023 12:18:22 +0100 Subject: [PATCH] Add workaround for org issue with org-journal See: https://github.com/bastibe/org-journal/issues/406 --- mrb.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mrb.org b/mrb.org index 2950276..332a74a 100644 --- a/mrb.org +++ b/mrb.org @@ -2033,7 +2033,9 @@ While the standard capture method is useful I found myself not using it very muc ;; I want to have encryption, but how do TODO items bubble up then in the agenda org-journal-enable-encryption nil org-crypt-disable-auto-save t - org-journal-enable-cache t)) + org-journal-enable-cache t + ;; TODO workaround for https://github.com/bastibe/org-journal/issues/406 + org-element-use-cache nil)) #+end_src Particularly in journaling, but also in org-mode in general, I want to be able to quickly insert screenshots. Rather, images in general but 90% of my use-case is really screenshots.