Re: [O] publishuing in html5

2013-12-31 Thread Nick Dokos
Catonano writes: > Nick, > > 2013/12/18 Nick Dokos > > I'm not suggesting that you write this stuff in each and every file in > your blog. I'm just suggesting that before you can even have a blog (at > least using this mechanism), you have to first figure out what the > problem i

Re: [O] publishuing in html5

2013-12-31 Thread Nick Dokos
Catonano writes: > Nicolas, > > 2013/12/9 Nicolas Goaziou > > > #+HTML_HTML5_FANCY: t > > > > in level-0.org > > There is no such keyword. Use: > >   #+OPTIONS: html5-fancy:t > > or set `org-html-html5-fancy' to a non-nil value. > > Thanks. I copied that line

Re: [O] publishuing in html5

2013-12-31 Thread Catonano
Nick, 2013/12/31 Catonano > > I think I will have to use your suggestion to move from a configuration > based html5 publishing to a templates based one. > > I'll let you know > I promised that I would have let you know: here I am: it works even with templates now. So I can have my configuratio

Re: [O] publishuing in html5

2013-12-31 Thread Catonano
Nicolas, 2013/12/9 Nicolas Goaziou > > #+HTML_HTML5_FANCY: t > > > > in level-0.org > > There is no such keyword. Use: > > #+OPTIONS: html5-fancy:t > > or set `org-html-html5-fancy' to a non-nil value. > > Thanks. I copied that line from here: http://orgmode.org/worg/org-tutorials/org-publish-

Re: [O] publishuing in html5

2013-12-31 Thread Catonano
2013/12/20 Scott Randby > > Here is an example that works for me: > > thank you Scott. Note taken

Re: [O] publishuing in html5

2013-12-31 Thread Catonano
Nick, 2013/12/18 Nick Dokos > I'm not suggesting that you write this stuff in each and every file in > your blog. I'm just suggesting that before you can even have a blog (at > least using this mechanism), you have to first figure out what the > problem is and resolve it. Then you can optimize.

Re: [O] publishuing in html5

2013-12-31 Thread Catonano
Nicolas, 2013/12/18 Nicolas Goaziou > As specified already in this thread, you also need > > :html-doctype "html5" > > in your configuration. > > > Regards, > that worked. Thanks

Re: [O] publishuing in html5

2013-12-20 Thread Scott Randby
On 12/18/2013 05:04 AM, Catonano wrote: > 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

Re: [O] publishuing in html5

2013-12-18 Thread Nick Dokos
Catonano writes: > 2013/12/14 Nick Dokos > > The following file (which I posted before) > > --8<---cut here---start->8--- > #+HTML_DOCTYPE: html5 > #+OPTIONS: html5-fancy:t > > #+BEGIN_ASIDE > Lorem Ipsum > #+END_ASIDE >

Re: [O] publishuing in html5

2013-12-18 Thread Nicolas Goaziou
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 s

Re: [O] publishuing in html5

2013-12-18 Thread Catonano
Nick, 2013/12/14 Nick Dokos > Catonano writes: > > > 2013/12/11 Nicolas Goaziou > > What OS? What version of emacs? Are you sure you are not > picking up the org-mode bits that are bundled with emacs? > > > The following file (which I posted before) > > --8<---cut here--

Re: [O] publishuing in html5

2013-12-18 Thread Catonano
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 >

Re: [O] publishuing in html5

2013-12-15 Thread Scott Randby
On 12/14/2013 12:01 PM, Catonano wrote: > 2013/12/11 Nicolas Goaziou > >> Scott Randby writes: >> >>> I already have the following in my file: >>> >>> #+HTML_DOCTYPE: html5 >> >> You need to upgrade Org then. >> >> > I have Org 8.2.4 and it doesn't work anyway > I upgraded Org and my problems

Re: [O] publishuing in html5

2013-12-15 Thread 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

Re: [O] publishuing in html5

