From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: publishuing in html5 Date: Wed, 18 Dec 2013 14:02:18 +0100 Message-ID: <87ob4e8g85.fsf@gmail.com> References: <87fvq1u7a5.fsf@gmail.com> <87mwk2bf7d.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtGlM-0003am-5Y for emacs-orgmode@gnu.org; Wed, 18 Dec 2013 08:02:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VtGlD-0003LT-OK for emacs-orgmode@gnu.org; Wed, 18 Dec 2013 08:02:08 -0500 Received: from mail-wi0-x234.google.com ([2a00:1450:400c:c05::234]:43487) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtGlD-0003Kl-Hk for emacs-orgmode@gnu.org; Wed, 18 Dec 2013 08:01:59 -0500 Received: by mail-wi0-f180.google.com with SMTP id hm19so572651wib.13 for ; Wed, 18 Dec 2013 05:01:58 -0800 (PST) In-Reply-To: (catonano@gmail.com's message of "Wed, 18 Dec 2013 11:04:30 +0100") 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: Catonano Cc: emacs-orgmode@gnu.org Hello, Catonano writes: > 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 specified already in this thread, you also need :html-doctype "html5" in your configuration. Regards, -- Nicolas Goaziou