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)