blob: 48d51d1703a6202b0bef7438e41ad860815433d4 (
plain)
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
|
#+TITLE: Test Document
#+DATE: <2020-06-26 Fri>
#+AUTHOR: Marius Peter
#+STARTUP: customtime
#+SETUPFILE: ./personal.org
#+INCLUDE: ./personal-title.org
* Foobar :tag:etc:
** Sub 1 :tag:random:
This is a test sentence.
** Sub 2 :random:doodle:
This is a test sentence.
** Sub 3 :doodle:poodle:
This is a test sentence.
* Foobie
** Sub 1
This is a test sentence.
** Sub 2
This is a test sentence.
** Sub 3
This is a test sentence.
* Foobuzz
** Sub 1
This is a test sentence.
** Sub 2
This is a test sentence.
** Sub 3
This is a test sentence.
|