feat(org-noter): change notes directory to ~/org/annotations/
This commit is contained in:
@@ -1239,7 +1239,7 @@ Otherwise: runs interactive ement-connect, then opens rooms after sync."
|
|||||||
:config
|
:config
|
||||||
(setq org-noter-notes-window-location 'horizontal-split
|
(setq org-noter-notes-window-location 'horizontal-split
|
||||||
;; Directories to search for and create notes files
|
;; Directories to search for and create notes files
|
||||||
org-noter-notes-search-path (list (expand-file-name "notes/" org-directory))
|
org-noter-notes-search-path (list (expand-file-name "annotations/" org-directory))
|
||||||
;; Default note file name candidates
|
;; Default note file name candidates
|
||||||
org-noter-default-notes-file-names '("notes.org")
|
org-noter-default-notes-file-names '("notes.org")
|
||||||
;; Remember last position in PDF across sessions
|
;; Remember last position in PDF across sessions
|
||||||
|
|||||||
Reference in New Issue
Block a user