The best place to report org-ref issues is
https://github.com/jkitchin/org-ref/issues.
On Wed, Mar 1, 2023 at 7:25 AM Sven Bretfeld wrote:
> Hi John
>
> Thank you very much again. Elegant solution, and it works.
>
> I just wonder why I seem to be the only one on the list who had that
> problem.
Hi John
Thank you very much again. Elegant solution, and it works.
I just wonder why I seem to be the only one on the list who had that
problem. Am I so out of fashion to use org-ref and ivy/helm-bibtex
together? I have been doing that for surely 10 years but had to stick
with an old version of o
You can try something like this
#+BEGIN_SRC emacs-lisp
(setq bibtex-completion-format-citation-functions
'((org-mode . (lambda (keys) (org-ref-insert-cite-keys keys) ""))
(latex-mode. bibtex-completion-format-citation-cite)
(markdown-mode . bibtex-completion-format-c