(Disclaimer: I am new to helm-bibtex, so maybe I am missing something obvious).
I see we can redefine helm-bibtex-find-pdf. A use case that might not be that rare is when the name of the PDF has no clear relationship with the key, but is actually specified in the file field
File = {:home/ramon/a_directory/some_file_123.pdf:PDF},
But this might now always be the case, so some entries might follow the usual pattern (key.pdf). Is the reommended procedure to redefine helm-bibtex-find-pdf so we search both in the "File" field and the standard way? Or is there some easier procedure? (If the way to do it is by modifying the function, what is the best way to "get the file field" or similar ---elisp ignorant here, with just enough knowledge to modify elisp code by trial and error).
(Disclaimer: I am new to helm-bibtex, so maybe I am missing something obvious).
I see we can redefine
helm-bibtex-find-pdf. A use case that might not be that rare is when the name of the PDF has no clear relationship with the key, but is actually specified in the file fieldFile = {:home/ramon/a_directory/some_file_123.pdf:PDF},But this might now always be the case, so some entries might follow the usual pattern (key.pdf). Is the reommended procedure to redefine
helm-bibtex-find-pdfso we search both in the "File" field and the standard way? Or is there some easier procedure? (If the way to do it is by modifying the function, what is the best way to "get the file field" or similar ---elisp ignorant here, with just enough knowledge to modify elisp code by trial and error).