Next: Customizing a Theme, Previous: Demo, Up: fniessen-org-html-themes [Index]
Using a theme from the theme gallery for your own Org documents is very easy:
You can either use an URL of the following type for the “setup file” of your chosen theme:
#+SETUPFILE: https://fniessen.github.io/org-html-themes/org/theme-NAME.setup
(where NAME is either bigblow
or readtheorg
)
or, if you cloned or downloaded the Org-HTML themes project – to get no dependency on an
Internet connection –, use a (relative or absolute) path to the local “setup file” and copy the
src
folder from the cloned folder into the same folder as the file you want to export:
#+SETUPFILE: PATH/TO/GIT/REPO/org/theme-NAME-local.setup
org-html-export-to-html
or with ‘C-c C-e h h’.