Org-simple CSS theme

Introduction

This is a simple CSS theme for org-mode HTML exports. Uses CSS elements used by org-mode to present a very simple layout.

Usage

You can download the CSS and include it in your org file using the #+HTML_HEAD option:

#+HTML_HEAD: <link href="https://www.btbytes.com/css/org-simple.css" rel=stylesheet type="text/css" />

Example text

Tables

Table 1: This is the caption for the next table (or link)
Name Phone Age
Peter 1234 17
Anna 4321 25

Code

(defun org-xor (a b)
"Exclusive or."
(if a (not b) b))

See the source of this document to see how it is done.

Author: Pradeep Gowda

Created: 2020-01-02 Thu 17:06

Validate