orgmode
orgmode copied to clipboard
Orgmode clone written in Lua for Neovim 0.9+.
### Does this feature exist in Emacs orgmode core? Yes ### Orgmode link There doesn't seem to be an entry for it in the orgmode manual, but it's discussed in...
### Describe the bug Using the normal agenda and TODO views, filtering can be done on tags and categories. When using the API, filtering seems to ignore categories. When the...
### Describe the bug When I insert a src block when using org_edit_special to add code into my file, when I press `ow` to save code, messages say: "E5108: Error...
### Does this feature exist in Emacs orgmode core? Yes ### Orgmode link https://orgmode.org/manual/Editing-Source-Code.html see `org-src-lang-modes` However, note that `org-src-lang-modes` has no effect for `org-babel`, to successfully execute code block,...
### Does this feature exist in Emacs orgmode core? N/A ### Orgmode link _No response_ ### Feature value My particular use case would be to refile TODOs to other subtrees...
### Does this feature exist in Emacs orgmode core? Yes ### Orgmode link - https://orgmode.org/manual/Dynamic-Headline-Numbering.html ### Feature value Firstly, thank you for reading this feature request. I checked the documentation...
### Does this feature exist in Emacs orgmode core? Yes ### Orgmode link https://emacs.stackexchange.com/questions/65146/how-to-have-folding-and-unfolding-of-headers-in-orgmode-file-persist-through-ema/65149#65149 https://orgmode.org/manual/Initial-visibility.html ### Feature value It's useful to keep some headlines always folded, and using things like...
### Describe the bug The highlight for the dollar sign `$` is improper ### Steps to reproduce 1. open the following example org file `test.org` ```org #+title: Test example 1:...
# About this task This issue started discussing a potential bug, and ended up evolving into a rundown of the ongoing work on [org-roam.nvim](https://github.com/chipsenkbeil/org-roam.nvim), a plugin to implement [Org-roam](https://www.orgroam.com/) in...
Separate logging settings for repeating TODOs Implements #530 Unfortunately I couldn't figure out how to redraw the agenda view without setting redo in: ```lua function Agenda:change_todo_state() return self:_remote_edit({ action =...