It is probably best to make this an issue on org-ref ( https://github.com/jkitchin/org-ref/issues).
Do you remember what this was for? It may not be necessary to update this at all, and handled by bibtex-completion now; it may be removable. On Sat, Nov 15, 2025 at 3:39 PM Uwe Brauer via General discussions about Org-mode. <[email protected]> wrote: > >>> "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? > -- John ----------------------------------- John Kitchin (he/his) John E. Swearingen Professor of Chemical Engineering. Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 https://kitchingroup.cheme.cmu.edu https://pointbreezepubs.gumroad.com/ pycse bookstore
