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

I have a keybing set for some custom function for `or` however this does not work in `orgmode`. Even if I set the keybinding directly in an org file it's...

Hi, I have installed vim-orgmode with pathogen and python 3.10.7. I get this message for the unknown function ReadTodoKeywords. The function seems to be used or defined in these files:...

After installing I created a very basic file: ``` * Test 1 ** Test 2 Text ** Test 3 ** Test 4 Text 2 ``` When I press Tab it...

Is is possible to provide support for org-crypt? In the same spirit as https://orgmode.org/manual/org_002dcrypt.html

Feature Request

vim.error: Vim(echoerr):Unable to find emacs binary /usr/bin/emac s

hi. thanks for you attention. I want to get the "global TODO list" when first load in vim, how can I do?

I installed plug-in to `~/.vim/pack/git-plugins/start/vim-orgmode` and added loading to `~/.vimrc` but no key bindings were added. `:map` does not show any org-mode-specific mappings.

For whatever reason, my current `textwidth` is set to `77` in org filetypes. I tried to use an autocommand to give it a higher value, but this is not respected....

to have a timestamp which includes an actual **time**stamp one has to explicitly type one into the input prompt with either \sa \si \pa or \pi please implement a current...

[dhruvasagar/vim-table-mode](https://github.com/dhruvasagar/vim-table-mode) is a feature rich ascii table manipulator that seems to only be lacking a sorting feature and an export feature. At a glance, the code base seems pretty solid...