From d67833b20066f8937c1703d49078f0df48b906a6 Mon Sep 17 00:00:00 2001 From: Fabrice Niessen <(concat "fniessen" at-sign "pirilampo.org")> Date: Sun, 12 Jun 2016 21:58:44 +0200 Subject: [PATCH] Revert "Change text" This reverts commit c236cf1672ec9dec7931f2eb222d1975da720abb. --- README.html | 1386 ++++++++++++++++++++++++++------------------------- README.org | 6 +- 2 files changed, 699 insertions(+), 693 deletions(-) diff --git a/README.html b/README.html index c657150..ee54d1c 100644 --- a/README.html +++ b/README.html @@ -1,690 +1,696 @@ - - - - -How you export Org mode files into awesome HTML in 2 minutes - - - - - - - - - - - - - - -
-

How you export Org mode files into awesome HTML in 2 minutes

-
-

Table of Contents

- -
- -:license-gpl-blue.svg - - -btn_donate_LG.gif - - -
-

1 Overview

-
-
-

1.1 Description

-
-

-Though you can easily override CSS stylesheets and add your own HTML themes, we -can say (or write) that Org mode provides a basic HTML support. -

- -

-Org-HMTL themes is an open source framework for providing you with a list of -very nice (cross-browser) themes for all your Org documents. Use them to style -your docs, and your colleagues will come up to tell you that you are a genius! -

- -

-Share this content by tweeting this page: -

- - - - -

-Follow f_niessen on Twitter for updates on Org-HTML themes! -

-
-
- -
-

1.2 Requirements

-
-

-Org mode version 8 (or later) is required. -

- -

-If such a version is not bundled with your Emacs, install one from ELPA. -

-
-
-
- -
-

2 Quotations

-
-
-

2.1 About Bigblow

-
-

-“Very very nice, I enjoy it a lot.”
-– Ista Zahn -

- -

-“This is awesome. I love it!”
-– Rainer M Krug -

- -

-“This is awesome!!”
-– Mehul Sanghvi -

- -

-“This very nice html theme. […] I cannot use another emacs-theme than your -emacs-leuven-theme, and it is going to be probably the same with your html -theme!”
-– Joseph Vidal-Rosset -

- -

-“Thanks a lot for sharing […] the wonderful Bigblow theme. I create lot of -specification for other team members to use. It has always been a trouble to -share and maintain such spec. Now, I can create a much neater spec which is -available for the team’s reference as a webpage.”
-– Shankar R. -

- -

-“I like Bigblow the best. I’ve exported most of my Org files using this theme -and published them within my company’s intranet. Thanks for sharing this -wonderful package!”
-– Richard K. -

-
-
- -
-

2.2 About ReadTheOrg

-
-

-“OMG. The ReadTheOrg theme for exported HTML from org mode files is eye -wateringly beautiful. Thank you!”
-– Rob Stewart -

- -

-“It is fantastic, so beautiful. I will switch several of my pages over to -this theme.”
-– Carsten D. -

- -

-“That is incredibly impressive. Thanks for this.”
-– Noah R. -

- -

-“Thank you! I enjoy your themes. The best ones I’ve ever found.”
-– Kang T. -

- -

-“Awesome theme. Wonderful job. You’re doing a wonderful thing — it will -enable people (at least those who use Emacs and Org mode) to put together -on-line reference works in a much-more usable fashion than is currently -available.”
-– D. C. Toedt -

- -

-“Extremely useful.”
-– Thomas S. Dye -

-
-
-
- -
-

3 Gallery

-
- -

-This is a list of available HTML themes for Org mode, which you can use right -now! Well, I hope to have more than one in a couple of weeks… -

-
- -
-

3.1 Bigblow

-
-

-Bigblow is perfect for your work: it is a clean design aimed at optimal Org -mode experience in your browser. It looks just awesome! -

- - -
-

bigblow.png -

-
- -

-Click on the image for a quick demo of Bigblow (2:49 min, no audio). -

- -

-Keyboard shortcuts to save time and boost your productivity: -

- - - - --- -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ShortcutWhat it does
? or hAccess the dashboard
nMove to the next main heading
pMove to the previous main heading
bScroll up
<Scroll to top
>Scroll to bottom
-Collapse all
+Expand all
rGo to next task in list
RGo to previous task in list
qStop reviewing the list of tasks
gReload the page
-
-
- -
-