2013-12-15 Thread Nicolas Goaziou
Hello, Catonano writes: > 2013/12/11 Nicolas Goaziou > >> Scott Randby writes: >> >> > I already have the following in my file: >> > >> > #+HTML_DOCTYPE: html5 >> >> You need to upgrade Org then. >> >> > I have Org 8.2.4 and it doesn't work anyway But your problem may be different from Scott'

Re: [O] publishuing in html5

2013-12-14 Thread Achim Gratz
Nick Dokos writes: > Not sure why it says 8.2.3c - I'm running: That looks like the Org version that comes with the trunk Emacs you seem to be using. > Org-mode version 8.2.4 (release_8.2.4-340-g059dc0 @ > /home/nick/elisp/org-mode/lisp/) Most likely org-html-creator-string is pulled in via cus-

Re: [O] publishuing in html5

2013-12-14 Thread Alan L Tyree
On 15/12/13 06:40, Nick Dokos wrote: Catonano writes: 2013/12/11 Nicolas Goaziou Scott Randby writes: > I already have the following in my file: > > #+HTML_DOCTYPE: html5 You need to upgrade Org then. I have Org 8.2.4 and it doesn't work anyway What O

Re: [O] publishuing in html5

2013-12-14 Thread Nick Dokos
Catonano writes: > 2013/12/11 Nicolas Goaziou > > Scott Randby writes: > > > I already have the following in my file: > > > > #+HTML_DOCTYPE: html5 > > You need to upgrade Org then. > > I have Org 8.2.4 and it doesn't work anyway > What OS? What version of emacs? Ar

Re: [O] publishuing in html5

2013-12-14 Thread Catonano
2013/12/11 Nicolas Goaziou > Scott Randby writes: > > > I already have the following in my file: > > > > #+HTML_DOCTYPE: html5 > > You need to upgrade Org then. > > I have Org 8.2.4 and it doesn't work anyway

Re: [O] publishuing in html5

2013-12-11 Thread Scott Randby
On 12/11/2013 11:03 AM, Nicolas Goaziou wrote: > Scott Randby writes: > >> I already have the following in my file: >> >> #+HTML_DOCTYPE: html5 > > You need to upgrade Org then. Okay, I will do that. Scott > > > Regards, >

Re: [O] publishuing in html5

2013-12-11 Thread Nicolas Goaziou
Scott Randby writes: > I already have the following in my file: > > #+HTML_DOCTYPE: html5 You need to upgrade Org then. Regards, -- Nicolas Goaziou

Re: [O] publishuing in html5

2013-12-11 Thread Scott Randby
On 12/11/2013 10:24 AM, Nicolas Goaziou wrote: > Hello, > > Scott Randby writes: > >> On 12/11/2013 10:04 AM, Nick Dokos wrote: >>> Scott Randby writes: >>> >>> I tried C-c C-c on the #+OPTIONS line and I tried killing the file and opening it up again---neither works. I looked in the

Re: [O] publishuing in html5

2013-12-11 Thread Nicolas Goaziou
Hello, Scott Randby writes: > On 12/11/2013 10:04 AM, Nick Dokos wrote: >> Scott Randby writes: >> >> >>> I tried C-c C-c on the #+OPTIONS line and I tried killing the file and >>> opening it up again---neither works. I looked in the manual (section >>> 12.3) and noticed that html5-fancy: is

Re: [O] publishuing in html5

2013-12-11 Thread Scott Randby
On 12/11/2013 10:04 AM, Nick Dokos wrote: > Scott Randby writes: > > >> I tried C-c C-c on the #+OPTIONS line and I tried killing the file and >> opening it up again---neither works. I looked in the manual (section >> 12.3) and noticed that html5-fancy: is not on the list of arguments >> recogni

Re: [O] publishuing in html5

2013-12-11 Thread Nick Dokos
Scott Randby writes: > I tried C-c C-c on the #+OPTIONS line and I tried killing the file and > opening it up again---neither works. I looked in the manual (section > 12.3) and noticed that html5-fancy: is not on the list of arguments > recognized by the #+OPTIONS keyword. It's documented in se

Re: [O] publishuing in html5

