If you have a bibtex file open, run M-x org-ref-build-full-bibliography which should make a pdf of the entries. There isn't a super simple way to filter them right now. The way to do that is use org-ref to add the citations you want in an org file, and then run M-x org-ref-extract-bibtex-to-file, and then run the command above. John ----------------------------------- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu On Fri, Oct 18, 2019 at 11:33 AM Matt Price wrote: > I'm successfully using org-ref to create bibliographic entries and > citations in my lectures and syllabi, using ox-hugo and org-re-reveal, and > of late also citeproc-orgref. It's great. Now I'd like to add a > "bibliography' page to my course websites, which provides a long list of > works that students might be interested in. Does org-ref have a command to > just list all the entries in a .bib file? Or even better, to filter then by > some property? A quick look through the manual didn't turn one up but it > seems like it might be a common need so I thought I'd ask. > > Thanks! > > Matt >