org-roam / org-roam-server

A Web Application to Visualize the Org-Roam Database
MIT License
639 stars 51 forks source link

Fix call to changed org-roam--with-temp-buffer function #30

Closed alexpeits closed 4 years ago

alexpeits commented 4 years ago

The function now expects file as the first argument, so I was getting the error:

(file-error "Opening input file" "File name too long" "/home/alex/{\"nodes\":[{\"id\":\"...")

Because it treated the body as the file path.

The changed was introduced in this commit https://github.com/org-roam/org-roam/commit/1756ec6441f7d2016682b7e22bc9370bdca56bb7

goktug97 commented 4 years ago

Thank you for integrating the update.