Sebastian Flügge
Sebastian Flügge
**Question** When I do `cd ` in my zsh, I get just the normal zsh menuselect preview of the current folder. Only when I do `cd ..` or `cd -`,...
When creating a date using the calendar widget, a time can now set directly from the widget. - t jumps to the time picker - h/l switches between hour, "big"...
Allows to make active timestamp inactive and vice versa with one keybinding. Implements feature request #652. It is part of Emacs Orgmode, but not mapped. See also: - https://doc.endlessparentheses.com/Fun/org-toggle-timestamp-type.html -...
### Does this feature exist in Emacs orgmode core? Yes ### Orgmode link See: - https://doc.endlessparentheses.com/Fun/org-toggle-timestamp-type.html - https://emacs.stackexchange.com/questions/38062/configure-key-to-toggle-between-active-and-inactive-timestamps/38064#38064 ### Feature value Personally I am often in the situation, where I...
### Does this feature exist in Emacs orgmode core? Yes ### Orgmode link I'm not sure, if Emacs really has a time picker for scheduling dates. But it is [mentioned](https://orgmode.org/manual/Deadlines-and-Scheduling.html),...
### Describe the bug I already have a fix for the bug, PR will follow. ### Steps to reproduce Create a link to an existing org file in a parent...
To be able to initialize the adapter as described in the Neotest documentation, the __call method had to be fixed. To make it more useable, I also integrated the possibility...
### What changed The main part of **publishToConfluence** was executed in a Groovy script, which was evaluated from the Gradle task. To increase developability of the feature, move the code...
In Telescope-orgmode I want to support id-based links when `org_id_link_to_org_use_id` is set. I already published the code to a [draft PR #20](https://github.com/nvim-orgmode/telescope-orgmode.nvim/pull/20).
### Describe the bug When a headline includes a colon, the minimal example (see below) gives the error message: > Unsupported link protocol: "*Example" ### Steps to reproduce Copy the...