publicimageltd / delve

Delve into your org-roam zettelkasten
GNU General Public License v3.0
189 stars 8 forks source link

No nodes listed #10

Closed Sabicool closed 2 years ago

Sabicool commented 2 years ago

I am using Doom Emacs, and have my config.el file as below:

(use-package! lister)
(use-package! delve
  :bind
  (("<f11>" . delve))
  :config
  ;; set meaningful tag names for the dashboard query
  (setq delve-dashboard-tags '("dashboard" "index"))
  ;; turn on delve-minor-mode when org roam file is opened:
  (delve-global-minor-mode))

Unfortunately when I run Delve, it doesn't show any entries: Screenshot from 2022-02-23 13-59-01

publicimageltd commented 2 years ago

I don't quite understand the problem. Per default, the dashboard has no distinct nodes, but only those queries which I can also see on the screenshot. What happens if you "open" the queries by pressing <TAB> when the cursor is on the line? If doom somehow blocks this key, try to call it explicitly: M-x delve--key--tab. Are there any nodes then?

publicimageltd commented 2 years ago

BTW, there should be no need to explicitly require lister. Since it is on MELPA, it should be downloaded by the package manager automatically.

Sabicool commented 2 years ago

Thank you, this solves the issue

publicimageltd commented 2 years ago

You're welcome! Please tell me if the problem has been that doom somehow shadows the <TAB> key, or if the problem had something to do with dooms keys in general. I should then add that to the README.

Sabicool commented 2 years ago

It was an issue with the Doom keys