Re: How to produce an org-ref citation from ivy-bibtex

2023-03-01 Thread John Kitchin
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.

Re: How to produce an org-ref citation from ivy-bibtex

2023-03-01 Thread Sven Bretfeld
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

Re: How to produce an org-ref citation from ivy-bibtex

2023-02-28 Thread John Kitchin
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

How to produce an org-ref citation from ivy-bibtex

2023-02-26 Thread Sven Bretfeld
Hi everybody Is it at all possible to produce a correct org-ref citation format from ivy-bibtex (or helm-bibtex, I tried both)? What I mean by "correct" is the format: [[cite:&citekey]]. The problem seems to come down to the question what has to be inserted in the 2nd line here: (setq bibtex-com