lepisma / org-books

Reading list management with org mode
GNU General Public License v3.0
286 stars 23 forks source link

helm-completing-read-handlers-alist #26

Open twiebke opened 1 year ago

twiebke commented 1 year ago

I wrote

(use-package org-books
  :ensure t
  :config
  (setq org-books-file "~/books/bücherliste.org"))

and get Error (use-package): org-books/:catch: Symbol’s value as variable is void: helm-completing-read-handlers-alist

helm is installed.

What is to do to use org-books?