summaryrefslogtreecommitdiff
path: root/examples/test.org
blob: 832b5c45c21ff8edba7a5fb1a21f41c105c0280a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#+TITLE: Org Mode Test

* Org
- Hello world
- This is my list
** TODO This is a TODO entry

#+BEGIN_SRC java

  function x() {
    const y = 10;
    return y;
  }

#+END_SRC