3.2 ReadTheOrg

-
-

-ReadTheOrg is a clone of the official – and great! – theme (called Sphinx) -used in the Read The Docs site. It gives a beautiful and professional style to -all your Org docs. -

- -

-Thanks to the creator(s) of Sphinx! -

- - -
-

readtheorg.png -

-
- -
-

-While the original theme shines on mobile devices as well, ReadTheOrg does not -stay completely functional. -

- -

-I don’t have a lot of time to maintain this project due to other -responsibilities. Help is welcome to work on that (and eventually improve the -default structure of the HTML export)! -

- -
-
-
-
- -
-

4 Demo

-
-

-I’ve written a demo page for the themes that provides a maximal working support -of Org mode syntax. -

- -

-Please see the Org mode refcard page for full examples of headings, code, -admonitions, footnotes, tables and other details. -

-
-
- -
-

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, 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: -

- -
    -
  • copy the “setup file” of the chosen theme to the directory of your Org files, - -
    - -
    #+SETUPFILE: THEME-NAME.setup
    -
    -
    - -

    -or -

    -
  • - -
  • use the (relative or absolute) path to the “setup file” (in your Git local -repository) - -
    - -
    #+SETUPFILE: path/to/Git/repo/setup/THEME-NAME.setup
    -
    -
    -
  • -
- -

-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

-
-

-In order to use the Bigblow style, just copy the theme-bigblow.setup file to -your project and link to it this way: -

- -
- -
#+SETUPFILE: theme-bigblow.setup
-
-
- -

-If you prefer, you can add the content of the setup file at the beginning of -your Org file instead: -

- -
- -
# -*- mode: org; -*-
-
-#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://www.pirilampo.org/styles/bigblow/css/htmlize.css"/>
-#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://www.pirilampo.org/styles/bigblow/css/bigblow.css"/>
-#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://www.pirilampo.org/styles/bigblow/css/hideshow.css"/>
-
-#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/bigblow/js/jquery-1.11.0.min.js"></script>
-#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/bigblow/js/jquery-ui-1.10.2.min.js"></script>
-
-#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/bigblow/js/jquery.localscroll-min.js"></script>
-#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/bigblow/js/jquery.scrollTo-1.4.3.1-min.js"></script>
-#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/bigblow/js/jquery.zclip.min.js"></script>
-#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/bigblow/js/bigblow.js"></script>
-#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/bigblow/js/hideshow.js"></script>
-#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/lib/js/jquery.stickytableheaders.min.js"></script>
-
-
-
- -
-

Local version

-
-

-Here a local version (using relative paths): -

- -
- -
# -*- mode: org; -*-
-
-#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="styles/bigblow/css/htmlize.css"/>
-#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="styles/bigblow/css/bigblow.css"/>
-#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="styles/bigblow/css/hideshow.css"/>
-
-#+HTML_HEAD: <script type="text/javascript" src="styles/bigblow/js/jquery-1.11.0.min.js"></script>
-#+HTML_HEAD: <script type="text/javascript" src="styles/bigblow/js/jquery-ui-1.10.2.min.js"></script>
-
-#+HTML_HEAD: <script type="text/javascript" src="styles/bigblow/js/jquery.localscroll-min.js"></script>
-#+HTML_HEAD: <script type="text/javascript" src="styles/bigblow/js/jquery.scrollTo-1.4.3.1-min.js"></script>
-#+HTML_HEAD: <script type="text/javascript" src="styles/bigblow/js/jquery.zclip.min.js"></script>
-#+HTML_HEAD: <script type="text/javascript" src="styles/bigblow/js/bigblow.js"></script>
-#+HTML_HEAD: <script type="text/javascript" src="styles/bigblow/js/hideshow.js"></script>
-#+HTML_HEAD: <script type="text/javascript" src="styles/lib/js/jquery.stickytableheaders.min.js"></script>
-
-
-
-
-
- -
-

5.2 ReadTheOrg

-
-

-In order to use the ReadTheOrg style, just copy the theme-readtheorg.setup file -to your project and link to it this way: -

