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.
- Pure HTML5 and CSS3
- Responsive web design
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
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
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