summaryrefslogtreecommitdiff
path: root/assets/test.org
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-08-21 19:22:27 -0500
committerCraig Jennings <c@cjennings.net>2025-08-21 19:22:27 -0500
commitd8ab62d791846870452438882c69ac84d35d58c7 (patch)
tree2e0347412e2864c5a397576fac3d50cad99b96d1 /assets/test.org
parent685a2b68e36d5f4d2b2d9dfc7b8232317ccae331 (diff)
downloaddotemacs-d8ab62d791846870452438882c69ac84d35d58c7.tar.gz
dotemacs-d8ab62d791846870452438882c69ac84d35d58c7.zip
tufte.css inlined for org to html export
- adding test.org and tufte.css for html exports - removed ox-pandoc from org-export-config - adjusted org-export-config to inline tufte.css instead of the default org css
Diffstat (limited to 'assets/test.org')
-rw-r--r--assets/test.org29
1 files changed, 29 insertions, 0 deletions
diff --git a/assets/test.org b/assets/test.org
new file mode 100644
index 00000000..7ad5af83
--- /dev/null
+++ b/assets/test.org
@@ -0,0 +1,29 @@
+* My Document Title
+** Level 1
+Text under level 1
+- Bullet item 1 level 1
+*** TODO First Task
+Text under first task
+- Bullet item 1 first task
+*** Level 2
+Test under level 2
+- Bullet item 1 level 2
+**** TODO [#B] Second Task : Bullets and Checkboxes
+Text under second task
+More text under second task
+- Bullet item 1 second task
+- Bullet item 2 second task
+- [ ] unchecked second task
+- [X] checked second task
+**** Level 3: babel
+Text under level 3
+#+begin_src emacs-lisp
+ elisp code
+#+end_src
+
+#+begin_src latex
+ latex code
+#+end_src
+
+***** TODO Third Task
+Text under third task