2020-11-06 23:24:28 +00:00
|
|
|
#+TITLE: 01-Simple-second
|
|
|
|
#+DESCRIPTION: Simple org file
|
|
|
|
#+TODO: TODO(t) PAUSED(p) | DONE(d)
|
|
|
|
|
|
|
|
|
|
|
|
* First level
|
|
|
|
:PROPERTIES:
|
|
|
|
:ID: 01-simple-first-level-id
|
|
|
|
:CREATED: [2020-01-01 Wed 01:01]
|
|
|
|
:END:
|
|
|
|
First level content
|
|
|
|
|
|
|
|
** Second level
|
2020-11-26 22:39:35 +00:00
|
|
|
:PROPERTIES:
|
|
|
|
:ID: 01-simple-second-level-id
|
|
|
|
:END:
|
|
|
|
Second level content with no indentation or space around
|
2020-11-06 23:24:28 +00:00
|
|
|
*** Third level with no content
|
|
|
|
**** Forth level
|
|
|
|
:PROPERTIES:
|
|
|
|
:ID: 01-simple-forth-level-id
|
|
|
|
:END:
|
|
|
|
|
|
|
|
Forth level content
|
2020-12-09 22:58:26 +00:00
|
|
|
|
|
|
|
***** Fifth level with properties but no content
|
|
|
|
:PROPERTIES:
|
|
|
|
:ID: 01-simple-fifth-level-id
|
|
|
|
:END:
|
|
|
|
****** Empty sixth level
|