(fix): org-roam-graph--build notify user when build starts (#683)

Displays a message to user to let them know the build (which may take
a variable amount of time) has started.
master
N V 6 years ago committed by GitHub
parent 525a58dd86
commit 1eefc264f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      org-roam-graph.el

@ -233,6 +233,7 @@ CALLBACK is passed the graph file as its sole argument."
(graph (org-roam-graph--dot node-query))
(temp-dot (make-temp-file "graph." nil ".dot" graph))
(temp-graph (make-temp-file "graph." nil ".svg")))
(org-roam-message "building graph")
(make-process
:name "*org-roam-graph--build-process*"
:buffer "*org-roam-graph--build-process*"

Loading…
Cancel
Save