X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=blobdiff_plain;f=org-ref.el;h=0356e1f6bb7911c2de3203b1a637b6befd65ba0b;hp=8be10ef67a1170df7fbfe103fef37857f24703a9;hb=db374c54d6e453d40d2a7a617a8977b72074a1d1;hpb=98af8209494ff34ae87a4a529d621f1e86ada923 diff --git a/org-ref.el b/org-ref.el index 8be10ef..0356e1f 100644 --- a/org-ref.el +++ b/org-ref.el @@ -974,7 +974,7 @@ ARG does nothing." (org-ref-count-labels label)))) (lambda (keyword desc format) (cond - ((eq format 'html) (format "()" keyword)) + ((eq format 'html) (format "
" 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)