From 2b2ba4f041aab09d0d0eae5ebd214ec4001cd6ce Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marek=20Fel=C5=A1=C3=B6ci?= <marek.felsoci@inria.fr>
Date: Fri, 22 Jul 2022 15:45:46 +0200
Subject: [PATCH] Add example and further instructions for
 `readtheorginria-system'

---
 README.md          |   9 +--
 example-system.org | 148 +++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 153 insertions(+), 4 deletions(-)
 create mode 100644 example-system.org

diff --git a/README.md b/README.md
index a490d95..711001c 100644
--- a/README.md
+++ b/README.md
@@ -18,12 +18,13 @@ The only theme available for now is a clone of the Fabrice Niessen's
 [readtheorg](https://github.com/fniessen/org-html-themes#about-readtheorg)
 theme that we refer to here as **readtheorginria**. A version of the latter
 using system fonts instead of Google(R) fonts is available under the name of
-**readtheorginria-system**.
+**readtheorginria-system**. To use the alternative version, just replace the
+name of the theme in the instructions below.
 
-### Example
+### Live demo
 
-[Click here](https://mfelsoci.gitlabpages.inria.fr/inria-org-html-themes) to see
-a live demo.
+- [**readtheorginria**](https://mfelsoci.gitlabpages.inria.fr/inria-org-html-themes/example.html)
+- [**readtheorginria-system**](https://mfelsoci.gitlabpages.inria.fr/inria-org-html-themes/example-system.html)
 
 ### Usage
 
diff --git a/example-system.org b/example-system.org
new file mode 100644
index 0000000..8a9c7ed
--- /dev/null
+++ b/example-system.org
@@ -0,0 +1,148 @@
+#+TITLE: Demo task schedule
+#+AUTHOR: Fabrice Niessen, Marek Felsoci
+#+EMAIL: (concat "fniessen" at-sign "pirilampo.org"), marek.felsoci@inria.fr
+#+DATE: {{{time(%d/%m/%Y)}}}
+#+LANGUAGE: en
+#+SETUPFILE: ./theme-readtheorginria-system.setup
+
+* Work                                               :work:
+  :PROPERTIES:
+  :CATEGORY: Work
+  :END:
+
+Only work tasks in this list.
+
+** Marketing
+   :PROPERTIES:
+   :CATEGORY: Marketing
+   :END:
+
+Project "Corporate Marketing".
+
+*** Background and research
+
+**** TODO Who are the competitors?
+
+**** TODO What are our product's advantages?
+
+**** TODO Target market
+
+**** TODO Elevator pitch
+
+*** PR firm
+
+**** TODO Call Laura about PR firm                                   :phone:
+
+# *************** TODO Test with an inline task
+# *************** END
+
+**** TODO Interview PR firm candidates
+     DEADLINE: <2014-03-12 Wed>
+     :LOGBOOK:
+     CLOCK: [2013-02-05 Tue 09:00]--[2013-02-05 Tue 10:11] =>  1:11
+     - State "TODO"        ->  "STRT"       [2013-02-05 Tue 17:48]
+     - State "TODO"        ->  "STRT"       [2013-08-19 Mon 15:16]
+     :END:
+
+# *************** TODO Another test with an inline task
+
+*** Advertising campaign
+
+**** TODO Call Joe
+     DEADLINE: <2014-03-06 Thu>
+     :PROPERTIES:
+     :Effort:   0:10
+     :END:
+
+*** Plan conference
+
+Calendar events/invitations.
+
+**** TODO Recruit volunteers
+     DEADLINE: <2014-03-13 Thu>
+
+**** TODO Make sure responses are coming back
+
+** Operations
+
+*** TODO Update database to latest version
+    SCHEDULED: <2014-03-13 Thu>
+
+*** TODO Update Website
+
+Update blog.
+
+** Travel
+
+*** Boston
+
+**** TODO Find a flight
+
+**** TODO Book hotel room
+
+**** TODO Schedule meetings
+
+**** TODO Submit expense report
+
+-----
+
+* Personal                                           :home:
+  :PROPERTIES:
+  :CATEGORY: Personal
+  :END:
+
+** Reading
+
+*** DONE Read "Getting Things Done"
+    :LOGBOOK:
+    - State "TODO"        ->  "DONE"       [2014-01-06 Mon 15:10]
+    :END:
+
+** Health
+
+*** TODO Make dentist appointment
+    SCHEDULED: <2014-03-12 Wed>
+
+*** TODO Go to the gym
+    SCHEDULED: <2014-03-11 Tue>
+    :PROPERTIES:
+    :Effort:   0:10
+    :END:
+
+It should be as natural to some as showering or eating.
+
+*** TODO Do jogging
+
+Marathon = 42.195 kilometres.
+
+** Finance
+
+*** TODO Pay electricity bill                             :FLAGGED:
+
+*** TODO Renew newspaper subscription
+
+*** TODO Cancel insurance
+
+** Chores
+
+*** TODO Buy milk
+
+*** TODO Buy dog food
+
+*** WAIT Mail package to Susan
+
+*** TODO Buy groceries
+
+*** TODO Mow the lawn
+
+*** TODO Get a haircut
+
+*** TODO Buy anniversary present
+
+*** TODO Take out trash
+
+*** TODO Get the car fixed
+
+** Recreation
+
+*** TODO Go to concert
-- 
GitLab