Re: [O] org-ref: various directories

2015-05-14 Thread John Kitchin
The thing to do here is write a function that will take a bibtex key, and loop through your directories to find the pdf, and then return the full path to the pdf. Then customize the variable org-ref-get-pdf-filename-function to point to that function. https://github.com/jkitchin/org-ref/blob/maste

[O] org-ref: various directories

2015-05-13 Thread Michael Giepen
Hello, I just cannot get org-ref to accept various directories: I tried (setq org-ref-pdf-directory (quote ( "/home/mcg/thesis/library/folder1/" "/home/mcg/thesis/library/folder2/" "/home/mcg/thesis/library/folder3/" ))) It would also suffice if I could include subdirectories of .../thesis/l