From: John Kitchin Date: Wed, 25 Mar 2015 13:49:11 +0000 (-0400) Subject: make no output for bibliography style X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=commitdiff_plain;h=31cdb1467c7db0277ce71e2bf8871e3ff1bb8744 make no output for bibliography style --- 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)