mirror of
https://github.com/tomru/org.git
synced 2026-03-03 06:27:22 +01:00
further work on talk
This commit is contained in:
61
org-mode.org
61
org-mode.org
@@ -4,49 +4,56 @@
|
|||||||
|
|
||||||
#+OPTIONS: toc:nil num:nil
|
#+OPTIONS: toc:nil num:nil
|
||||||
#+REVEAL_THEME: beige
|
#+REVEAL_THEME: beige
|
||||||
#+REVEAL_HLEVEL: 2
|
#+REVEAL_HLEVEL: 1
|
||||||
#+REVEAL_INIT_OPTIONS: hash: true
|
#+REVEAL_INIT_OPTIONS: hash: true
|
||||||
#+REVEAL_HEAD_PREAMBLE: <meta name="description" content="Org-Mode Introduction.">
|
#+REVEAL_HEAD_PREAMBLE: <meta name="description" content="Org-Mode Introduction.">
|
||||||
#+REVEAL_POSTAMBLE: <p> NERD ALARM </p>
|
#+REVEAL_POSTAMBLE: <p> NERD ALARM </p>
|
||||||
#+REVEAL_ROOT: https://cdn.jsdelivr.net/npm/reveal.js
|
#+REVEAL_ROOT: https://cdn.jsdelivr.net/npm/reveal.js
|
||||||
|
|
||||||
* Why
|
* how did I end up here?
|
||||||
** saw a [[youtube:JWD1Fpdd4Pc][talk]] on why a vim'er switched to emacs
|
- watched a [[youtube:JWD1Fpdd4Pc][talk]] on why a vim'er switched to Emacs mentioning org-mode
|
||||||
** mentioned org-mode as a gateway drug to emacs
|
- after reading org-mode mentioned as a gateway drug to Emacs
|
||||||
** watched another [[youtube:oJTwQvgfgMM][talk of the author]] Carsten Dominik
|
- watched a [[youtube:oJTwQvgfgMM][talk]] of the org-mode author Carsten Dominik
|
||||||
** the main idea of the project are terrific
|
|
||||||
|
|
||||||
|
* motivations
|
||||||
#+BEGIN_QUOTE
|
#+BEGIN_QUOTE
|
||||||
- Plain text files are the only portable document format.
|
- Plain text files are the only portable document format.
|
||||||
- Make note taking a fundamental action.
|
|
||||||
- Avoid separate tools for note taking and tasks.
|
- Avoid separate tools for note taking and tasks.
|
||||||
#+END_QUOTE
|
#+END_QUOTE
|
||||||
|
* what is it today
|
||||||
* What is org-mode
|
|
||||||
|
|
||||||
#+BEGIN_QUOTE
|
#+BEGIN_QUOTE
|
||||||
Org mode is for keeping notes, maintaining TODO lists, planning projects, and authoring documents with a fast and effective plain-text system.
|
Org mode is for keeping notes, maintaining TODO lists, planning projects, and
|
||||||
|
authoring documents with a fast and effective plain-text system.
|
||||||
#+END_QUOTE
|
#+END_QUOTE
|
||||||
|
* org
|
||||||
** yet another outliner
|
- yet another markup language quite close to Markdown
|
||||||
|
|
||||||
#+BEGIN_SRC org
|
#+BEGIN_SRC org
|
||||||
* A header
|
,* This Is A Heading
|
||||||
Some elaborate text about this topic...
|
,** This Is A Sub-Heading
|
||||||
** A sub header
|
,*** And A Sub-Sub-Heading
|
||||||
*** A sub sub header
|
|
||||||
With even more text.
|
Paragraphs are separated by at least one empty line.
|
||||||
|
|
||||||
|
,*bold* /italic/ _underlined_ +strikethrough+ =monospaced=
|
||||||
|
[[http://Karl-Voit.at][Link description]]
|
||||||
|
http://Karl-Voit.at → link without description
|
||||||
|
|
||||||
|
- list item
|
||||||
|
- another item
|
||||||
|
- sub-item
|
||||||
|
1. also enumerated
|
||||||
|
2. if you like
|
||||||
|
- [ ] yet to be done
|
||||||
|
- [X] item which is done
|
||||||
|
|
||||||
|
: Simple pre-formatted text such as for source code.
|
||||||
|
: This also respects the line breaks. *bold* is not bold here.
|
||||||
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** tasks
|
* mode
|
||||||
|
|
||||||
#+BEGIN_SRC org
|
** emacs mode
|
||||||
* A project
|
|
||||||
Some elaborate text about this topic...
|
|
||||||
** DONE A done taks
|
|
||||||
** TODO Some task that is still to be done
|
|
||||||
Let's describe what should be done here
|
|
||||||
#+END_SRC
|
|
||||||
|
|
||||||
** ...with superpowers - bear with me
|
|
||||||
* [[file+emacs:~/org/org-mode-demo.org][Demo]]
|
* [[file+emacs:~/org/org-mode-demo.org][Demo]]
|
||||||
|
|||||||
Reference in New Issue
Block a user