From c74133b68bff7c528c31978bcea984ce94a03d8b Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 1 Jul 2024 15:09:14 -0700 Subject: [PATCH] [oni-org] Fix variable name I think they must have renamed this variable at some point. --- oni-org/oni-org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el index 8b8c448..0ff0372 100644 --- a/oni-org/oni-org.el +++ b/oni-org/oni-org.el @@ -273,7 +273,7 @@ _di_: Add inlineimages STARTUP ;; indefinitely and opening the archive doesn't load every single language I've ;; ever used because there are code blocks in there. (setq org-archive-location (format-time-string "%%s_archive_%Y::")) -(setq org-catch-invisible-edits 'error) +(setq org-fold-catch-invisible-edits 'error) (setq org-clock-in-switch-to-state #'oni-org-maybe-change-todo-state) (setq org-extend-today-until 2) (setq org-fontify-whole-heading-line t)