vim-orgmode
vim-orgmode copied to clipboard
Text outlining and task management for Vim based on Emacs' Org-Mode
vimOrganizer does this and it makes sense... Moreover, if a new user is trying out the features, and tries to invoke the TODO dashboard, he will only see error messages.
With the following file, `m]]` on "another thing" moves it below "higher level" (`m[[` does not move it back up): ``` * toplevel heading important more *** TODO check out...
A TODO class (and maybe a 'TODO-workflow' class) would reduce the complexity of some plugins and some classes in liborgmode. Single responsibility principle ...
The method _associate_domobj isn't present anymore, therefore inserting or changing objects in the DOM breaks associations.
I noticed that the position of the current line is jumping to the top, middle or to the bottom of the window on closing a fold using .
Repeat doesn't work for most text-objects neither is a provided count properly evaluated.
``` E490: No fold found Traceback (most recent call last): File "", line 1, in File "/home/jean/.vim/bundle/vim-orgmode/ftplugin/orgmode/_vim.py", line 80 , in r res = f(*args, **kwargs) File "/home/jean/.vim/bundle/vim-orgmode/ftplugin/orgmode/plugins/ShowHide. py", line...
The are a number of people asking about the differences vim-orgmode and VimOrganizer. The two plugins serve the same purpose although the approach is very different. This should be explained...