orgmode
orgmode copied to clipboard
Orgmode clone written in Lua for Neovim 0.9+.
Hi guys, I just impl the option for `org-enforce-todo-dependencies`, which will prevent parent TODOs from toggling when it has some unfinished children. I am not sure if you are still...
### Describe the bug ``` [[file:E:\repoes\react-native-apps\mini_sports\README.md::12]] ^ Path with colon here ``` Default action ORG_OPEN_AT_POINT `oo` can't open this file. The URL parser returns false on Windows. ### Steps to...
### Describe the bug Orgmode logs installing tree-sitter grammar before returning an error: [orgmode-log.log](https://github.com/user-attachments/files/16741020/orgmode-log.log) Everything works just fine too; Tree-sitter still works, and shows the right highlights with :Inspect. The...
Start using new links structure introduced in https://github.com/nvim-orgmode/orgmode/pull/802. @chipsenkbeil can you check if using this branch breaks anything in org-roam.nvim? It shouldn't, but it's best to double check. You will...
### Describe the bug Under some conditions, pressing `` in insert mode results in the following message: ``` [orgmode] Invalid 'keys': Expected Lua string ``` The editor then hangs until...
### Does this feature exist in Emacs orgmode core? Yes ### Orgmode link https://orgmode.org/org.html#index-e-_0028Agenda-dispatcher_0029 ### Feature value I'm not sure if this is the exact feature I am talking about...
### Does this feature exist in Emacs orgmode core? Yes ### Orgmode link When you do org-insert-link the first autocomplete orgmode would do is for handlers. So for instance you'll...
### Does this feature exist in Emacs orgmode core? No ### Orgmode link _No response_ ### Feature value Most of the text objects are made around heading and their subtrees....
### Describe the bug org_mappings.meta_return doesnt skip past the contents of the heading ### Steps to reproduce 1. Position cursor on line with heading and multiple lines of content ```org...
### Does this feature exist in Emacs orgmode core? Yes ### Orgmode link I am trying to implement `org-agenda-file-to-front` to be able to get newly created files via org-roam capture...