(bugfix): remove nonexistent/redundant code (#297)

This commit is contained in:
Jethro Kuan 2020-03-14 14:55:53 +08:00 committed by GitHub
parent 486ba9c5a8
commit 6f1154c90e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1276,8 +1276,7 @@ The file-links table is then read to obtain all directed links, and formatted
into a digraph."
(org-roam--db-ensure-built)
(org-roam--with-temp-buffer
(let* ((re (org-roam--graph-get-exclude-regexp))
(node-query `[:select [file titles]
(let* ((node-query `[:select [file titles]
:from titles
,@(org-roam--graph-expand-matcher 'file t)])
(nodes (org-roam-sql node-query))