emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] publishuing in html5


From: Nicolas Goaziou
Subject: Re: [O] publishuing in html5
Date: Wed, 18 Dec 2013 14:02:18 +0100

Hello,

Catonano <address@hidden> writes:

> I tried but it still doesn't work.
>
> That is, this block
>
> #+ATTR_HTML: :controls controls :width 350
> #+BEGIN_VIDEO
> #+HTML: <source src="movie.mp4" type="video/mp4">
> #+HTML: <source src="movie.ogg" type="video/ogg">
>  Your browser does not support the video tag.
> #+END_VIDEO
>
>
> gets translated to
>
> <div controls="controls" width="350" class="video">
> <source src="movie.mp4" type="video/mp4">
> <source src="movie.ogg" type="video/ogg">
> <p>
> Your browser does not support the video tag.
> </p>
>
> </div>

As specified already in this thread, you also need

  :html-doctype "html5"

in your configuration.


Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]