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 export functionality to other formats

Export

I'm evaluating vim-orgmode for personal use and discovered that undoing a large operation on a large file (~750KB, ~19k lines) locks vim up completely. Using top and strace on another...

Optimization

`g:org_aggressive_conceal` causes headings with 4 stars to conceal down to 2 stars, presumably because it's thinking the outer two asterisks are bold markers and the inner two asterisks should be...

There is code block support in markup: > **Inline markup** > > We support org authoring markup as closely as possible > (we're adding two markdown-like variants for =code= and...

How was the issue #172 closed? It still doesn't work as it is currently documented. It only checks direct children with a check boxes, but it completely ignores TODO or...

Plugin Todo
Error

When trying to autocomplete tags in the current file using tab I get: ``` Error detected while processing : Traceback (most recent call last): File "", line 1, in File...

The indention logic inserts tabstops, although *Vim* is configured with option `expandtab` switched on. I am current master (`v0.6.0-28-gc6cd668`).

According to [*orgmode's* builtin documentation](https://code.orgmode.org/bzg/org-mode/src/e3b79ad2bf7ab7b91c0ad2b8383d639bfe154ce7/lisp/org.el#L2794) the value of `g:org_tags_column` shall be handled like this: > "The column to which tags should be indented in a headline. If this number is...

As [stated in documentation](https://github.com/jceb/vim-orgmode/blob/c6cd668ed13af85d8292b524f827e729bf70ea0f/doc/orgguide.txt#L409), `]]` should jump to next header of same level. Although not stated explicitly, I would assume that it jumps to the next upper level, if there...