Jonas Gollenz

Results 19 issues of Jonas Gollenz

[Here](https://ziglang.org/documentation/master/#Implementing-an-Allocator) `std/mem.zig` and `std/heap.zig` are mentioned. 1) They don't conform with the formatting of `std.builtin.zig` [here](https://ziglang.org/documentation/master/#panic) 2) I think it doesn't hurt to link to the actual files, since the...

fixes #375 @jubnzv could you please take a look at this and see if it fixes the issue for you? It's not perfect, as it does not address the issue...

The `tags_width` was being subtracted in any case, which resulted in flushright alignment per default. When a negative `tag_column` value was given, the `tags_width` was subtracted twice, resulting in a...

fixes [the bug](https://github.com/nvim-orgmode/orgmode/discussions/311#discussioncomment-2839909) mentioned in #311 - refiling to a correct org-file with an incorrect headline resulted in an error, due to the function `_refile_to_end` being called with `.` instead...

The `Agenda:open_link` function is almost identical to `OrgMappings:open_at_point`. Any suggestions on how to (and where) to de-duplicate it are appreciated. The moving of `get_link_under_cursor` to `Hyperlinks.lua` is a proposal.

core-feature

### Describe the bug When due to custom values for `org_priority_[highest|lowest]` a prio-state above 9 becomes a valid state, the cycling is broken. See the gif. ### Steps to reproduce...

bug

### Describe the bug A character that precedes a timestamp somehow breaks it. It does no longer show up in the agenda, one can't do `oo` on it, `ctrl-[x|a]` is...

bug

### Does this feature exist in Emacs orgmode core? No ### Orgmode link _No response_ ### Feature value Enables users to better comprehend archive files. Sometimes things get archived by...

enhancement

### Does this feature exist in Emacs orgmode core? N/A ### Orgmode link _No response_ ### Feature value The idea of this is to see which change introduced how much...

The problem: - often times I have long lines and cannot even see the content of the blame anymore, as it is appended to that line and disappearing to the...

enhancement