weirdNox / org-noter

Emacs document annotator, using Org-mode
GNU General Public License v3.0
1.07k stars 101 forks source link

Set location for all notes #157

Open francisco-simoes opened 2 years ago

francisco-simoes commented 2 years ago

org-noter asks me where I want to store the note, but none of those locations is the one I want. I want all notes to be stored in a certain path like ~/username/Notes. I did not find a variable that I could set for this to happen.

Ideally it could use the bibtex-completion-notes-path variable from org-ref and ivy-bibtex. But since this is not the case, is there a workaround?

johnabs commented 2 years ago

Anybody else interested in this? I'd like to do this to add the notes directly to my org-roam directory to help me locate things a bit easier.

fintelkai commented 2 years ago

See the variable org-noter-notes-search-path defined at https://github.com/weirdNox/org-noter/blob/9ead81d42dd4dd5074782d239b2efddf9b8b7b3d/org-noter.el#L177

johnabs commented 2 years ago

So I actually tried that IIRC (will try again shortly). It would definitely search there for files, but it still failed to write the documents there by default, especially when starting a new note taking session from within pdftools. I'll add an edit to this once I have the chance to try it again.

michaelnilan commented 7 months ago

Anybody interested found any workaround?