Export Org Mode to HTML

Table of Contents

1 In This Video

1.1 Most basic org mode HTML export

  • org-export-dispatch
  • h for HTML
    • o for open

1.2 Basic options to customize the export

  • Configure options by adding: #+OPTIONS:

1.2.1 Numbering

  • num:nil

1.2.2 Table of Contents

  • toc:nil

1.3 Further customizing the exported HTML

Make it look better!

1.3.1 SETUPFILES

1.3.2 Custom CSS

#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="styles.css"/>

2 Themes To Try

I have not tried/like all of these, just some options you could give a go. You may need to download the CSS file directly for some of these as well as they may not be hosted online.

2.1 Org-Min

#+HTML_HEAD: <link rel="stylesheet" href="https://sandyuraz.com/styles/org.min.css">

2.5 Bigblow

#+SETUPFILE: https://fniessen.github.io/org-html-themes/org/theme-bigblow.setup

2.6 Readtheorg

#+SETUPFILE: https://fniessen.github.io/org-html-themes/org/theme-readtheorg.setup

2.6 LaTeX.css

#+HTML_HEAD: <link rel="stylesheet" href="https://latex.now.sh/style.css">

Author: Jake B

Created: 2021-02-15 Mon 10:44

Validate