org: document new layer variable

This commit is contained in:
Eivind Fonn 2017-06-21 12:58:40 +02:00
parent 010164ce77
commit a38d71782c
1 changed files with 9 additions and 1 deletions

View File

@ -127,7 +127,6 @@ to each =.org= file you want to process:
#+END_EXAMPLE
** Org-journal support
[[https://github.com/bastibe/org-journal][org-journal]] is a simple journal management system for keeping a seperate journal
file for each day inside a directory.
@ -334,6 +333,15 @@ Please see the [[https://github.com/Somelauw/evil-org-mode/blob/master/doc/keyth
| ~M-H~ / ~M-L~ | Promote or demote subtree |
| ~>>~ / ~<<~ | Promote or demote heading |
If the layer variable =org-want-todo-bindings= is true, the following bindings
are also available.
| Key Bindings | Description |
|--------------+-------------------------------------|
| ~t~ | Cycle TODO state of current heading |
| ~T~ | Insert new TODO heading |
| ~M-t~ | Insert new TODO sub-heading |
** Tables
| Key Binding | Description |