add org presentation v1

This commit is contained in:
Thomas Ruoff
2019-09-16 00:14:36 +02:00
parent 82c2b9fce1
commit fd34f589eb

41
org-mode.org Normal file
View File

@@ -0,0 +1,41 @@
#+TITLE: org-mode
#+Author: Thomas Ruoff
#+Email: thomasr@brandwatch.com
#+OPTIONS: toc:nil num:nil
#+REVEAL_THEME: beige
#+REVEAL_HLEVEL: 2
#+REVEAL_HEAD_PREAMBLE: <meta name="description" content="Org-Mode Introduction.">
#+REVEAL_POSTAMBLE: <p> NERD ALARM </p>
#+REVEAL_ROOT: https://cdn.jsdelivr.net/npm/reveal.js
* Why
** saw a [[youtube:JWD1Fpdd4Pc][talk]] on why a vim'er switched to emacs
** mentioned org-mode as a gateway drug to emacs
** watched another [[youtube:oJTwQvgfgMM][talk of the author]] Carsten Dominik
** the main idea of the project are terrific
#+BEGIN_QUOTE
Plain text files.
Make note taking a fundamental action.
Avoid separate tools for note taking and tasks.
#+END_QUOTE
* What is org-mode
#+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 file: yet another markup language
#+BEGIN_SRC org
#+BEGIN_SRC
* A header
Some text....
** A subheader
** Another subheader
With even more text.
#+END_SRC
** an outline-er
** task tracker, scheduler,
** ...with superpowers - bear with me
* Demo