#+TITLE: Getting Started With Org Mode - YouTube #+OPTIONS: toc:nil
source:getting started with org mode - youtube
presenter: Harry Schwartz (Thoughtbot developer)
his config: dotfiles/configuration.org at master · hrs/dotfiles · github
- Headers are made with * at the start of a line
Then we type text. Emacs started Tab to next Meta-enter for new point
M-up M-down to rearrange
- Markdown Intersting - things stay nested bold /italic/ =verbatim= +strikethrough+
- C-c C-o to open a link
* | Soma | Data | |---------------------+---------------------| | I love this | A lot | | Wow | This is very cool | | That is pretty cool | And they get bigger
-
Org-tables are a deep rabbit hole
-
This can be exported to other formats
- Very 'easy' to write a new formatted.
- Including to pdf
- #+ Adds the meta data
- There is an options #+OPTIONS: toc:nil There ae a ton of other options that we can do
- Source code can be added very easily
let y = 4;
y += 2;
console.log(y);
#+RESULTS: : 6 : undefined You can evaluate the code in place with C-c C-c
- LaTeX integration
- Characters: \alpha \rightarrow \beta
- \begin{align} 3 2 + 1 \end{align*}
-
Can be exported to beamer
-
Literate programming
- You can evaluate text blocks in your org file
- You can also evaluate a whole org file
- So you can talk about it lots and put the actual code in code blocks
- Helpful to be didatic
- Todo stuff!
- DONE cycle through states :testing: DEADLINE: <2020-05-02 Sat>
- DONE C-c C-t to cycle todo states DEADLINE: <2020-04-11 Sat> ##DONE explain todo lists
- He has this syncing on Owncloud - a server he controls - a Dropbox/Google replacement.
- Org-capture templates
- org-publish
- twitter-bootstrap (ox-twbs) (ox-gfm) (org-drill: flash cards)
- org-mobile?
- orgzly?
- drafts for iOS ##DONE Buy strawberries