From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jay Dixit Subject: org-slidy in org 8.x? Date: Wed, 23 Oct 2013 22:59:21 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c366d0dadf9404e973d375 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37731) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZB9O-00029y-IM for emacs-orgmode@gnu.org; Wed, 23 Oct 2013 22:59:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VZB9N-0004Fe-0d for emacs-orgmode@gnu.org; Wed, 23 Oct 2013 22:59:54 -0400 Received: from mail-we0-x22b.google.com ([2a00:1450:400c:c03::22b]:50865) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZB9M-0004FI-L6 for emacs-orgmode@gnu.org; Wed, 23 Oct 2013 22:59:52 -0400 Received: by mail-we0-f171.google.com with SMTP id t60so1699931wes.30 for ; Wed, 23 Oct 2013 19:59:51 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --001a11c366d0dadf9404e973d375 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hey everyone, I'm trying to use Dov Grobgeld's org-slidy (https://github.com/dov/org-slid= y) to create HTML-based slideshows using org-mode, but it doesn't seem to be working. I'm not sure, but I suspect this is because the syntax for org's HTML export may have changed? Here are the options used by org-slidy. https://gist.github.com/7129945 I tried to fix it by taking out the "-export" from the commands, but it didn't work. Does anyone know the new correct syntax for these options? I'm having similar issues trying to use Takumi Kinjo's org-html5presentation (https://github.com/kinjo/org-html5presentation.el) and org-impress-js (https://github.com/kinjo/org-impress-js.el). I get errors like "void-variable org-export-html-special-string-regexps," but I don't know enough to change the commands into org-8ese. Does anyone know how to do this? Finally, are there good HTML-based slideshows that are compatible with org 8.x? Thanks! #+OPTIONS: H:1 num:nil toc:nil \n:nil @:t ::t |:t ^:t f:t LaTeX:t #+BIND: org-export-html-style-include-default nil #+BIND: org-export-html-style-include-scripts t #+BIND: org-export-html-auto-preamble nil #+BIND: org-export-html-auto-postamble nil #+BIND: org-export-html-style " " #+BIND: org-export-html-style-extra "" #+BIND: org-export-html-preamble org-htmlslidy-html-preamble-function #+BIND: org-export-html-postamble org-htmlslidy-html-postamble-function jaydixit.com newyorkwritersintensive.com fol=ADlow @jaydixit Jay Dixit --001a11c366d0dadf9404e973d375 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hey everyone,

I'm try= ing to use=A0Dov Grobgeld's org-slidy (https://github.com/dov/org-slidy) to cre= ate HTML-based slideshows using org-mode, but it doesn't seem to be wor= king. I'm not sure, but I suspect this is because the syntax for org= 9;s HTML export may have changed?=A0

Here ar= e the options used by org-slidy.=A0

I= tried to fix it by taking out the "-export" from the commands, b= ut it didn't work. Does anyone know the new correct syntax for these op= tions?=A0

I'm= having similar issues trying to use Takumi Kinjo's org-html5presentati= on (https://g= ithub.com/kinjo/org-html5presentation.el) and org-impress-js (https://github.com/kinjo/or= g-impress-js.el).=A0

I get e= rrors like "void-variable org-export-html-special-string-regexps,"= ; but I don't know enough to change the commands into org-8ese. Does an= yone know how to do this?=A0

Finally= , are there good HTML-based slideshows that are compatible with org 8.x?=A0=

T= hanks!


#+OPT= IONS: H:1 num:nil toc:nil \n:nil @:t ::t |:t ^:t f:t LaTeX:t
#+BIND: org-expo= rt-html-style-include-default nil
= #+BIND: org-export-html-style-include-scripts= t
#+BIND: org-expo= rt-html-auto-preamble nil
#+BIND: org-export-html-auto-postamble nil
#+BIND: org-export-html-style "<!-- c= onfiguration parameters --> <meta name=3D'duration' content= =3D'5' /> <meta name=3D'font-size-adjustment' content= =3D'2' /> <!-- style sheet links --> <link rel=3D's= tylesheet' href=3D'slidy.css' type=3D'text/css' /> &= lt;!-- HTMTLSLIDY JS --> <script src=3D'htmlslidy-slides.js' = type=3D'text/javascript'></script> <script src=3D's= lidy.js' type=3D'text/javascript'></script> <script= src=3D'jquery.js' type=3D'text/javascript'></script&= gt; <script src=3D'org-slidy-slides.js' type=3D'text/javascr= ipt'></script>"
#+BIND: org-expo= rt-html-style-extra ""
<= font face=3D"georgia, serif">#+BIND: org-export-html-preamble org-htmlslidy= -html-preamble-function
#+BIND: org-expo= rt-html-postamble org-htmlslidy-html-postamble-function


--001a11c366d0dadf9404e973d375--