org-roam / company-org-roam

Company completion backend for Org-roam
GNU General Public License v3.0
57 stars 4 forks source link

Interference with org agenda #8

Open anthrolisp opened 4 years ago

anthrolisp commented 4 years ago

With the company-org-roam package enabled, I get the following error when I try to call my org-mode agenda:

org-agenda-get-deadlines: Symbol’s value as variable is void: org-priority-highest

This started this morning. Was fine yesterday. I went through my config, turning off/on packages one at a time until it worked. When company-org-roam is not called, it works. When it is, it doesn't. Here's my config:

(use-package company-org-roam
  :straight (:host github :repo "jethrokuan/company-org-roam")
  :config
  (push 'company-org-roam company-backends))

Any ideas? Many thanks in advance!