Switch to Nextcloud for org
This commit is contained in:
parent
9d4b1dc6f2
commit
6b1ccb0b4b
4
init.el
4
init.el
|
|
@ -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")
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue