Orgmode - Export to HTML5 Slide

Table of Contents

Introduction

As is well-known, orgmode is a famous major mode of Emacs. What deserves notice, it can export org files to a variety of formats, e.g. \LaTeX, pdf, text, freemind.

Today, I found an interesting export backend, ox-ioslide, whereby org files can be directly exported to html5 slides.

Installation

It can be easily installed via Emacs's ELPA system.

M-x package-install ox-ioslide

After that, the backend can be automatically loaded by adding the following line in .emacs.

(require 'ox-ioslide)

Usage

After the installation, an org file can be exported to html5 slides through the built-in exporter.

C-c C-e i h