54 lines
908 B
Org Mode
54 lines
908 B
Org Mode
#+TITLE: 06-Links
|
|
#+DESCRIPTION: Simple org file to test links
|
|
#+TODO: TODO(t) PAUSED(p) | DONE(d)
|
|
|
|
|
|
* Simple lists
|
|
:PROPERTIES:
|
|
:ID: 06-lists-simple
|
|
:CREATED: [2020-01-01 Wed 01:01]
|
|
:END:
|
|
|
|
- This is a simple list.
|
|
- This list has multiple elements, with _markup_.
|
|
|
|
Also represented as + This is a simple list.
|
|
+ This list has multiple elements, with _markup_.
|
|
|
|
Also represented as
|
|
|
|
* This is a simple list.
|
|
* This list has multiple elements, with _markup_.
|
|
|
|
|
|
* Numbered lists
|
|
:PROPERTIES:
|
|
:ID: 06-lists-numbered
|
|
:CREATED: [2020-01-01 Wed 01:01]
|
|
:END:
|
|
|
|
|
|
1. First element
|
|
2. Second element
|
|
|
|
Also represented as
|
|
|
|
1) First element
|
|
2) Second element
|
|
|
|
* Definition lists
|
|
:PROPERTIES:
|
|
:ID: 06-definition-lists
|
|
:CREATED: [2020-01-01 Wed 01:01]
|
|
:END:
|
|
|
|
- Key :: Value
|
|
- Key2 :: Value2
|
|
|
|
Also with markup
|
|
|
|
- _Key_ :: _Value_
|
|
- /Key/ 2 :: /Value/ 2
|