- -
- -
#+SETUPFILE: theme-readtheorg.setup
-
-
- -

-If you prefer, you can add the content of the setup file at the beginning of -your Org file instead: -

- -
- -
# -*- mode: org; -*-
-
-#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://www.pirilampo.org/styles/readtheorg/css/htmlize.css"/>
-#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://www.pirilampo.org/styles/readtheorg/css/readtheorg.css"/>
-
-#+HTML_HEAD: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
-#+HTML_HEAD: <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
-#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/lib/js/jquery.stickytableheaders.js"></script>
-#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/readtheorg/js/readtheorg.js"></script>
-
-
-
-
-
- -
-

6 Contributing

-
-
-

6.1 Issues

-
-

-Report issues and suggest features and improvements on the GitHub issue tracker. -

-
-
- -
-

6.2 Patches

-
-

-I love contributions! Patches under any form are always welcome! -

-
-
- -
-

6.3 Donations

-
-

-Do you like the org-html-themes project (or any of my other projects)? If so, -you can consider showing your appreciation and help support future development -by making today a donation through PayPal. Thanks! -

- -

-Regardless of the donations, org-html-themes will always be free both as in -beer and as in speech. -

-
-
- -
-

6.4 Follow me

-
-

-I have an f_niessen account on Twitter. You should follow it. -

-
-
-
- -
-

7 License

-
-

-Copyright (C) 2011-2016 Fabrice Niessen. -

- -

-Author: Fabrice Niessen
-Keywords: org-mode html themes -

- -

-This program is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free Software -Foundation, either version 3 of the License, or (at your option) any later -version. -

- -

-This program is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR -A PARTICULAR PURPOSE. See the GNU General Public License for more details. -

- -

-You should have received a copy of the GNU General Public License along with -this program. If not, see http://www.gnu.org/licenses/. -

- - -:license-gpl-blue.svg - - -btn_donate_LG.gif - -
-
-
-
-

Author: Fabrice Niessen

-

Emacs 24.5.1 (Org mode 8.2.10)

-

Validate

-
- - + + + + + + +How you export Org mode files into awesome HTML in 2 minutes + + + + + + + + + + + + + +
+

How you export Org mode files into awesome HTML in 2 minutes

+
+

Table of Contents

+ +
+ +:license-gpl-blue.svg + + +btn_donate_LG.gif + + +
+

1 Overview

+
+
+

1.1 Description

+
+

+Though you can easily override CSS stylesheets and add your own HTML themes, we +can say (or write) that Org mode provides a basic HTML support. +

+ +

+Org-HMTL themes is an open source framework for providing you with a list of +very nice (cross-browser) themes for all your Org documents. Use them to style +your docs, and your colleagues will come up to tell you that you are a genius! +

+ +

+Share this content by tweeting this page: +

+ + + + +

+Follow f_niessen on Twitter for updates on Org-HTML themes! +

+
+
+ +
+

1.2 Requirements

+
+

+Org mode version 8 (or later) is required. +

+ +

+If such a version is not bundled with your Emacs, install one from ELPA. +

+
+
+
+ +
+

2 Quotations

+
+
+

2.1 About Bigblow

+
+

+“Very very nice, I enjoy it a lot.”
+– Ista Zahn +

+ +

+“This is awesome. I love it!”
+– Rainer M Krug +

+ +

+“This is awesome!!”
+– Mehul Sanghvi +

+ +

+“This very nice html theme. […] I cannot use another emacs-theme than your +emacs-leuven-theme, and it is going to be probably the same with your html +theme!”
+– Joseph Vidal-Rosset +

+ +

+“Thanks a lot for sharing […] the wonderful Bigblow theme. I create lot of +specification for other team members to use. It has always been a trouble to +share and maintain such spec. Now, I can create a much neater spec which is +available for the team’s reference as a webpage.”
+– Shankar R. +

+ +

+“I like Bigblow the best. I’ve exported most of my Org files using this theme +and published them within my company’s intranet. Thanks for sharing this +wonderful package!”
+– Richard K. +

+
+
+ +
+

2.2 About ReadTheOrg

+
+

+“OMG. The ReadTheOrg theme for exported HTML from org mode files is eye +wateringly beautiful. Thank you!”
+– Rob Stewart +

