Discussion:
[O] How to use ox-html klipse in org-publish?
stardiviner
2018-05-05 13:46:05 UTC
Permalink
I try to use:

,----
| (setq org-html-klipsify-src t)

| and

| (setq org-publish-project-alist
| (...
| :html-klipsify-src t
| ...
| ))
`----

But my org-publish result does not see kipse result
https://stardiviner.github.io/Blog/2016-04-22%2022:54.html#org6921533.

The exported page should like this:
http://blog.klipse.tech//omnibus/2017/04/23/omnibus-1-wallpaper.html

Is there anybody using this klipse feature in exporting/publishing?
Can you give me some hints or show me your configuration about how ?

Thanks in advance.

--
[ stardiviner ] don't need to convince with trends.
Blog: https://stardiviner.github.io/
IRC(freenode): stardiviner
GPG: F09F650D7D674819892591401B5DF1C95AE89AC3
N. Raghavendra
2018-05-05 16:22:15 UTC
Permalink
Post by stardiviner
But my org-publish result does not see kipse result
https://stardiviner.github.io/Blog/2016-04-22%2022:54.html#org6921533.
http://blog.klipse.tech//omnibus/2017/04/23/omnibus-1-wallpaper.html
Is there anybody using this klipse feature in exporting/publishing?
Can you give me some hints or show me your configuration about how ?
I don't use klipse, but have checked just now that it works. Please see

http://www.retrotexts.net/tmp/ox-html-klipse/klipse.html

1. If you type

<a href="http://www.gnu.org/">The GNU project</a>

below the `span' element in the HTML section, you should see a link to
the GNU Web site below "Hello, world!".

2. If you type

(list-of-squares 10)

below the definition in the Scheme section, you should see

(0 1 4 9 16 25 36 49 64 81 100)

at the bottom.

3. The Org file and the Makefile that generated the HTML are at

http://www.retrotexts.net/tmp/ox-html-klipse/

in case you want to see them.

I hope this helps.

Best regards,
Raghu.

--
N. Raghavendra <***@hri.res.in>, http://www.retrotexts.net/
Harish-Chandra Research Institute, http://www.hri.res.in/
stardiviner
2018-05-06 05:20:57 UTC
Permalink
Hi, N. Raghavendra, follow your Makefile and Org test file. I run on my
machine, klipse works fine. This must be problem on my configuration. I
will find it out. Really thanks for your help.

--
[ stardiviner ] don't need to convince with trends.
Blog: https://stardiviner.github.io/
IRC(freenode): stardiviner
GPG: F09F650D7D674819892591401B5DF1C95AE89AC3

Loading...