Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.34 KB

index.org

File metadata and controls

43 lines (33 loc) · 1.34 KB

org-notes-style

Introduction

org-notes-style is a light CSS theme for Org mode. It provides a stylesheet to style your exported HTML documents.

This HTML page is styled with org-notes-style from its org source file. Check more examples at here.

Features

  • Pure HTML5 and CSS3
  • Responsive web design

Installation

Requirements

It requires Org mode of version 8.2.5h or above. To install the latest Org mode in Emacs 24, please refer to http://orgmode.org/elpa.html

Configuration

Add following settings to your org documents.

A better option is to save all the settings in a single org file (let’s say ~/org/notes-style.org), and then include this file in your org documents:

#+SETUPFILE: ~/org/notes-style.org

Development

org-notes-style is develped based on the Compass framework. To setup the development environment:

$ git clone [email protected]:ptpt/org-notes-style.git
$ cd org-notes-style
$ compass watch