+ +

+“It is fantastic, so beautiful. I will switch several of my pages over to +this theme.”
+– Carsten D. +

+ +

+“That is incredibly impressive. Thanks for this.”
+– Noah R. +

+ +

+“Thank you! I enjoy your themes. The best ones I’ve ever found.”
+– Kang T. +

+ +

+“Awesome theme. Wonderful job. You’re doing a wonderful thing — it will +enable people (at least those who use Emacs and Org mode) to put together +on-line reference works in a much-more usable fashion than is currently +available.”
+– D. C. Toedt +

+ +

+“Extremely useful.”
+– Thomas S. Dye +

+
+
+
+ +
+

3 Gallery

+
+

+This is a list of available HTML themes for Org mode, which you can use right +now! Well, I hope to have more than one in a couple of weeks… +

+
+ +
+

3.1 Bigblow

+
+

+Bigblow is perfect for your work: it is a clean design aimed at optimal Org +mode experience in your browser. It looks just awesome! +

+ + +
+

bigblow.png +

+
+ +

+Click on the image for a quick demo of Bigblow (2:49 min, no audio). +

+ +

+Keyboard shortcuts to save time and boost your productivity: +

+ + + + +++ ++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ShortcutWhat it does
? or hAccess the dashboard
nMove to the next main heading
pMove to the previous main heading
bScroll up
<Scroll to top
>Scroll to bottom
-Collapse all
+Expand all
rGo to next task in list
RGo to previous task in list
qStop reviewing the list of tasks
gReload the page
+
+
+ +
+

3.2 ReadTheOrg

+
+

+ReadTheOrg is a clone of the official – and great! – theme (called Sphinx) +used in the Read The Docs site. It gives a beautiful and professional style to +all your Org docs. +

+ +

+Thanks to the creator(s) of Sphinx! +

+ + +
+

readtheorg.png +

+
+ +
+

+While the original theme shines on mobile devices as well, ReadTheOrg does not +stay completely functional. +

+ +

+I don’t have a lot of time to maintain this project due to other +responsibilities. Help is welcome to work on that (and eventually improve the +default structure of the HTML export)! +

+ +
+
+
+
+ +
+

4 Demo

+
+

+I’ve written a demo page for the themes that provides a maximal working support +of Org mode syntax. +

+ +

+Please see the Org mode refcard page for full examples of headings, code, +admonitions, footnotes, tables and other details. +

+
+
+ +
+

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, 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: +

+ +
    +
  • +copy the “setup file” of the chosen theme to the directory of your Org files, +

    + +
    + +
    #+SETUPFILE: THEME-NAME.setup
    +
    +
    + +

    +or +

  • + +
  • +use the (relative or absolute) path to the “setup file” (in your Git local +repository) +

    + +
    + +
    #+SETUPFILE: path/to/Git/repo/setup/THEME-NAME.setup
    +
    +
  • +
+ +

+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

+
+

+In order to use the Bigblow style, just copy the theme-bigblow.setup file to +your project and link to it this way: +

+ +
+ +
#+SETUPFILE: theme-bigblow.setup
+
+
+ +

+If you prefer, you can add the content of the setup file at the beginning of +your Org file instead: +

+ +
+ +
# -*- mode: org; -*-
+
+#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://www.pirilampo.org/styles/bigblow/css/htmlize.css"/>
+#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://www.pirilampo.org/styles/bigblow/css/bigblow.css"/>
+#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://www.pirilampo.org/styles/bigblow/css/hideshow.css"/>
+
+#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/bigblow/js/jquery-1.11.0.min.js"></script>
+#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/bigblow/js/jquery-ui-1.10.2.min.js"></script>
+
+#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/bigblow/js/jquery.localscroll-min.js"></script>
+#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/bigblow/js/jquery.scrollTo-1.4.3.1-min.js"></script>
+#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/bigblow/js/jquery.zclip.min.js"></script>
+#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/bigblow/js/bigblow.js"></script>
+#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/bigblow/js/hideshow.js"></script>
+#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/lib/js/jquery.stickytableheaders.min.js"></script>
+
+
+
+ +
+

Local version

+
+

+Here a local version (using relative paths): +

