[oni-org] Fix variable name
I think they must have renamed this variable at some point.
This commit is contained in:
parent
f9ff0da907
commit
c74133b68b
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ _di_: Add inlineimages STARTUP
|
||||||
;; indefinitely and opening the archive doesn't load every single language I've
|
;; indefinitely and opening the archive doesn't load every single language I've
|
||||||
;; ever used because there are code blocks in there.
|
;; ever used because there are code blocks in there.
|
||||||
(setq org-archive-location (format-time-string "%%s_archive_%Y::"))
|
(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-clock-in-switch-to-state #'oni-org-maybe-change-todo-state)
|
||||||
(setq org-extend-today-until 2)
|
(setq org-extend-today-until 2)
|
||||||
(setq org-fontify-whole-heading-line t)
|
(setq org-fontify-whole-heading-line t)
|
||||||
|
|
Loading…
Reference in a new issue