test.org (665B)
1 #+TITLE: Test Org Document 2 #+DATE: <2018-03-18 Sun> 3 4 * With Features :tag: 5 ** Lots of different features 6 Just testing out different behaviours in org mode. 7 8 #+BEGIN_SRC elisp 9 (like code) 10 #+END_SRC 11 12 #+BEGIN_EXAMPLE 13 And examples 14 #+END_EXAMPLE 15 16 * TODO And plain lists 17 ** TODO Something more 18 ** DONE Something else 19 CLOSED: [2018-04-18 Wed 23:46] 20 - Some lists are nice 21 22 * DONE And emphasis 23 - [ ] With a *checklist* 24 - [X] And /italics/ 25 - [ ] And _underlines_ 26 - [ ] And [[https://github.com/kunalb/poet][links]] 27 28 * [#A] And tables 29 | Test | Table | 30 |------+--------| 31 | With | Values | 32 | 1 | 2 | 33 | 3 | 4 |