>>> "JK" == John Kitchin writes: > I guess you are using the older org-ref version 2 here. If so, there isn't > a real way to customize that, it comes from org-ref-get-html-bibliography > which hard codes an unordered list. This kludge «solves» it (defun org-ref-get-html-bibliography (&optional sort) "Create an html bibliography when there are keys. If one of SORT and `org-ref-bib-html-sorted' is non-nil, the bibliography is alphabetically sorted." (let ((keys (org-ref-get-bibtex-keys (or sort org-ref-bib-html-sorted)))) (when keys (concat org-ref-bib-html "")))) > In version 3, you can use csl for this. I remember running into issues with version 3. But in the future, if time permits, I have to try it again.