The instructions in How to interact with org-ref set the value of the calibredb-ref-default-bibliography variable such that the bib file generated by calibredb is inside the folder with my calibre library, as shown below
This gives the impression that if the user wants to put the bib file in a different location all it is necessary is to set the value of calibredb-ref-default-bibliography to something else. However, no matter which value is set, everytime calibredb is started it will just change the value back to the equivalent of (concat (file-name-as-directory calibredb-root-dir) "catalog.bib"). I suspect that this might be the intended behavior due to the comment below
Every time you switch your library, the corresponding BibTex file path will added into org-ref-default-bibliography temporarily
Is it possible to choose the folder where the bib file will be placed? I have a folder with some bib files and I'd prefer if the generated bib file from calibredb was put there as well. Something like "calibre_books.bib" or similar.
The instructions in How to interact with org-ref set the value of the
calibredb-ref-default-bibliography
variable such that the bib file generated by calibredb is inside the folder with my calibre library, as shown belowThis gives the impression that if the user wants to put the bib file in a different location all it is necessary is to set the value of
calibredb-ref-default-bibliography
to something else. However, no matter which value is set, everytime calibredb is started it will just change the value back to the equivalent of(concat (file-name-as-directory calibredb-root-dir) "catalog.bib")
. I suspect that this might be the intended behavior due to the comment belowEvery time you switch your library, the corresponding BibTex file path will added into org-ref-default-bibliography temporarily
Is it possible to choose the folder where the bib file will be placed? I have a folder with some bib files and I'd prefer if the generated bib file from calibredb was put there as well. Something like "calibre_books.bib" or similar.