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

Implement Dates and Scheduling plugin

Plugin Dates and Scheduling

In files without any headings, the shortcut `cc` and others do not work. It would be brilliant if this could be fixed. Generally, thanks for your amazing work 👍

[link][]text text shows up in my editor like this. it gets super hard to read the hierarchcies if it changes line

I'm not interested in this plugin or the integration vim-orgmode provides with it. Is it possible to disable this message somehow?

i have set in my .vimrc like so ``` map :TagbarToggle ``` and as long as it's mapped to c-m, whenever i'm in an org buffer it will not work....

When export fails the output should be messaged to the user. This however did not work on Python 3 because the result of p.communicate() is a tuple of bytes and...

`^` is remapped to OrgJumpToFirstCharacter, so that when you are ``` * Some text ^ here ``` Pressing `^` will bring you ``` * Some text ^ here ``` However,...

https://www.cheatography.com/pweissbrod/cheat-sheets/vim-orgmode/

When setting up spell checking using `setlocal spell spelllang=...` as documented in the vim help files (spell.txt.gz, or `:help spell`) doesn't have an effect when the filetype is set to...

In an org file with neovim, `cat` should show the TODO list. Instead, ``` traceback Error detected while processing function provider#python3#Call: line 18: Traceback (most recent call last): File "",...