Re: [O] publishuing in html5

2013-12-31 Thread Catonano
Nicolas, 2013/12/18 Nicolas Goaziou n.goaz...@gmail.com 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-31 Thread Catonano
Nick, 2013/12/18 Nick Dokos ndo...@gmail.com 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

Re: [O] publishuing in html5

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

Re: [O] publishuing in html5

2013-12-31 Thread Catonano
Nicolas, 2013/12/9 Nicolas Goaziou n.goaz...@gmail.com #+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:

Re: [O] publishuing in html5

2013-12-31 Thread Catonano
Nick, 2013/12/31 Catonano caton...@gmail.com 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

Re: [O] publishuing in html5

2013-12-18 Thread Catonano
Nicolas, 2013/12/15 Nicolas Goaziou n.goaz...@gmail.com Hello, Catonano caton...@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

Re: [O] publishuing in html5

2013-12-18 Thread Catonano
Nick, 2013/12/14 Nick Dokos ndo...@gmail.com Catonano caton...@gmail.com writes: 2013/12/11 Nicolas Goaziou n.goaz...@gmail.com 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

Re: [O] publishuing in html5

2013-12-14 Thread Catonano
2013/12/11 Nicolas Goaziou n.goaz...@gmail.com Scott Randby sran...@gmail.com 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 Catonano
Nicolas, thanks for your hint. I have a couple of observations. 2013/12/9 Nicolas Goaziou n.goaz...@gmail.com Hello, Catonano caton...@gmail.com 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

Re: [O] publishuing in html5

2013-12-11 Thread Catonano
Nick, 2013/12/9 Nick Dokos ndo...@gmail.com Catonano caton...@gmail.com writes: Try --8---cut here---start-8--- #+HTML_DOCTYPE: html5 #+OPTIONS: html5-fancy:t #+BEGIN_ASIDE Lorem Ipsum #+END_ASIDE --8---cut here---end

[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 aside pLorem ipsum/p /aside but it doesn't work, I still get div class=aside p Lorem ipsum /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 caton...@gmail.com 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 aside pLorem

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 caton...@gmail.com I forgot: my org-mode version is 8.2.4 2013/12/9 Catonano caton...@gmail.com I' m trying

[O] o-blog (help with autocompletions)

2013-09-12 Thread Catonano
Hello people, I'm using the org mode that comes bundled with the Emacs installation in Fedora 19, I think it's Emacs 24.2.x (I'm writing from another machine) I'm playing with o-blog (on top of org mode) and I'm editing the file sample.org (here