relevance / org-html-slideshow

JavaScript presentation slides generated from Emacs org-mode
160 stars 42 forks source link

New syntax for export block in Org 9 #21

Open oylenshpeegul opened 6 years ago

oylenshpeegul commented 6 years ago

It looks like #+BEGIN_HTML should be #+BEGIN_EXPORT html now.

Without this, <script> gets changed to &lt;script&gt; and so forth, so the javascript does not work.

kyptin commented 6 years ago

Thanks for this. I ran into this problem just now, trying org-html-slideshow for the first time. It's nice to be able to find the solution quickly. I confirm that it works.

My guess is that it would be easier for @stuartsierra to accept this PR if you specified that this syntax is for OrgMode >= 9.0 only.

Cheers, and thanks again!

stuartsierra commented 6 years ago

Thank you for your interest in org-html-slideshow. This project is archived and is no longer under active maintenance. If you are interested in continuing the project, please consider creating a fork under a different name. Thank you. –S

incandescentman commented 6 years ago

You may want to refer to the fork https://github.com/aiba/org-html-slideshow. It fixes an important conflict with new versions of Chrome that prevented Presenter View slides from correctly tracking when slides were advanced, as well as the export syntax you mentioned.