setting correct org/agenda folders
This commit is contained in:
parent
633063dfab
commit
15bac5878d
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@
|
||||||
|
|
||||||
;; If you use `org' and don't want your org files in the default location below,
|
;; If you use `org' and don't want your org files in the default location below,
|
||||||
;; change `org-directory'. It must be set before org loads!
|
;; change `org-directory'. It must be set before org loads!
|
||||||
(setq org-directory "~/org/")
|
(setq org-directory "~/Nextcloud/org/")
|
||||||
|
(setq org-agenda-files '("~/Nextcloud/org/todo"))
|
||||||
|
|
||||||
|
|
||||||
;; Whenever you reconfigure a package, make sure to wrap your config in an
|
;; Whenever you reconfigure a package, make sure to wrap your config in an
|
||||||
|
|
Loading…
Reference in a new issue