Daniel Arnqvist
Daniel Arnqvist
The goto_file function doesn't handle file paths with line numbers unlike :open On a path: 'path/to/file.txt:55' goto_file will open an empty buffer path/to/file.txt:55, which is somewhat nonsensical. (shouldn't this just...
### Brief Abstract It would be useful if org-roam-extract-subtree left behind a link to the newly created node. ### Long Description I've been looking at adding some advice around the...
Looking at the function it is using search-forward to find the next match, which makes it also match sub words. It should probably be changed to a re-search-forward with a...
I was playing around a bit with the new select on insert functionality and was looking at activating the region after the fact, but I noticed the variable is in...