org-mode to reveal.js

Philippe Coval

1. Introduction

  • Your life in plain text !
  • org-mode comes for emacs
    • (but is not depedent to it)

2. Lists

2.1. Sublists with items :

  • <2016-07-03 Sun> : date
  • <2016-07-02 Sat> : C-c . in emacs

2.1.1. tags can be added too but hidden

2.2. tasks , can be listed

2.2.1. TODO : A is optionnal and tell priorities

2.2.2. DONE : task cycle

3. Source

(require 'org)
(require 'ox-reveal)

4. Image

org-mode-unicorn-logo.png

5. Tables

Date (YMC) description of 60char r out in
<2016-01-06 Wed> a : emacs : "C-c C-c" 1 2
<2016-07-03 Sun> b : to compute values 10 0.3
# 13.3 11 2.3
^ sum vout vin

6. Background

7. Resources

8. Notes