Orgmode: Difference between revisions
Jump to navigation
Jump to search
Hoppinglife (talk | contribs) No edit summary |
Hoppinglife (talk | contribs) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Org mode is a generic structured text file format that can be use to literal program todo lists and related tasks. | Org mode is a generic structured text file format that can be use to literal program todo lists and related tasks. | ||
The main emacs manual is at [https://orgmode.org/manual/ Here]. | |||
== Nvim Port == | == Nvim Port == | ||
[ | [https://github.com/nvim-orgmode/orgmode nvim-orgmode] is a very nice port to use org mode in vim. | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 17: | Line 19: | ||
|- | |- | ||
| <leader>oxo || Clock out | | <leader>oxo || Clock out | ||
|- | |||
| <leader>oxe || Insert estimate | |||
|- | |||
| <leader>oi || Insert date | |||
|- | |||
| <leader>oi || Insert schedule date | |||
|- | |- | ||
| <leader>oid || Insert/update deadline | | <leader>oid || Insert/update deadline | ||
|} | |} | ||