From c21c8a5689f4f8b9fa0f6bb6e8aa6cf6c33a10d7 Mon Sep 17 00:00:00 2001 From: Marc Date: Sun, 20 Apr 2025 13:11:50 +0200 Subject: [PATCH] changed path for notes --- config.org | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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)