File: kotl-orgtbl.el.html
- Org Table Support: Org table editing now automatically works in the
Koutliner via Org table minor mode. Use {M-x orgtbl-mode RET} to
toggle this on and off or simply press the Action Key on a pipe |
character to do the same thing. See "(Org)Tables" for details.
- New Tree Demotion/Promotion Keys: Tree promotion and demotion keys now
match the defaults in Org mode and Outline mode, plus some easier to
type ones. The tables below summarize which keys work whether inside
an Org table or outside.
|----------------------------+-----------------------------|
| Demotion Inside Org Table | Promotion Inside Org Table |
|----------------------------+-----------------------------|
| C-c C-, | C-c C-. |
| C-c C-< | C-c C-> |
|----------------------------+-----------------------------|
|----------------------------+-----------------------------|
| Demotion Outside Org Table | Promotion Outside Org Table |
|----------------------------+-----------------------------|
| TAB | Shift-TAB or M-TAB |
| M-left-arrow | M-right-arrow |
| C-c C-, | C-c C-. |
| C-c C-< | C-c C-> |
|----------------------------+-----------------------------|
If in an Org table, the kotl-mode {TAB} binding operates only
when invoked with an explicit prefix argument; otherwise, {TAB}
performs its normal table-based alignment and movement.
Defined variables (1)
kotl-mode-overriding-orgtbl-mode-map | Keymap to override Org Table minor mode keys within kotl-mode major mode. |