X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=blobdiff_plain;f=org-ref.el;h=7b2c096c0fd08daa65fb5ca0179e12bbf0567e37;hp=86a3e5aa93654c19f0a5911c2d3e26025ee593f4;hb=31cdb1467c7db0277ce71e2bf8871e3ff1bb8744;hpb=f6a6ac450ac52f98255ef184800775a2163414b7 diff --git a/org-ref.el b/org-ref.el index 86a3e5a..7b2c096 100644 --- a/org-ref.el +++ b/org-ref.el @@ -749,7 +749,10 @@ Format according to the type in `org-ref-bibliography-entry-format'." (cond ((eq format 'latex) ;; write out the latex bibliography command - (format "\\bibliographystyle{%s}" keyword))))) + (format "\\bibliographystyle{%s}" keyword))) + ;; Other styles should not have an output for this + (t + ""))) (defun org-bibliographystyle-complete-link (&optional arg)