Jonas Gollenz

Results 19 issues of Jonas Gollenz

It seems some people are using zigup to get the nightly version of zig. And some people also seem to occasionally miss new breaking changes in master. Wouldn't it be...

Which version of Zig is required to build zigup? I'm on `0.10.0-dev.1419+338bf55e8` and I get ``` ./GitRepoStep.zig:183:10: error: type '@typeInfo(@typeInfo(@TypeOf(std.child_process.ChildProcess.init)).Fn.return_type.?).ErrorUnion.error_set!*std.child_process.ChildProcess' does not support field access child.stdin_behavior = .Ignore; ``` Might...

### Related problem I tend to put custom functions into separate files, as they often don't have much in common and (imo) don't belong into the same file. This means,...

enhancement
parser

fixes #514 Currently we have a different syntax for specifying line numbers in file links than what is used in emacs orgmode. I'll look into that

This is a meta-issue for bugs with folding

bug

### Does this feature exist in Emacs orgmode core? Yes ### Orgmode link [Drawers](https://orgmode.org/org.html#Drawers) ### Feature value nice to have ### Additional context This is an up-for-grabs entry-level feature. If...

core-feature
good first issue

### Describe the bug The external file is not yet known to nvim-orgmode, so it can't reason about it's headlines. Emacs can do this just fine. ### Steps to reproduce...

bug

### Describe the bug Without `win_split_mode = float`, one has to write to the capture buffer in order to actually persist the capture content to the file. Closing it with...

bug

Do you have any plans for syntax highlighting in this repo? It appears common that treesitter repos (I sampled cpp, js and python) do have `highlights.scm` files. My general experience...