]> git.donarmstrong.com Git - org-ref.git/blobdiff - org-ref.el
change to be consistent with http://oremacs.com/2015/03/30/elisp-ert-travis/ because...
[org-ref.git] / org-ref.el
index 8be10ef67a1170df7fbfe103fef37857f24703a9..0356e1f6bb7911c2de3203b1a637b6befd65ba0b 100644 (file)
@@ -974,7 +974,7 @@ ARG does nothing."
                    (org-ref-count-labels label))))
  (lambda (keyword desc format)
    (cond
-    ((eq format 'html) (format "(<label>%s</label>)" keyword))
+    ((eq format 'html) (format "<div id=\"%s\">" keyword))
     ((eq format 'latex)
      (format "\\label{%s}" keyword)))))
 
@@ -2102,7 +2102,7 @@ arg (ALTERNATIVE-CITE) to get a menu of citation types."
 (defun org-ref-bib-citation ()
   "From a bibtex entry, create and return a simple citation string.
 This assumes you are in an article."
-
+  (bibtex-set-dialect nil t)
   (bibtex-beginning-of-entry)
   (let* ((cb (current-buffer))
         (bibtex-expand-strings t)