Fix location of org-noter main directory

Was org-directory, now noter subdirectory (in org-directory)
This commit is contained in:
Evie Litherland-Smith 2024-04-11 11:42:41 +01:00
parent 49e8a45413
commit f16669416e

View file

@ -180,7 +180,7 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
(org-noter-default-notes-file-names '("notes.org"))
(org-noter-doc-property-in-notes t)
(org-noter-notes-search-path (list
(expand-file-name org-directory)
(expand-file-name "noter" org-directory)
(expand-file-name "~/Documents/References/library/")))
(org-noter-prefer-root-as-file-level nil))
#+end_src