vim-orgmode icon indicating copy to clipboard operation
vim-orgmode copied to clipboard

Text outlining and task management for Vim based on Emacs' Org-Mode

Results 102 vim-orgmode issues
Sort by recently updated
recently updated
newest added

From within a REPL I want to be able - to load org documents - to edit documents - to create agendas - to do everything orgmode can do :)...

Feature Request

Some of vim-orgmode's functionality is hampered by the bugs of its depended plugins. Here are two examples: - Vim's built-in spell function is messed up by syntaxrange plugin. #195 -...

I love this plugin - it's what might let me come back to vim from emacs, but only if I can set up repeat intervals within tasks. I have too...

Feature Request

I've read about this problem in other places, but none of the solutions offered fixed it for me. When I try `vim test.org` I get: ``` "test.org" [New File] Error...

Folding should also work the following: ``` #+BEGIN ... #+END ``` ``` :PROPERTIES: :bla: foo :END: ``` ``` #+BEGIN_SRC [language] ... #+END_SRC ```

Feature Request

If a user wants to change a keybinding for a vim-orgmode plug, he has to map the new binding in all buffers! This is because keybindings are only created for...

vimwrapper

When using `:OrgAgendaWeek` or `:OrgBufferAgendaWeek` agenda items are not shown unless they are also given a `TODO` state. Non-`TODO` items do show in `:OrgAgendaTimeline` but only when the command is...

# Org Menu in GVim and the missing point When I open the _Org_ Menu in GVim I see, at the first menu item, the _Show/Hide_ one with four subitems:...

Added four new commands: - Start clocking in the current heading - Stop last unfinished line in the current heading - Recalculate duration after manual change of clock line -...

Does the plugin allow for this? So far, I've been using ``` map j ddp map k ddkP ``` in my vimrc, and that works fine, but it feels inelegant....