From 31cdb1467c7db0277ce71e2bf8871e3ff1bb8744 Mon Sep 17 00:00:00 2001 From: John Kitchin Date: Wed, 25 Mar 2015 09:49:11 -0400 Subject: [PATCH] make no output for bibliography style --- org-ref.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) -- 2.39.2