summaryrefslogtreecommitdiff
path: root/examples/test.org
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2023-03-11 17:22:13 -0500
committermattkae <mattkae@protonmail.com>2023-03-11 17:22:13 -0500
commit38893cc42e33fc3ab5b80ef592b66226b9ba91cf (patch)
treed47b5588c892f9f16c3785afe856958d139c5e8d /examples/test.org
parent8ed31715bf05c33918c6926c36f510d838521d6a (diff)
Using use-package everywhere, upgrade to org roam
Diffstat (limited to 'examples/test.org')
-rw-r--r--examples/test.org14
1 files changed, 13 insertions, 1 deletions
diff --git a/examples/test.org b/examples/test.org
index 5cf589a..7ec4839 100644
--- a/examples/test.org
+++ b/examples/test.org
@@ -1,4 +1,16 @@
+#+TITLE: Org Mode Test
+
* Org
- Hello world
- This is my list
-** TODO
+** TODO This is a TODO entry
+
+#+BEGIN_SRC js
+
+ function x() {
+ const y = 10;
+ return y;
+ }
+
+#+END_SRC
+