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

<2021-02-18 Thu>

2.2. Simple list

  • List item
  • List item
  • List item
  • List item

2.3. Sorted List

  1. List item
  2. List item
  3. List item
  4. List item

2.4. Checkbox

  • [ ] List item
  • [X] List item
  • [ ] List item
  • [X] List item

3. H1

H1 Text

3.1. H2

H2 Text

3.1.1. H3

H3 Text

  1. H4

    H4 Text

    1. H5

      H5 Text

      1. H6

        H6 Text

        1. H7

          H7 Text

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

Author: Lee Hinman (lee@writequit.org)

Last Update: 2022-06-24 Fri 19:42