vim-orgmode
vim-orgmode copied to clipboard
Text outlining and task management for Vim based on Emacs' Org-Mode
I want to use the orgmode-function `OrgAgendaWeek` after Vim is started. Unfortunately, the functions are only available to me once I have opened a org file. Other plugin functions are...
As a new user working through `orgguide.txt`, the Vim and Python error messages from trying out commands are rather daunting. At least the second example below ends with a more...
I had the same problem, i.e. couldn't find the 0.6 download link so I tried compiling from source on freshly installed Ubuntu 16.04 and ran into the following locale problem:...
Heads up I'm not a frequent vim-orgmode user at the moment, but I just started using Workflowy and thought that I could accomplish the same thing and more with this...
The shortcuts `\sa` and `\si` produce a timestamp with a localized day, e.g. German ``. But it should always be english, because: 1. only engish timestamps are syntax highlighted 2....
Pressing on a heading produces a new heading at the same level, that's fine. But I would expect that pressing S-CR (or some variation of that) would produce a new...
Capture
Has any work been done to implement that feature? It would be awesome to have and would make a vim version of org-mode really useful because it would be possible...
new_checkbox is throwing a TypeError when run using the default `cn` command: ``` File "vim-orgmode/ftplugin/orgmode/plugins/EditCheckbox.py", line 116, in new_checkbox vim.current.buffer[start:start] = [unicode(nc)] TypeError: bad argument type for built-in operation ```...
Hi, Does vim-orgmode support the `org-checkbox-hierarchical-statistics` setting, or an equivalent? http://orgmode.org/manual/Checkboxes.html Thanks!
These are my opinions on vim-orgmode's visual and behavior design. 1. In current version of Org-mode on spacemacs, tabstep appears to be 2, giving a much compact look, comparing to...