30 lines
708 B
Org Mode
30 lines
708 B
Org Mode
(TAB to open bullets)
|
|
* emacs org mode
|
|
|
|
|
|
|
|
*** Bullets
|
|
|
|
- headers are organized with *
|
|
- M-<enter> to add new heading
|
|
- M-<left> or M-<right> to promote / demote heading
|
|
- TAB to expand/collapse trees
|
|
|
|
*** TODOs
|
|
**** DONE demo emacs org mode to data
|
|
**** DONE enable line wrap as default
|
|
|
|
**** TODO re-write projex in org mode style
|
|
- projex_demo.org is the test run of this.
|
|
- C-c C-t to cycle through todo-done
|
|
- You can add more options with
|
|
*** links
|
|
- link structure: [ [link][desc] ] (but without the spaces)
|
|
- [[file:test.org][file]] C-c C-o to open at point
|
|
*** agenda mode
|
|
|
|
- agenda mode command has to be added
|
|
|
|
*** exports
|
|
*** code blocks / literate programming
|