vim-orgmode
vim-orgmode copied to clipboard
Text outlining and task management for Vim based on Emacs' Org-Mode
IT would be useful to have both a move item in list and automatic renumbering when that occurs.
Hi Jan, the weekly/daily agenda command caa return this error: Traceback (most recent call last): File "", line 1, in File "~/.vim/ftplugin/orgmode/plugins/Agenda.py", line 152, in list_next_week last_date = raw_agenda[0].active_date IndexError:...
Hi! If there are non-ascii filenames on my `g:org_agenda_files`, when I enter the agenda view, I get the following error: ``` Traceback (most recent call last): File "", line 1,...
Could be wrong, but thought this was possible based upon docs...Here is the command I did (both single file and wildcard) - "This works --- `let g:org_agenda_files=['~/Documents/emacs/2018-Worklog.org']` This does not...
https://orgmode.org/manual/Org-Indent-Mode.html#Org-Indent-Mode Rather than hard indenting with org_indent = 1, would it be possible to just display with the indentation, rather than hard indent with spaces, as in #+STARTUP: indent #+STARTUP:...
i would like to suggest to implement a forward/backward item keys for a level. For example via Ctrl-j and Ctrl-k which will move between plainlist and all other types of...
Although this needs emacs, it is much better than nothing. Plus, with emacs we can also use the noweb syntax. The only problem I still have is with the tests......
* OS: MX Linux 17 Horizon * NVIM v0.3.0-1029-g48967695c, Build type: RelWithDebInfo * [init.vim](https://gitlab.com/mrbig/dotfiles/blob/master/nvim/init.vim) * [my environment](https://gist.github.com/mrbig033/63fd7f4f51b6a8ae379abae74c52aff2) Is there an easy way to convert vim-orgmode to the `DD.MM.YYYY` date format?...
Hi! Since I wanted to keep some statistics about closing ToDo Items I needed a mechanism to record the closing-date. While at it i implemented the "PLANNING" Line as described...
With a file like: ``` * TODO Test SCHEDULED: DEADLINE: ``` `SCHEDULED` is highlighted but `DEADLINE` is not. If I put `DEADLINE` on a separate line, it gets highlighted. But...