1
0
Fork 0

[oni-org] Fix variable name

I think they must have renamed this variable at some point.
This commit is contained in:
Tom Willemse 2024-07-01 15:09:14 -07:00
parent f9ff0da907
commit c74133b68b

View file

@ -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)