From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catonano Subject: Re: publishuing in html5 Date: Wed, 18 Dec 2013 11:04:30 +0100 Message-ID: References: <87fvq1u7a5.fsf@gmail.com> <87mwk2bf7d.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c2f8b8d0e92e04edcc2b26 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52844) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtDzV-00045u-Lv for emacs-orgmode@gnu.org; Wed, 18 Dec 2013 05:04:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VtDzU-00033F-BX for emacs-orgmode@gnu.org; Wed, 18 Dec 2013 05:04:33 -0500 Received: from mail-ig0-x232.google.com ([2607:f8b0:4001:c05::232]:38767) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtDzU-000333-6F for emacs-orgmode@gnu.org; Wed, 18 Dec 2013 05:04:32 -0500 Received: by mail-ig0-f178.google.com with SMTP id ut6so694803igb.5 for ; Wed, 18 Dec 2013 02:04:31 -0800 (PST) In-Reply-To: <87mwk2bf7d.fsf@gmail.com> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org --001a11c2f8b8d0e92e04edcc2b26 Content-Type: text/plain; charset=ISO-8859-1 Nicolas, 2013/12/15 Nicolas Goaziou > Hello, > > Catonano writes: > > > I made a temporary repository here > > https://github.com/humanitiesNerd/exploring-org-mode > > > > in case anyone wants to take a look > > In "configuration.el" you use > > :org-html-html5-fancy 1 > > but it should be > > :html-html5-fancy 1 > > > Regards, > > -- > Nicolas Goaziou > thank you so much for your suggestion ! I tried but it still doesn't work. That is, this block #+ATTR_HTML: :controls controls :width 350 #+BEGIN_VIDEO #+HTML: #+HTML: Your browser does not support the video tag. #+END_VIDEO gets translated to

Your browser does not support the video tag.

As for my versions of Org-mode, Emacs and operating system, I'm gonna write about it in a minute Thanks again --001a11c2f8b8d0e92e04edcc2b26 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Nicolas,

2013/12/15 Nicolas Goaziou <n.goaziou@gmail.com>
Hello,

Catonano <catonano@gmail.com&g= t; writes:

> I made a temporary repository here
> https://github.com/humanitiesNerd/exploring-org-mode
>
> in case anyone wants to take a look

In "configuration.el" you use

=A0 :org-html-html5-fancy 1

but it should be

=A0 :html-html5-fancy 1


Regards,

--
Nicolas Goaziou

thank= you so much for your suggestion !

= I tried but it still doesn't work.

That is, this block

#+ATTR_HTML: :controls controls :width 350
#+= BEGIN_VIDEO
#+HTML: <source src=3D"movie.mp4" type=3D"= video/mp4">
#+HTML: <source src=3D"movie.ogg" type= =3D"video/ogg">
=A0Your browser does not support the video tag.
#+END_VIDEO


<= /div>
gets translated to

<div controls= =3D"controls" width=3D"350" class=3D"video"&g= t;
<source src=3D"movie.mp4" type=3D"video/mp4"&g= t;
<source src=3D"movie.ogg" type=3D"video/ogg">
= <p>
Your browser does not support the video tag.
</p>
=
</div>


As for my vers= ions of Org-mode, Emacs and operating system, I'm gonna write about it = in a minute

Thanks again
--001a11c2f8b8d0e92e04edcc2b26--