2013-12-11 Thread Scott Randby
On 12/11/2013 07:58 AM, Nick Dokos wrote: > Scott Randby writes: > >> On 12/09/2013 02:53 PM, Nick Dokos wrote: >>> Catonano writes: >>> I' m trying to follow the examples at this page http://orgmode.org/manual/HTML-doctypes.html#HTML-doctypes to transform

Re: [O] publishuing in html5

2013-12-11 Thread Nick Dokos
Scott Randby writes: > On 12/09/2013 02:53 PM, Nick Dokos wrote: >> Catonano writes: >> >>> I' m trying to follow the examples at this page >>> >>> http://orgmode.org/manual/HTML-doctypes.html#HTML-doctypes >>> >>> to transform >>> >>> #+BEGIN_ASIDE >>> Lorem ipsum >>> #+END_ASID

Re: [O] publishuing in html5

2013-12-11 Thread Catonano
Nick, 2013/12/9 Nick Dokos > Catonano writes: > > Try > > --8<---cut here---start->8--- > #+HTML_DOCTYPE: html5 > #+OPTIONS: html5-fancy:t > > #+BEGIN_ASIDE > Lorem Ipsum > #+END_ASIDE > --8<---cut here---end--->8--- > I'

Re: [O] publishuing in html5

2013-12-11 Thread Catonano
Nicolas, thanks for your hint. I have a couple of observations. 2013/12/9 Nicolas Goaziou > Hello, > > Catonano writes: > > > I tried to both include the directive in the "group" in the project > > definition AND using > > > > #+HTML_HTML5_FANCY: t > > > > in level-0.org > > There is no such

Re: [O] publishuing in html5

2013-12-10 Thread Scott Randby
On 12/09/2013 02:53 PM, Nick Dokos wrote: > Catonano writes: > >> I' m trying to follow the examples at this page >> >> http://orgmode.org/manual/HTML-doctypes.html#HTML-doctypes >> >> to transform >> >> #+BEGIN_ASIDE >> Lorem ipsum >> #+END_ASIDE >> >> in >> >> >>Lor

Re: [O] publishuing in html5

2013-12-09 Thread Nicolas Goaziou
Hello, Catonano writes: > I tried to both include the directive in the "group" in the project > definition AND using > > #+HTML_HTML5_FANCY: t > > in level-0.org There is no such keyword. Use: #+OPTIONS: html5-fancy:t or set `org-html-html5-fancy' to a non-nil value. Regards, -- Nicolas

Re: [O] publishuing in html5

2013-12-09 Thread Nick Dokos
Catonano writes: > I' m trying to follow the examples at this page > > http://orgmode.org/manual/HTML-doctypes.html#HTML-doctypes > > to transform > >      #+BEGIN_ASIDE >      Lorem ipsum >      #+END_ASIDE > > in > >       >        Lorem ipsum >       > > but it doesn't work, I still get > > >

Re: [O] publishuing in html5

2013-12-09 Thread Catonano
now I see that html5 is mentioned in the exporting section but not in the publishing section. I mistakenly identified the 2. Does org-mode publish to html5 ? 2013/12/9 Catonano > I forgot: my org-mode version is 8.2.4 > > > 2013/12/9 Catonano > >> I' m trying to follow the examples at this p

Re: [O] publishuing in html5

2013-12-09 Thread Catonano
I forgot: my org-mode version is 8.2.4 2013/12/9 Catonano > I' m trying to follow the examples at this page > > http://orgmode.org/manual/HTML-doctypes.html#HTML-doctypes > > to transform > > #+BEGIN_ASIDE > Lorem ipsum > #+END_ASIDE > > > in > > > >Lorem ipsum >

[O] publishuing in html5

2013-12-09 Thread Catonano
I' m trying to follow the examples at this page http://orgmode.org/manual/HTML-doctypes.html#HTML-doctypes to transform #+BEGIN_ASIDE Lorem ipsum #+END_ASIDE in Lorem ipsum but it doesn't work, I still get Lorem ipsum I tried to both include the dire