branch: elpa/cyberpunk-theme
commit 97dbe56d61cfef4a0dee3d3ae47f8d905c90e3d5
Author: Nick Van Horn <[email protected]>
Commit: Nick Van Horn <[email protected]>

    Example org file for testing the cyberpunk theme
---
 example-org-file.org | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/example-org-file.org b/example-org-file.org
new file mode 100644
index 0000000..25759ff
--- /dev/null
+++ b/example-org-file.org
@@ -0,0 +1,37 @@
+#+TITLE:     Emacs Cyberpunk Theme Org Demo
+#+AUTHOR:    Your Name Here!
+#+DATE:      2012-09-30 Sun
+#+DESCRIPTION: org mode with cyberpunk theme
+#+KEYWORDS: cyberpunk color theme
+
+* Header Level 1 (Large Font)
+
+** Header Level 2    (Medium Font)
+
+*** Header Level 3   (Smaller Font)
+
+**** Header Level 4     (Smallest Font)
+
+***** Header Level 5
+
+****** Header Level 6
+
+******* Header Level 7
+
+******** Header Level 8
+
+* TODO Tasks to be completed                                          :work:
+:PROPERTIES:
+:Title:       My title here
+:DESCRIPTION: There's work to be done!
+:END:
+
+- [ ] Uncompleted item: [[https://github.com/n3mo][Github Weblink]]
+- [ ] Uncompleted item
+
+* DONE Completed tasks                                            :noexport:
+
++ [X] Completed item <2012-09-28 Fri>
++ [X] Completed item <2012-09-24 Mon>
+
+

Reply via email to