Switch to Nextcloud for org

This commit is contained in:
Curt Spark 2026-02-26 19:20:05 +00:00
parent 9d4b1dc6f2
commit 6b1ccb0b4b
1 changed files with 2 additions and 2 deletions

View File

@ -196,7 +196,7 @@
:ensure (:wait t)
:demand t
:config
(setq org-agenda-files '("~/Agenda"))
(setq org-agenda-files '("~/Nextcloud/Agenda"))
;This is will integrate the Calendar/Diary into Org-Agenda, so you can get access to dates on public holidays etc. Set diary to true:
(setq org-agenda-include-diary t)
;Ensure done date/closed timestamps are logged
@ -250,7 +250,7 @@
:ensure t
:after org
:config
(setq org-journal-dir "~/Journal/")
(setq org-journal-dir "~/Nextcloud/Journal/")
(setq org-journal-file-type 'daily)
(setq org-journal-file-format "%Y%m%d.org")
)