2023-05-01 18:40:15 +00:00
|
|
|
#+TITLE: 06-Lists
|
|
|
|
#+DESCRIPTION: Simple org file to test lists
|
2021-02-09 23:21:37 +00:00
|
|
|
#+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
|
2022-08-26 17:04:50 +00:00
|
|
|
|
|
|
|
* 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
|
2022-11-12 11:37:50 +00:00
|
|
|
|
|
|
|
* 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
|
2022-11-12 17:01:00 +00:00
|
|
|
|
|
|
|
Text after a multiline element
|
|
|
|
|
|
|
|
- This is another
|
|
|
|
multiline list
|
|
|
|
|
|
|
|
#+begin_quote
|
|
|
|
With a block element inside
|
|
|
|
#+end_quote
|
|
|
|
|