+ +
+ +
# -*- mode: org; -*-
+
+#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="styles/bigblow/css/htmlize.css"/>
+#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="styles/bigblow/css/bigblow.css"/>
+#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="styles/bigblow/css/hideshow.css"/>
+
+#+HTML_HEAD: <script type="text/javascript" src="styles/bigblow/js/jquery-1.11.0.min.js"></script>
+#+HTML_HEAD: <script type="text/javascript" src="styles/bigblow/js/jquery-ui-1.10.2.min.js"></script>
+
+#+HTML_HEAD: <script type="text/javascript" src="styles/bigblow/js/jquery.localscroll-min.js"></script>
+#+HTML_HEAD: <script type="text/javascript" src="styles/bigblow/js/jquery.scrollTo-1.4.3.1-min.js"></script>
+#+HTML_HEAD: <script type="text/javascript" src="styles/bigblow/js/jquery.zclip.min.js"></script>
+#+HTML_HEAD: <script type="text/javascript" src="styles/bigblow/js/bigblow.js"></script>
+#+HTML_HEAD: <script type="text/javascript" src="styles/bigblow/js/hideshow.js"></script>
+#+HTML_HEAD: <script type="text/javascript" src="styles/lib/js/jquery.stickytableheaders.min.js"></script>
+
+
+
+
+
+ +
+

5.2 ReadTheOrg

+
+

+In order to use the ReadTheOrg style, just copy the theme-readtheorg.setup file +to your project and link to it this way: +

+ +
+ +
#+SETUPFILE: theme-readtheorg.setup
+
+
+ +

+If you prefer, you can add the content of the setup file at the beginning of +your Org file instead: +

+ +
+ +
# -*- mode: org; -*-
+
+#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://www.pirilampo.org/styles/readtheorg/css/htmlize.css"/>
+#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://www.pirilampo.org/styles/readtheorg/css/readtheorg.css"/>
+
+#+HTML_HEAD: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
+#+HTML_HEAD: <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/lib/js/jquery.stickytableheaders.js"></script>
+#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/readtheorg/js/readtheorg.js"></script>
+
+
+
+
+
+ +
+

6 Contributing

+
+
+

6.1 Issues

+
+

+Report issues and suggest features and improvements on the GitHub issue tracker. +

+
+
+ +
+

6.2 Patches

+
+

+I love contributions! Patches under any form are always welcome! +

+
+
+ +
+

6.3 Donations

+
+

+If you like the org-html-themes project (or any of my other projects), you can +show your appreciation and help support future development by making today +a donation through PayPal. +

+ +

+Regardless of the donations, org-html-themes will always be free both as in +beer and as in speech. +

+
+
+ +
+

6.4 Follow me

+
+

+I have an f_niessen account on Twitter. You should follow it. +

+
+
+
+ +
+

7 License

+
+

+Copyright (C) 2011-2016 Fabrice Niessen. +

+ +

+Author: Fabrice Niessen
+Keywords: org-mode html themes +

+ +

+This program is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. +

+ +

+This program is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. See the GNU General Public License for more details. +

+ +

+You should have received a copy of the GNU General Public License along with +this program. If not, see http://www.gnu.org/licenses/. +

+ + +:license-gpl-blue.svg + + +btn_donate_LG.gif + +
+
+
+
+

Author: Fabrice Niessen

+

Validate

+
+ + diff --git a/README.org b/README.org index ab3b67e..6e18df1 100644 --- a/README.org +++ b/README.org @@ -272,9 +272,9 @@ I love contributions! Patches under any form are always welcome! ** Donations -Do you like the org-html-themes project (or any of [[https://github.com/fniessen/][my other projects]])? If so, -you can consider showing your appreciation and help support future development -by making today a [[https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=VCVAS6KPDQ4JC&lc=BE&item_number=org%2dhtml%2dthemes¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted][donation]] through PayPal. Thanks! +If you like the org-html-themes project (or any of [[https://github.com/fniessen/][my other projects]]), you can +show your appreciation and help support future development by making today +a [[https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=VCVAS6KPDQ4JC&lc=BE&item_number=org%2dhtml%2dthemes¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted][donation]] through PayPal. Regardless of the donations, org-html-themes will always be free both as in beer and as in speech.