Gray Theme
Table of Contents
1. Plain Org
Includes:
- [X]CSS
- [ ]JAVASCRIPT
Available as:
- [X]CSS FILE
- [ ]JS FILE
- [X]SETUPFILE
2. Lists
2.1. Todo List
2.1.1. TODO First todo
2.1.2. DONE First Done with Date
2.1.3. TODO Scheduled
2.1.4. TODO Deadline
2.1.5. TODO Date
2.2. Simple list
- List item
- List item
- List item
- List item
2.3. Sorted List
- List item
- List item
- List item
- List item
2.4. Checkbox
- [ ]List item
- [X]List item
- [ ]List item
- [X]List item
4. Table
| a | b | c | d | e | f | 
|---|---|---|---|---|---|
| 0 | 1 | 2 | 3 | 4 | 5 | 
| 6 | 7 | 8 | 9 | 10 | 11 | 
| 12 | 13 | 14 | 15 | 16 | 17 | 
| 18 | 19 | 20 | 21 | 22 | 23 | 
| 24 | 25 | 26 | 27 | 28 | 29 | 
5. Blocks
5.1. Center
This is a center block
5.2. Comment
5.3. Example
This is an example block
5.4. Quote
This is a quote block
5.5. Verse
This is a verse block
5.6. Source Blocks
5.6.1. Python
for i in range(10): print(i)
0 1 2 3 4 5 6 7 8 9
5.6.2. Elisp
(car '(a b c d))
a