further work on talk

This commit is contained in:
Thomas Ruoff
2019-09-18 21:48:29 +02:00
parent 38eedb4490
commit 9e28ebd430

View File

@@ -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
#+BEGIN_QUOTE * motivations
- Plain text files are the only portable document format. #+BEGIN_QUOTE
- Make note taking a fundamental action. - Plain text files are the only portable document format.
- Avoid separate tools for note taking and tasks. - Avoid separate tools for note taking and tasks.
#+END_QUOTE #+END_QUOTE
* what is it today
#+BEGIN_QUOTE
Org mode is for keeping notes, maintaining TODO lists, planning projects, and
authoring documents with a fast and effective plain-text system.
#+END_QUOTE
* org
- yet another markup language quite close to Markdown
* What is org-mode #+BEGIN_SRC org
,* This Is A Heading
,** This Is A Sub-Heading
,*** And A Sub-Sub-Heading
#+BEGIN_QUOTE Paragraphs are separated by at least one empty line.
Org mode is for keeping notes, maintaining TODO lists, planning projects, and authoring documents with a fast and effective plain-text system.
#+END_QUOTE
** yet another outliner ,*bold* /italic/ _underlined_ +strikethrough+ =monospaced=
[[http://Karl-Voit.at][Link description]]
http://Karl-Voit.at → link without description
#+BEGIN_SRC org - list item
* A header - another item
Some elaborate text about this topic... - sub-item
** A sub header 1. also enumerated
*** A sub sub header 2. if you like
With even more text. - [ ] yet to be done
#+END_SRC - [X] item which is done
** tasks : Simple pre-formatted text such as for source code.
: This also respects the line breaks. *bold* is not bold here.
#+BEGIN_SRC org #+END_SRC
* A project
Some elaborate text about this topic... * mode
** DONE A done taks
** TODO Some task that is still to be done ** emacs mode
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]]