From: Scott Randby <srandby@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: publishuing in html5
Date: Fri, 20 Dec 2013 15:06:58 -0500 [thread overview]
Message-ID: <52B4A362.1040505@gmail.com> (raw)
In-Reply-To: <CAJ98PDwt1BiPzJGozP69KN==tEEAjxxQOwVTAjWg21GmG9jrQw@mail.gmail.com>
On 12/18/2013 05:04 AM, Catonano wrote:
> Nicolas,
>
> 2013/12/15 Nicolas Goaziou <n.goaziou@gmail.com>
>
>> Hello,
>>
>> Catonano <catonano@gmail.com> 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: <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>
Here is an example that works for me:
--8<---------------cut here---------------start------------->8---
#+HTML_DOCTYPE: html5
#+OPTIONS: html5-fancy:t
#+ATTR_HTML: :controls controls :preload metadata : width 350
#+BEGIN_VIDEO
#+BEGIN_HTML
<source src="video.webm" />
Your browser does not support the <code>video</code> tag.
#+END_HTML
#+END_VIDEO
#+ATTR_HTML: :controls controls :id aud-tag :preload metadata
#+BEGIN_AUDIO
#+BEGIN_HTML
<source src="audio.ogg" />
<source src="audio.mp3" />
Your browser does not support the <code>audio</code> tag.
#+END_HTML
#+END_AUDIO
--8<---------------cut here---------------end--------------->8---
Scott Randby
>
>
> As for my versions of Org-mode, Emacs and operating system, I'm gonna write
> about it in a minute
>
> Thanks again
>
next prev parent reply other threads:[~2013-12-20 20:07 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-09 17:46 publishuing in html5 Catonano
2013-12-09 17:59 ` Catonano
2013-12-09 18:48 ` Catonano
2013-12-09 19:53 ` Nick Dokos
2013-12-11 0:41 ` Scott Randby
2013-12-11 12:58 ` Nick Dokos
2013-12-11 14:13 ` Scott Randby
2013-12-11 15:04 ` Nick Dokos
2013-12-11 15:20 ` Scott Randby
2013-12-11 15:24 ` Nicolas Goaziou
2013-12-11 15:47 ` Scott Randby
2013-12-11 16:03 ` Nicolas Goaziou
2013-12-11 16:30 ` Scott Randby
2013-12-14 17:01 ` Catonano
2013-12-14 19:40 ` Nick Dokos
2013-12-14 21:22 ` Alan L Tyree
2013-12-14 21:36 ` Achim Gratz
2013-12-18 10:16 ` Catonano
2013-12-18 16:41 ` Nick Dokos
2013-12-31 11:31 ` Catonano
2013-12-31 12:47 ` Catonano
2013-12-31 16:41 ` Nick Dokos
2013-12-15 10:00 ` Nicolas Goaziou
2013-12-15 18:30 ` Scott Randby
2013-12-11 15:43 ` Leading headline of a subtree tag export Scott Randby
2013-12-11 15:57 ` Nicolas Goaziou
2013-12-11 16:35 ` Scott Randby
2013-12-11 10:00 ` publishuing in html5 Catonano
2013-12-09 19:57 ` Nicolas Goaziou
2013-12-11 9:56 ` Catonano
2013-12-15 10:07 ` Nicolas Goaziou
2013-12-18 10:04 ` Catonano
2013-12-18 13:02 ` Nicolas Goaziou
2013-12-31 11:06 ` Catonano
2013-12-20 20:06 ` Scott Randby [this message]
2013-12-31 11:42 ` Catonano
2013-12-31 11:47 ` Catonano
2013-12-31 16:28 ` Nick Dokos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52B4A362.1040505@gmail.com \
--to=srandby@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.