>>> "UB" == Uwe Brauer <[email protected]> writes:

> Hi all,


I had to upgrade to a more modern org-ref version

(require 'org-ref)
(require 'helm-bibtex)
(setq bibtex-completion-bibliography '("~/ALLES/HGs/tex/bib/bibgraf.bib"))
(setq org-ref-completion-library 'bibtex-completion)
(require 'bibtex-completion)

(setq bibtex-completion-format-citation-functions
      '((org-mode . org-ref-cite-citation)))  

(setq helm-bibtex-default-action 'org-ref-cite-citation)

And to use org-ref-cite-insert-helm instead of org-ref-helm-insert-cite-link


However I don't know how to update this code

(require 'org-ref-bibtex)
(with-eval-after-load 'org-ref
  ;; add a custom Org citation format for 'misc'
  (push
   (cons "misc" "${author}, /${title}/ *${howpublished}* (${year}).")
   (cdr (assoc "org" org-ref-formatted-citation-formats))))

Since org-ref-formatted-citation-formats is no longer defined

Any ideas?

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to