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)