Move some org files around

This commit is contained in:
Evie Litherland-Smith 2024-10-30 14:59:08 +00:00
parent a735e71e27
commit 1ae7f7567e

View file

@ -399,7 +399,7 @@ Rules and packages for buffer management and window navigation.
:custom
(khalel-default-alarm "10")
(khalel-default-calendar nil)
(khalel-import-org-file (expand-file-name "calendar/khal.org" org-directory))
(khalel-import-org-file (expand-file-name "calendar.org" org-directory))
(khalel-import-org-file-read-only nil)
(khalel-import-org-file-confirm-overwrite nil)
(khalel-import-start-date "-365d")
@ -1029,7 +1029,7 @@ Configure email with iCalendar event support, to integrate with
(org-agenda-window-setup 'current-window)
(org-agenda-inhibit-startup t)
(org-agenda-tags-column 0)
(org-agenda-diary-file (expand-file-name "calendar/diary.org" org-directory))
(org-agenda-diary-file (expand-file-name "diary.org" org-directory))
(org-agenda-include-diary nil)
(org-agenda-include-deadlines t)
(org-agenda-todo-ignore-scheduled 'future)
@ -1044,7 +1044,6 @@ Configure email with iCalendar event support, to integrate with
(org-agenda-file-regexp "\\`[^.].*\\.org\\\(\\.gpg\\\)?\\'")
(org-agenda-files (list
(expand-file-name org-directory)
(expand-file-name "calendar" org-directory)
(expand-file-name "roam/journal.org" org-directory)))
:config
(appt-activate +1)