org-roam / org-roam-ui

A graphical frontend for exploring your org-roam Zettelkasten
GNU General Public License v3.0
1.94k stars 107 forks source link

[BUG] invalid-function org-roam-with-temp-buffer #260

Open agustinvinao opened 2 years ago

agustinvinao commented 2 years ago

Describe the bug Can't see node content in right panel

To Reproduce Which specific things did you do which lead to said bug? E.g. what did you click, which commands did you call, etc.

  1. Install Emacs (osx, or debian in my case)
  2. Install DoomEmacs
  3. enable org +roam2
  4. add config entries as org-roam-ui describe in documentation
  5. create notes
  6. start org-roam-ui
  7. navigate to one node

Expected behavior see node content on right pannel

Screenshots image

What browser were you using? Safari/Chrome

Additional context Checking in dev tools in the browser I can see the 500 error: Example http://localhost:35901/node/e27987b3-eaa5-44c9-9efa-c7d8c001bc54

500 Internal Error Internal error when handling this request. error: (invalid-function org-roam-with-temp-buffer)

ziny0902 commented 2 years ago

same here. I also use doom emacs.

agustinvinao commented 2 years ago

An update on this. I have a new Mac for my job, new setup, all from scratch. Same install as previous and it works perfect.

Now Im trying to identify what's the difference between both, it should be some diff version about some lib.

blindFS commented 9 months ago

@agustinvinao Did you find a solution without starting from scratch?