mirror of
https://github.com/tomru/org.git
synced 2026-03-03 06:27:22 +01:00
add org-mode presentation
This commit is contained in:
49
org-mode.org
49
org-mode.org
@@ -5,6 +5,7 @@
|
|||||||
#+OPTIONS: toc:nil num:nil
|
#+OPTIONS: toc:nil num:nil
|
||||||
#+REVEAL_THEME: beige
|
#+REVEAL_THEME: beige
|
||||||
#+REVEAL_HLEVEL: 2
|
#+REVEAL_HLEVEL: 2
|
||||||
|
#+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
|
||||||
@@ -14,28 +15,38 @@
|
|||||||
** mentioned org-mode as a gateway drug to emacs
|
** mentioned org-mode as a gateway drug to emacs
|
||||||
** watched another [[youtube:oJTwQvgfgMM][talk of the author]] Carsten Dominik
|
** watched another [[youtube:oJTwQvgfgMM][talk of the author]] Carsten Dominik
|
||||||
** the main idea of the project are terrific
|
** the main idea of the project are terrific
|
||||||
#+BEGIN_QUOTE
|
|
||||||
Plain text files.
|
|
||||||
|
|
||||||
Make note taking a fundamental action.
|
#+BEGIN_QUOTE
|
||||||
|
- Plain text files are the only portable document format.
|
||||||
|
- Make note taking a fundamental action.
|
||||||
|
- Avoid separate tools for note taking and tasks.
|
||||||
|
#+END_QUOTE
|
||||||
|
|
||||||
Avoid separate tools for note taking and tasks.
|
|
||||||
#+END_QUOTE
|
|
||||||
* What is org-mode
|
* 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.
|
|
||||||
|
|
||||||
|
#+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
|
||||||
|
|
||||||
|
** yet another outliner
|
||||||
|
|
||||||
|
#+BEGIN_SRC org
|
||||||
|
* A header
|
||||||
|
Some elaborate text about this topic...
|
||||||
|
** A sub header
|
||||||
|
*** A sub sub header
|
||||||
|
With even more text.
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** an outline-er
|
|
||||||
** task tracker, scheduler,
|
** tasks
|
||||||
|
|
||||||
|
#+BEGIN_SRC org
|
||||||
|
* 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
|
** ...with superpowers - bear with me
|
||||||
* Demo
|
* [[file+emacs:~/org/org-mode-demo.org][Demo]]
|
||||||
|
|||||||
Reference in New Issue
Block a user