colonelpanic8 / org-project-capture

Manage org-mode TODOs for your projectile projects
334 stars 33 forks source link

`org-project-capture-project-todo-completing-read` attempts to connect to remote projects #65

Closed gsingh93 closed 7 months ago

gsingh93 commented 7 months ago

When I run org-project-capture-project-todo-completing-read, I see it's trying to start an SSH connection with tramp to a project on a server. But the server is currently down, so emacs gets stuck here.

I see there's a customization option called org-project-capture-allow-tramp-projects, it seems like this should fix this, but it's already set to nil.

gsingh93 commented 7 months ago

nvmd, I think this was user error. I changed my config a bit and it's not happening anymore, not sure what the cause was.