org-roam / org-roam-bibtex

Org Roam integration with bibliography management software
GNU General Public License v3.0
568 stars 47 forks source link

Symbol’s function definition is void: orb-note-actions-ivy #207

Closed franburstall closed 3 years ago

franburstall commented 3 years ago

Describe the bug Do M-x orb-notes-action and get the error above.

Expected behavior An ivy interface to the actions menu should appear.

ORB configuration

(use-package org-roam-bibtex
  :ensure t
  :after org-roam ivy-bibtex
  :config
  (setq orb-insert-interface 'ivy-bibtex)
  (setq orb-note-actions-interface 'ivy)
  (add-to-list 'orb-preformat-keywords "year")
  (org-roam-bibtex-mode))

Environment:

franburstall commented 3 years ago

A little more. The problem goes away if I explicitly require orb-ivy. I note that the defcustom setter will do this but, of course, this won't be fired if I just

 (setq orb-note-actions-interface 'ivy)

as the manual suggests.

myshevchuk commented 3 years ago

Right, this is also discussed in #189. You'll also find a solution there. I really don't have time now and in the next two weeks to make any commits to ORB. I have a deadline to finish my PhD thesis by the end of August. However, pull requests are warmly welcomed.

I'm closing this as a duplicate.