Malte Esders
Malte Esders
I've had `cron` notifications set up since a long time by now, and I haven't changed anything. However, the notifications recently stopped working. What's more, I have tons of stuck...
Unfortunately, removing `--noplugin` does not work, I get the same error as before.
I'm using [packer](https://github.com/wbthomason/packer.nvim) for now. I wanted to migrate to `lazy` anyways, so I guess I'll do that now/soon and then use your partial `lazy`-based config and report back!
I moved to `lazy.nvim` and use your partial `orgmode` `cron` file now. I can confirm that with your latest changes, everything works perfectly: - if an error occurs, I get...
I asked about this parsing error here: https://github.com/milisims/tree-sitter-org/issues/39 but apparently from the tree-sitter side this is the expected behavior. By the way @jgollenz I think (I'm not sure because it's...
There's an undocumented behavior of nvim-orgmode that is supposed to trigger in exactly your scenario (space after timestamp and cursor after that) where it automatically inserts a date range. I...
I also tried looking deeper into it and I saw that when things go wrong, the function `File:get_node_at_cursor(cursor)` in the file `lua/orgmode/parser/file.lua` finds a wrong node, namely it goes to...
Works perfectly, thank you!!
Did you know that you can zoom in and out (with two-finger pinch)? I just discovered this today.
Before reading your issue I opened a feature request #977 to make the zoom feature more discoverable. I guess that might also solve your issue (?), so you could consider...