org-noter config changes
Default location to ~/Documents/References/notes/, with backup to ~/Documents, stop using org-directory for noter Change default note name from notes.org -> noter.org
This commit is contained in:
parent
f16669416e
commit
c2e3fada19
|
@ -177,11 +177,10 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
|
|||
(org-noter-always-create-frame nil)
|
||||
(org-noter-kill-frame-at-session-end nil)
|
||||
(org-noter-auto-save-last-location t)
|
||||
(org-noter-default-notes-file-names '("notes.org"))
|
||||
(org-noter-default-notes-file-names '("noter.org"))
|
||||
(org-noter-doc-property-in-notes t)
|
||||
(org-noter-notes-search-path (list
|
||||
(expand-file-name "noter" org-directory)
|
||||
(expand-file-name "~/Documents/References/library/")))
|
||||
(org-noter-notes-search-path '("~/Documents/References/notes/"
|
||||
"~/Documents"))
|
||||
(org-noter-prefer-root-as-file-level nil))
|
||||
#+end_src
|
||||
|
||||
|
|
Loading…
Reference in a new issue