25 lines
682 B
Org Mode
25 lines
682 B
Org Mode
#+TITLE: org-example
|
|
|
|
* Hierarchies of bullets
|
|
** they collapse and expand!
|
|
- simple markdown
|
|
- lists are great!
|
|
* Todo items
|
|
** TODO show plast an example or org mode
|
|
** TODO make a video of the functionality
|
|
** DONE paste plaintext to a pad!
|
|
|
|
* Checkboxes
|
|
- [ ] It's seriously rad
|
|
- [X] And you can check these off!
|
|
|
|
* Can make timeclock tables and also plain tables
|
|
| c1 | c2 | c3 | c4 | c5 |
|
|
|----+----------------------+----+----+----|
|
|
| r1 | plaintext tables! | | | |
|
|
| r2 | org mode auto-spaces | | | |
|
|
| r3 | it's just text! | | | |
|
|
| r4 | so cool man | | | |
|
|
|
|
* Can export to HTML, md, LaTeX, and more
|