|
1 | 1 | # Table of content
|
2 | 2 |
|
3 |
| -1. [Settings](#settings) |
| 3 | +1. [Getting started with Orgmode](#getting-started-with-orgmode) |
| 4 | +2. [Settings](#settings) |
4 | 5 | 1. [Global settings](#global-settings)
|
5 | 6 | 2. [Agenda settings](#global-settings)
|
6 | 7 | 3. [Tags settings](#global-settings)
|
7 |
| -2. [Mappings](#mappings) |
| 8 | +3. [Mappings](#mappings) |
8 | 9 | 1. [Global mappings](#global-mappings)
|
9 | 10 | 2. [Agenda mappings](#agenda-mappings)
|
10 | 11 | 3. [Capture mappings](#capture-mappings)
|
11 | 12 | 4. [Org mappings](#org-mappings)
|
12 | 13 | 5. [Edit Src mappings](#edit-src)
|
13 | 14 | 6. [Text objects](#text-objects)
|
14 | 15 | 7. [Dot repeat](#dot-repeat)
|
15 |
| -3. [Document Diagnostics](#document-diagnostics) |
16 |
| -4. [Autocompletion](#autocompletion) |
17 |
| -5. [Abbreviations](#abbreviations) |
18 |
| -6. [Colors](#colors) |
19 |
| -7. [Advanced search](#advanced-search) |
20 |
| -8. [Notifications (experimental)](#notifications-experimental) |
21 |
| -9. [Clocking](#clocking) |
22 |
| -10. [Changelog](#changelog) |
| 16 | +4. [Document Diagnostics](#document-diagnostics) |
| 17 | +5. [Autocompletion](#autocompletion) |
| 18 | +6. [Abbreviations](#abbreviations) |
| 19 | +7. [Colors](#colors) |
| 20 | +8. [Advanced search](#advanced-search) |
| 21 | +9. [Notifications (experimental)](#notifications-experimental) |
| 22 | +10. [Clocking](#clocking) |
| 23 | +11. [Changelog](#changelog) |
| 24 | + |
| 25 | +## Getting started with Orgmode |
| 26 | +To get a basic idea how Orgmode works, look at this screencast from [@dhruvasagar](https://github.com/dhruvasagar) |
| 27 | +that demonstrates how the similar Orgmode clone [vim-dotoo](https://github.com/dhruvasagar/vim-dotoo) works. |
| 28 | + |
| 29 | +[https://www.youtube.com/watch?v=nsv33iOnH34](https://www.youtube.com/watch?v=nsv33iOnH34) |
23 | 30 |
|
24 | 31 | ## Settings
|
25 | 32 | Variable names mostly follow the same naming as Orgmode mappings.
|
|
0 commit comments