From cb98b1a396929597cf1b2bd33e242504af594f0c Mon Sep 17 00:00:00 2001 From: Fabrice Niessen <(concat "fniessen" at-sign "pirilampo.org")> Date: Thu, 23 Apr 2015 20:16:35 +0200 Subject: [PATCH] Add instruction to export to HTML Fixes: #11. --- README.html | 3 ++- README.org | 8 ++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.html b/README.html index c476041..2727c68 100755 --- a/README.html +++ b/README.html @@ -228,7 +228,7 @@

5 Installing a theme

-

Using a theme from the theme gallery for your own Org documents is very easy: you just need to clone the Org-HTML themes project and add a #+SETUPFILE: directive in the preamble to include the CSS and JavaScript files.

+

Using a theme from the theme gallery for your own Org documents is very easy: you just need to clone the Org-HTML themes project, add a #+SETUPFILE: directive in the preamble to include the CSS and JavaScript files, then export your Org mode file to HTML.

You can either:

+

Then export your Org mode file to HTML with org-html-export-to-html or with C-c C-e h h.

5.1 Bigblow

diff --git a/README.org b/README.org index e197323..bf65d27 100644 --- a/README.org +++ b/README.org @@ -145,8 +145,9 @@ admonitions, footnotes, tables and other details. * Installing a theme Using a theme from the [[id:79e0ed21-c3b0-4f00-bdab-29fbff9dcad4][theme gallery]] for your own Org documents is very easy: -you just need to clone the Org-HTML themes project and add a =#+SETUPFILE:= -directive in the preamble to include the CSS and JavaScript files. +you just need to clone the Org-HTML themes project, add a =#+SETUPFILE:= directive +in the preamble to include the CSS and JavaScript files, then export your Org +mode file to HTML. You can either: @@ -165,6 +166,9 @@ You can either: ,#+SETUPFILE: path/to/Git/repo/setup/THEME-NAME.setup #+end_src +Then export your Org mode file to HTML with =org-html-export-to-html= or with =C-c +C-e h h=. + ** Bigblow In order to use the Bigblow style, just copy the [[file:setup/theme-bigblow.setup][theme-bigblow.setup]] file to