Daniel Arnqvist
Daniel Arnqvist
Good point with the heading. From an outlining standpoint you probably would want the heading to remain. Also when using org-transclusion you would want the structure to be the same.
I've tried running running it, but I'm running into problems. I'm getting warnings about sql uniqueness constraints being violated. I haven't had much time to look into what's going on....
Today I'm not getting any problems with database, so I'm not sure what that was about. But after digging a little I notice that the hook I've set don't seem...
Looking at your latest commit it doesn't seem like `org-roam-post-extraction-functions` is called from anywhere. I also noticed that the heading name isn't used for naming the file it is broken...
A reasonable expectation would be a similar behavior as :o, where if a line number larger than the length of the file is provided, it just goes to the last...
The functionality works as expected when the variables are set. The thing that I'm thinking about is that when they are not set, the mark isn't moved so if I...
True `exchange-point-and-mark` would maybe be the expected behavior as it would do the same thing, just also activate the region. The jumping away was the reason I was thinking, maybe...
After about 30 sec of playing around with using `exchange-point-and-mark` as fallback, I agree that maybe it's not great default behavior. It interacts a bit weirdly with `meow-cancel-selection` (though I...
After using `exchange-point-and-mark` further I think the weird behaviors come from how the mark is moved to not spam the mark-ring, but this is probably better discussed in its own...
I agree, after digging a bit deeper I found that this is handled by `push-mark`, so we can just pass the conditional into that. I'm not really thrilled by my...