vim-orgmode
vim-orgmode copied to clipboard
Text outlining and task management for Vim based on Emacs' Org-Mode
I want to remap a couple of functions but can't find their names. Example: **Checkbox Toggle** is `cc` I want: `` If I do: `map cc` and use it where...
Hi all, when I use `si`,`sa` ... it always fold the page whenever it was folded or not, I don't want to fold when I insert date manally. Does anyone...
* Fix OrgDate and OrgDateTime items not properly sorted in agenda, as spotted here. #351 * Add time and tag display in weekly agenda
I have tried to follow instructions in `orgguide.txt` to install the plugin to Vim 9 on my Mac. Particularly I did this: 1. Run these commands in shell ``` mkdir...
The feature "timeline for a single file", invoked by caL, does not seem to be time-sorted. In the original file, I have a **TODO scheduled for a Wednesday at 15:00,...
Say I have an org document containing: ``` org * Hello ** There - Hey + How + Are + You ``` It would be nice being able to fold...
Error detected while processing : Traceback (most recent call last): File "", line 1, in File "/home/lea/.vim/bundle/vim-orgmode/ftplugin/orgmode/_vim.p y", line 85, in r res = f(*args, **kwargs) ^^^^^^^^^^^^^^^^^^ File "/home/lea/.vim/bundle/vim-orgmode/ftplugin/orgmode/plugin s/ShowHide.py",...
Creating a header below current one (`[Shift]+[Return]`, `hh`) deletes all content if the next header is nested deeper. If there are some content below the next header, only that content...