diff --git a/config.org b/config.org index 583d06a..c955010 100644 --- a/config.org +++ b/config.org @@ -114,10 +114,10 @@ https://blog.d46.us/advanced-emacs-startup/ (add-to-list 'custom-theme-load-path (concat MY--PATH_USER_GLOBAL "themes")) (when *sys/linux* - (defconst MY--PATH_ORG_FILES (expand-file-name "~/archiv/Organisieren/calls/")) + (defconst MY--PATH_ORG_FILES (expand-file-name "~/archiv/Organisieren/")) (defconst MY--PATH_ORG_FILES_MOBILE (expand-file-name "~/archiv/Organisieren/mobile/")) (defconst MY--PATH_ORG_JOURNAl (expand-file-name "~/archiv/Organisieren/Journal/")) - (defconst MY--PATH_ORG_ROAM (file-truename "~/archiv/Organisieren/"))) + (defconst MY--PATH_ORG_ROAM (file-truename "~/archiv/Organisieren/notes/"))) (when *work_remote* (defconst MY--PATH_ORG_FILES "p:/Eigene Dateien/Notizen/") (defconst MY--PATH_ORG_FILES_MOBILE nil) ;; hacky way to prevent "free variable" compiler error