76 lines
1.3 KiB
Org Mode
76 lines
1.3 KiB
Org Mode
#+TITLE: 06-Lists
|
|
#+DESCRIPTION: Simple org file to test lists
|
|
#+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
|
|
|
|
* List with multiline elements
|
|
:PROPERTIES:
|
|
:ID: 07-list-with-multiline-elements
|
|
:CREATED: [2020-01-01 Wed 01:01]
|
|
:END:
|
|
|
|
- This is a list item...
|
|
that spans multiple lines
|
|
|
|
- This is another list item...
|
|
that has content on multiple lines
|
|
|
|
Text after a multiline element
|
|
|
|
- This is another
|
|
multiline list
|
|
|
|
#+begin_quote
|
|
With a block element inside
|
|
#+end_quote
|
|
|