mirror of
https://github.com/org-roam/org-roam
synced 2025-08-03 12:27:23 -05:00
(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.
This commit is contained in:
@ -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*"
|
||||
|
Reference in New Issue
Block a user