aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org/oni-org.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2024-07-01 15:09:14 -0700
committerGravatar Tom Willemse2024-07-01 15:09:14 -0700
commitc74133b68bff7c528c31978bcea984ce94a03d8b (patch)
treefb796d183dcd552a53d7bd7f502009e50032c789 /oni-org/oni-org.el
parentf9ff0da907c4996470ef093315a5e735fa83228f (diff)
downloademacs-config-c74133b68bff7c528c31978bcea984ce94a03d8b.tar.gz
emacs-config-c74133b68bff7c528c31978bcea984ce94a03d8b.zip
[oni-org] Fix variable name
I think they must have renamed this variable at some point.
Diffstat (limited to 'oni-org/oni-org.el')
-rw-r--r--oni-org/oni-org.el2
1 files changed, 1 insertions, 1 deletions
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)