Liam Hupfer

Results 101 comments of Liam Hupfer

This works on my machine. Closing, but feel free to follow up if you still encounter this and we can go from there!

Going to close this as I’m not sure there’s a widespread need and it introduces a new kind of buffer which is substantial. Feel free to open an issue for...

IMO we shouldn’t do this: - `gsettings` is an external binary which is less likely to be available than D-Bus (GTK/GNOME-focused rather than XDG) - the GSettings key is GNOME-specific,...

@rodrigo-morales-1 this is most likely the same issue described in https://github.com/oantolin/embark/issues/723#issuecomment-2212767073. You may need to override the `emacs-org-roam` Guix package to add `emacs-org` to `propagated-inputs`. But as of two weeks...

Yes, until you upgrade to Emacs 30, you will need to forcibly load non-byte-compiled files or override the emacs-org-roam Guix package to byte compile with the newer emacs-org. ```scheme (package...

Rather than introducing an additional option can we just change to use `visible`? Having a hard time imagining the other options being useful.

Since it’s not explicitly set to `nil`, I think it’s likely that the original developers just don’t have a multi-frame workflow (fairly common) and weren’t thinking of it. The blame...

I would agree the `node` target is confusing, since it inserts the template at the predefined target node but `org-roam-capture` still prompts you for a node. If you select one,...

I guess this seems like a pretty large scope increase for a pretty niche feature. Scanning all other text files has a performance cost and we would have to write...

This is different from the issue originally described in #64, where new indentation is created. In my case I only get point jumping to the start of the next expression,...