Browse Source

fixed some paths for org

master
Marc 5 days ago
parent
commit
18e76c9bfd
1 changed files with 4 additions and 1 deletions
  1. 5
      config.org

5
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") :ensure (:host nil :repo "https://repo.or.cz/org-contacts.git")
:after org :after org
:custom :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 #+END_SRC
** *TODO* ** *TODO*
[[https://github.com/nobiot/org-transclusion][org-transclusion]]? [[https://github.com/nobiot/org-transclusion][org-transclusion]]?
@ -1599,6 +1599,9 @@ not sure if actually better
(use-package org-node (use-package org-node
:ensure t :ensure t
:after org :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 :config
(org-node-cache-mode) (org-node-cache-mode)
(org-node-backlink-mode) (org-node-backlink-mode)

Loading…
Cancel
Save