Orgmode: Difference between revisions

Jump to navigation Jump to search
Created page with "Org mode is a generic structured text file format that can be use to literal program todo lists and related tasks."
 
 
(5 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 ==
[https://github.com/nvim-orgmode/orgmode nvim-orgmode] is a very nice port to use org mode in vim.
{| class="wikitable"
|+ Key Bindings
|-
! Key !! Binding
|-
| <leader>o, || Set priority.
|-
| cit<status> || Set status of item.
|-
| <leader>oxi || Clock in
|-
| <leader>oxo || Clock out
|-
| <leader>oxe || Insert estimate
|-
| <leader>oi || Insert date
|-
| <leader>oi || Insert schedule date
|-
| <leader>oid || Insert/update deadline
|}