Fix location of org-noter main directory
Was org-directory, now noter subdirectory (in org-directory)
This commit is contained in:
parent
49e8a45413
commit
f16669416e
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue