Skip to content

Switching from ivy/org-ref-cite to vertico/bibtex-actions #324

Answered by vikasrawal
vikasrawal asked this question in Q&A
Discussion options

You must be logged in to vote

You are right, it was not loading oc-bibtex-actions at all. If I just switch to the good old require, it works:

(use-package bibtex-actions
  :load-path "~/.emacs.d/bibtex-actions/"
  :ensure t
  :after (embark org oc)
  :bind (("C-c b" . org-cite-insert)
         ("M-o" . org-open-at-point)
         :map minibuffer-local-map
         ("M-b" . bibtex-actions-insert-preset))
  )

(require 'oc-bibtex-actions)

(setq org-cite-insert-processor 'oc-bibtex-actions
      org-cite-follow-processor 'oc-bibtex-actions
      org-cite-activate-processor 'oc-bibtex-actions)

I am now using the oc-bibtex-actions insert-processing.

Thanks.

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
3 replies
@vikasrawal
Comment options

@bdarcus
Comment options

@bdarcus
Comment options

Comment options

You must be logged in to vote
2 replies
@bdarcus
Comment options

@vikasrawal
Comment options

Answer selected by bdarcus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants