From 18e76c9bfd222d66b2dd13ef6f9761a67faea86b Mon Sep 17 00:00:00 2001
From: Marc <marc@arbeit.local>
Date: Mon, 21 Apr 2025 10:08:48 +0200
Subject: [PATCH] fixed some paths for org

---
 config.org | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/config.org b/config.org
index 21382fb..f0074dc 100644
--- a/config.org
+++ b/config.org
@@ -1325,7 +1325,7 @@ Elpaca cant find it, though it's built in org
   :ensure (:host nil :repo "https://repo.or.cz/org-contacts.git")
   :after org
   :custom
-  (org-contacts-files (list (concat MY--PATH_ORG_ROAM "contacts.org"))))
+  (org-contacts-files (list (concat MY--PATH_ORG_FILES "contacts.org"))))
 #+END_SRC
 ** *TODO*
 [[https://github.com/nobiot/org-transclusion][org-transclusion]]?
@@ -1599,6 +1599,9 @@ not sure if actually better
 (use-package org-node
   :ensure t
   :after org
+  :custom
+  ;; add notes dir for org-node so I dont need to add everything to org-agenda-files and make it sluggish
+  (org-node-extra-id-dirs MY--PATH_ORG_FILES)
   :config
   (org-node-cache-mode)
   (org-node-backlink-mode)