diff --git a/config.org b/config.org index 2607a37..21382fb 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/")) - (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/notes/"))) + (defconst MY--PATH_ORG_FILES (expand-file-name "~/archiv/notes/")) + (defconst MY--PATH_ORG_FILES_MOBILE (expand-file-name "~/archiv/notes/mobile/")) + (defconst MY--PATH_ORG_JOURNAl (expand-file-name "~/archiv/notes/Journal/"))) +; (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 @@ -1248,7 +1248,7 @@ nil))) :jump-to-captured t :immediate-finish t) ("p" "phone call" - entry (file+olp+datetree "~/archiv/Organisieren/phonecalls.org") + entry (file+olp+datetree "~/archiv/notes/phonecalls.org") "* call [%<%Y-%m-%d %H:%M>] %?" :empty-lines 0 :prepare-finalize (org-id-get-create)