fniessen / org-html-themes

Transform your Org mode files into stunning HTML documents in minutes with our Org mode HTML theme. Elevate your productivity and impress your readers! #orgmode #html #theme #productivity #design
GNU General Public License v3.0
2.21k stars 431 forks source link

Can't include files with HTML_HEAD #10

Closed maxvi closed 9 years ago

maxvi commented 9 years ago

Seems like it doesn't work for me :( I tried any ways (local, remote, remote github)

I use: GNU Emacs 24.3.1 Org version 7.9.3f

fniessen commented 9 years ago

Can you show me a minimal example (10 lines or less) of what you tried?

maxvi commented 9 years ago

Just copy/paste github remote version to blank test.org file and then export with C-c C-e h

# -*- mode: org; -*-

#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://rawgit.com/fniessen/org-html-themes/master/styles/bigblow/css/htmlize.css"/>
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://rawgit.com/fniessen/org-html-themes/master/styles/bigblow/css/bigblow.css"/>
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://rawgit.com/fniessen/org-html-themes/master/styles/bigblow/css/hideshow.css"/>

#+HTML_HEAD: <script type="text/javascript" src="https://rawgit.com/fniessen/org-html-themes/master/styles/bigblow/js/jquery-1.11.0.min.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="https://rawgit.com/fniessen/org-html-themes/master/styles/bigblow/js/jquery-ui-1.10.2.min.js"></script>

#+HTML_HEAD: <script type="text/javascript" src="https://rawgit.com/fniessen/org-html-themes/master/styles/bigblow/js/jquery.localscroll-min.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="https://rawgit.com/fniessen/org-html-themes/master/styles/bigblow/js/jquery.scrollTo-1.4.3.1-min.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="https://rawgit.com/fniessen/org-html-themes/master/styles/bigblow/js/jquery.zclip.min.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="https://rawgit.com/fniessen/org-html-themes/master/styles/bigblow/js/bigblow.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="https://rawgit.com/fniessen/org-html-themes/master/styles/bigblow/js/hideshow.js"></script>

* Item
  Desc
** Subitem
   Desc
** Subitem
   Desc
* Item
  Desc
** Subitem
   Desc
** Suitem
   Desc

Will try in another emacs version later.

fniessen commented 9 years ago

Could you check that you see the above line in the produced HTML file? If you don't have them, it means you use a too old version of Org mode (I think the above is supported since Org 8.0; for sure, it is not with versions 7.x).

maxvi commented 9 years ago

Seems you are right. Works with: GNU Emacs 24.4.1 Org version 8.2.9