Davi Ramos
Davi Ramos
The problem was solved by itself, and I'm not sure how.
The issue came back. It's exactly the same problem. So I ran: ``` emacs-lisp (with-elpy-rpc-virtualenv-activated (message "RPC binaries: '%s'" (executable-find elpy-rpc-python-command))) (message "User binaries: '%s'" (executable-find elpy-rpc-python-command)) ``` And the...
I would also be interested in that answer.
> I ended up uploading the video to youtube and using their tool to create the "scaffolding": They add the timings for each line, basically, and then I downloaded that...
I understand! Personally, this way feels very natural to me, I tend to prefer vertical splits for most things, probably because my screen is quite small and I have more...
> Glad to help! Be careful, I think my snippet broke something else, like I got errors opening a note with `org-roam-find-node` or so, I think. I may have a...
> This seems to be the same as issue #2066. Judging by the tags in your first screenshot, it's still not correct (unless you set `org-roam-node-display-template` to display them with...
> @nobiot @alienbogart This is not a Doom issue. It's reproduced on my setting with Emacs Prelude and Ivy. Setting `org-roam-node-display-template` to `"${title}"` "solves" the issue by not triggering it...
> ```emacs-lisp > ;; REVIEW Remove when addressed upstream. See org-roam/org-roam#2066. > (defun my/org-roam-node-read--to-candidate (node template) > "Return a minibuffer completion candidate given NODE. > TEMPLATE is the processed template...
That fixed. Cool! What was that for anyway?