From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catonano Subject: publishuing in html5 Date: Mon, 9 Dec 2013 18:46:06 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0111bb740a7d5804ed1d927f Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41579) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq4uH-0004jD-Ig for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 12:46:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vq4uG-0006qc-7R for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 12:46:09 -0500 Received: from mail-ie0-x22b.google.com ([2607:f8b0:4001:c03::22b]:43599) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq4uG-0006qV-1g for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 12:46:08 -0500 Received: by mail-ie0-f171.google.com with SMTP id ar20so6719844iec.30 for ; Mon, 09 Dec 2013 09:46:07 -0800 (PST) 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: emacs-orgmode@gnu.org --089e0111bb740a7d5804ed1d927f Content-Type: text/plain; charset=ISO-8859-1 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 but it doesn't work, I still get

Lorem ipsum

I tried to both include the directive in the "group" in the project definition AND using #+HTML_HTML5_FANCY: t in level-0.org What am I missing ? --089e0111bb740a7d5804ed1d927f Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I' m trying to follow the examples at t= his page

http://orgmode.org/manual/HTML-doctypes.html#HTML-doctypes<= br>
to transform

=A0 =A0 =A0#+BEGIN_ASIDE
=A0 =A0 =A0Lorem ipsum<= br>=A0 =A0 =A0#+END_ASIDE


in


=A0 =A0 =A0<aside>=
=A0 =A0 =A0 =A0<p>Lorem ipsum</p>
=A0 =A0 =A0</aside&= gt;

but it doesn't work, I still get

<div class=3D"aside">
<p>
Lorem ipsum
&l= t;/p>

</div>

I tried to both include the direc= tive in the "group" in the project definition AND using

#+HTML_HTML5_FANCY: t

in level-= 0.org

What am I missing ?
--089e0111bb740a7d5804ed1d927f-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catonano Subject: Re: publishuing in html5 Date: Mon, 9 Dec 2013 18:59:27 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=bcaec5101cbbc5bac204ed1dc135 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44595) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq57B-0003lo-KM for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 12:59:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vq57A-0002aT-Cm for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 12:59:29 -0500 Received: from mail-ie0-x234.google.com ([2607:f8b0:4001:c03::234]:47536) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq57A-0002aP-7k for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 12:59:28 -0500 Received: by mail-ie0-f180.google.com with SMTP id tp5so6724837ieb.11 for ; Mon, 09 Dec 2013 09:59:27 -0800 (PST) In-Reply-To: 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: emacs-orgmode@gnu.org --bcaec5101cbbc5bac204ed1dc135 Content-Type: text/plain; charset=ISO-8859-1 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 > > > > > but it doesn't work, I still get > >
>

> Lorem ipsum >

> >
> > I tried to both include the directive in the "group" in the project > definition AND using > > #+HTML_HTML5_FANCY: t > > in level-0.org > > What am I missing ? > --bcaec5101cbbc5bac204ed1dc135 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I forgot: my org-mode version is 8.2.4


2013/12/9 Catonano <c= atonano@gmail.com>
I' m try= ing to follow the examples at this page

http://orgmode= .org/manual/HTML-doctypes.html#HTML-doctypes

to transform

=A0 =A0 =A0#+BEGIN_ASIDE
=A0 =A0 =A0Lorem ipsum<= br>=A0 =A0 =A0#+END_ASIDE


in


=A0 =A0 =A0<aside>=
=A0 =A0 =A0 =A0<p>Lorem ipsum</p>
=A0 =A0 =A0</aside&= gt;

but it doesn't work, I still get

<div class=3D"aside">
<p>
Lorem ipsum
&l= t;/p>

</div>

I tried to both include the direc= tive in the "group" in the project definition AND using

#+HTML_HTML5_FANCY: t

in level-0.org

What am I missing ?

--bcaec5101cbbc5bac204ed1dc135-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catonano Subject: Re: publishuing in html5 Date: Mon, 9 Dec 2013 19:48:55 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0111bb74b0c97d04ed1e72a3 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54669) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq5t4-0007Ix-0N for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 13:48:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vq5t2-0000vm-Mk for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 13:48:57 -0500 Received: from mail-ie0-x232.google.com ([2607:f8b0:4001:c03::232]:61450) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq5t2-0000vd-GN for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 13:48:56 -0500 Received: by mail-ie0-f178.google.com with SMTP id lx4so6924050iec.9 for ; Mon, 09 Dec 2013 10:48:55 -0800 (PST) In-Reply-To: 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: emacs-orgmode@gnu.org --089e0111bb74b0c97d04ed1e72a3 Content-Type: text/plain; charset=ISO-8859-1 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 page >> >> http://orgmode.org/manual/HTML-doctypes.html#HTML-doctypes >> >> to transform >> >> #+BEGIN_ASIDE >> Lorem ipsum >> #+END_ASIDE >> >> >> in >> >> >> >> >> but it doesn't work, I still get >> >>
>>

>> Lorem ipsum >>

>> >>
>> >> I tried to both include the directive in the "group" in the project >> definition AND using >> >> #+HTML_HTML5_FANCY: t >> >> in level-0.org >> >> What am I missing ? >> > > --089e0111bb74b0c97d04ed1e72a3 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
now I see that html5 is mentioned in the exporting se= ction but not in the publishing section.

I mistakenly ide= ntified the 2.

Does org-mode publish to html5 ?


2013/12= /9 Catonano <catonano@gmail.com>
I forgot: my org-mode version is 8.2.4


2013/12/9 Catonano <catonano@gmail.com>
I' m try= ing to follow the examples at this page

http://orgmode= .org/manual/HTML-doctypes.html#HTML-doctypes

to transform

=A0 =A0 =A0#+BEGIN_ASIDE
=A0 =A0 =A0Lorem ipsum<= br>=A0 =A0 =A0#+END_ASIDE


in


=A0 =A0 =A0<aside>=
=A0 =A0 =A0 =A0<p>Lorem ipsum</p>
=A0 =A0 =A0</aside&= gt;

but it doesn't work, I still get

<div class=3D"aside">
<p>
Lorem ipsum
&l= t;/p>

</div>

I tried to both include the direc= tive in the "group" in the project definition AND using

#+HTML_HTML5_FANCY: t

in level-0.org

What am I missing ?


--089e0111bb74b0c97d04ed1e72a3-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: publishuing in html5 Date: Mon, 09 Dec 2013 14:53:51 -0500 Message-ID: <87vbyxls1c.fsf@alphaville.bos.redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37463) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq6uB-0004iU-N3 for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 14:54:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vq6u6-0002rk-00 for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 14:54:11 -0500 Received: from plane.gmane.org ([80.91.229.3]:36261) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq6u5-0002rX-PM for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 14:54:05 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Vq6u2-0005HO-BR for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 20:54:02 +0100 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Dec 2013 20:54:02 +0100 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Dec 2013 20:54:02 +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: emacs-orgmode@gnu.org 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 > >       > > but it doesn't work, I still get > >
>

> Lorem ipsum >

> >
> > I tried to both include the directive in the "group" in the project > definition AND using > > #+HTML_HTML5_FANCY: t > Try --8<---------------cut here---------------start------------->8--- #+HTML_DOCTYPE: html5 #+OPTIONS: html5-fancy:t #+BEGIN_ASIDE Lorem Ipsum #+END_ASIDE --8<---------------cut here---------------end--------------->8--- > in level-0.org > > What am I missing ? Nick From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: publishuing in html5 Date: Mon, 09 Dec 2013 20:57:22 +0100 Message-ID: <87fvq1u7a5.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38068) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq6x6-0006uL-NT for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 14:57:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vq6x0-0003YO-6O for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 14:57:12 -0500 Received: from mail-wi0-x22e.google.com ([2a00:1450:400c:c05::22e]:48696) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq6wz-0003YG-UL for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 14:57:06 -0500 Received: by mail-wi0-f174.google.com with SMTP id z2so4376363wiv.1 for ; Mon, 09 Dec 2013 11:57:05 -0800 (PST) In-Reply-To: (catonano@gmail.com's message of "Mon, 9 Dec 2013 18:46:06 +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 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 Goaziou From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Randby Subject: Re: publishuing in html5 Date: Tue, 10 Dec 2013 19:41:19 -0500 Message-ID: <52A7B4AF.9050809@gmail.com> References: <87vbyxls1c.fsf@alphaville.bos.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44182) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqXrm-00038l-8P for emacs-orgmode@gnu.org; Tue, 10 Dec 2013 19:41:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqXrh-0001z8-0U for emacs-orgmode@gnu.org; Tue, 10 Dec 2013 19:41:30 -0500 Received: from mail-qc0-x22b.google.com ([2607:f8b0:400d:c01::22b]:49487) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqXrg-0001z4-Rg for emacs-orgmode@gnu.org; Tue, 10 Dec 2013 19:41:24 -0500 Received: by mail-qc0-f171.google.com with SMTP id c9so4488835qcz.2 for ; Tue, 10 Dec 2013 16:41:24 -0800 (PST) Received: from [192.168.1.111] (cpe-24-165-203-246.neo.res.rr.com. [24.165.203.246]) by mx.google.com with ESMTPSA id fc16sm35497935qeb.3.2013.12.10.16.41.22 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 10 Dec 2013 16:41:22 -0800 (PST) In-Reply-To: <87vbyxls1c.fsf@alphaville.bos.redhat.com> 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: emacs-orgmode@gnu.org 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 >> >> >> >> but it doesn't work, I still get >> >>
>>

>> Lorem ipsum >>

>> >>
>> >> I tried to both include the directive in the "group" in the project >> definition AND using >> >> #+HTML_HTML5_FANCY: t >> > > 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 cannot get the html5-fancy:t option to work when I set it in a file in the manner described above. It only works when I set org-html-html5-fancy to t in my init file. I'm using Org 8.0.3 and Emacs 24.2.1. Do I need to upgrade my version of Org? Scott Randby >> in level-0.org >> >> What am I missing ? > > Nick > > > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catonano Subject: Re: publishuing in html5 Date: Wed, 11 Dec 2013 10:56:39 +0100 Message-ID: References: <87fvq1u7a5.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0158aabad540a804ed3f3ec6 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47518) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqgXA-0000od-62 for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 04:56:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqgX3-0000jb-01 for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 04:56:48 -0500 Received: from mail-ie0-x22b.google.com ([2607:f8b0:4001:c03::22b]:64526) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqgX2-0000j9-Ns for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 04:56:40 -0500 Received: by mail-ie0-f171.google.com with SMTP id ar20so10634884iec.2 for ; Wed, 11 Dec 2013 01:56:39 -0800 (PST) In-Reply-To: <87fvq1u7a5.fsf@gmail.com> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org --089e0158aabad540a804ed3f3ec6 Content-Type: text/plain; charset=ISO-8859-1 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 keyword. Use: > > #+OPTIONS: html5-fancy:t > that key is mentioned at this page http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html#sec-5 is that page wrong ? Anyway I tried to substitute that row with your one and it didn't work anyway. I made a temporary repository here https://github.com/humanitiesNerd/exploring-org-mode in case anyone wants to take a look thanks > > > or set `org-html-html5-fancy' to a non-nil value. > > > Regards, > > -- > Nicolas Goaziou > --089e0158aabad540a804ed3f3ec6 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Nicolas,

thanks for your hint. I have a = couple of observations.


2013/12/9 Nicolas Goaziou <n.goaziou@gmail.com>
Hello,

Catonano <catonano@gmail.com&g= t; 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:

=A0 #+OPTIONS: html5-fancy:t

is that page wrong ?

Anyway I tried to su= bstitute that row with your one and it didn't work anyway.

in case anyone wants to take a look

thanks=
=A0

or set `org-html-html5-fancy' to a non-nil value.


Regards,

--
Nicolas Goaziou

--089e0158aabad540a804ed3f3ec6-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catonano Subject: Re: publishuing in html5 Date: Wed, 11 Dec 2013 11:00:52 +0100 Message-ID: References: <87vbyxls1c.fsf@alphaville.bos.redhat.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0139fddce308e104ed3f4dde Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49529) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqgbB-000395-R9 for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 05:01:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vqgb7-0002Xa-3P for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 05:00:57 -0500 Received: from mail-ie0-x233.google.com ([2607:f8b0:4001:c03::233]:51384) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vqgb6-0002XL-V7 for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 05:00:53 -0500 Received: by mail-ie0-f179.google.com with SMTP id x13so10268598ief.24 for ; Wed, 11 Dec 2013 02:00:52 -0800 (PST) In-Reply-To: <87vbyxls1c.fsf@alphaville.bos.redhat.com> 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: Nick Dokos Cc: emacs-orgmode@gnu.org --089e0139fddce308e104ed3f4dde Content-Type: text/plain; charset=ISO-8859-1 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'm trying to use level-N-org files, I'm not writing the settings in each file The doctype is set to html5 and html5-fancy is set to a not null value Would you mind to take a look at it ? It's here https://github.com/humanitiesNerd/exploring-org-mode --089e0139fddce308e104ed3f4dde Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Nick,

2013/12/9 Nick Dokos <ndokos@gmail.com>
Catonano <catonano@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--------------->8---


I'm trying to use=A0 level-N-org f= iles, I'm not writing the settings in each file

The d= octype is set to html5 and html5-fancy is set to a not null value

Would you mind to take a look at it ? It's here

https://github.= com/humanitiesNerd/exploring-org-mode
--089e0139fddce308e104ed3f4dde-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: publishuing in html5 Date: Wed, 11 Dec 2013 07:58:59 -0500 Message-ID: <87haafwnl8.fsf@gmail.com> References: <87vbyxls1c.fsf@alphaville.bos.redhat.com> <52A7B4AF.9050809@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50640) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqjNl-0001Ns-3r for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 07:59:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqjNf-0002oP-2Y for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 07:59:17 -0500 Received: from plane.gmane.org ([80.91.229.3]:45031) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqjNe-0002oC-Rh for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 07:59:10 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VqjNd-0001rf-Df for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 13:59:09 +0100 Received: from pool-98-110-175-184.bstnma.fios.verizon.net ([98.110.175.184]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Dec 2013 13:59:09 +0100 Received: from ndokos by pool-98-110-175-184.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Dec 2013 13:59:09 +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: emacs-orgmode@gnu.org 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_ASIDE >>> >>> in >>> >>> >>> >>> but it doesn't work, I still get >>> >>>
>>>

>>> Lorem ipsum >>>

>>> >>>
>>> >>> I tried to both include the directive in the "group" in the project >>> definition AND using >>> >>> #+HTML_HTML5_FANCY: t >>> >> >> 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 cannot get the html5-fancy:t option to work when I set it in a file in > the manner described above. It only works when I set > org-html-html5-fancy to t in my init file. > Did you C-c C-c on the #+OPTIONS line (or otherwise reinitialize the mode of the file)? -- Nick From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Randby Subject: Re: publishuing in html5 Date: Wed, 11 Dec 2013 09:13:35 -0500 Message-ID: <52A8730F.2080301@gmail.com> References: <87vbyxls1c.fsf@alphaville.bos.redhat.com> <52A7B4AF.9050809@gmail.com> <87haafwnl8.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45767) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqkXo-0007sw-Jn for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 09:13:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqkXi-0001ur-HW for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 09:13:44 -0500 Received: from mail-ig0-x234.google.com ([2607:f8b0:4001:c05::234]:43591) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqkXi-0001ul-Cl for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 09:13:38 -0500 Received: by mail-ig0-f180.google.com with SMTP id uq1so811826igb.1 for ; Wed, 11 Dec 2013 06:13:37 -0800 (PST) Received: from [192.168.1.111] (cpe-24-165-203-246.neo.res.rr.com. [24.165.203.246]) by mx.google.com with ESMTPSA id p5sm9173738igj.10.2013.12.11.06.13.36 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 11 Dec 2013 06:13:36 -0800 (PST) In-Reply-To: <87haafwnl8.fsf@gmail.com> 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: emacs-orgmode@gnu.org 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 >>>> >>>> #+BEGIN_ASIDE >>>> Lorem ipsum >>>> #+END_ASIDE >>>> >>>> in >>>> >>>> >>>> >>>> but it doesn't work, I still get >>>> >>>>
>>>>

>>>> Lorem ipsum >>>>

>>>> >>>>
>>>> >>>> I tried to both include the directive in the "group" in the project >>>> definition AND using >>>> >>>> #+HTML_HTML5_FANCY: t >>>> >>> >>> 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 cannot get the html5-fancy:t option to work when I set it in a file in >> the manner described above. It only works when I set >> org-html-html5-fancy to t in my init file. >> > > Did you C-c C-c on the #+OPTIONS line (or otherwise reinitialize the > mode of the file)? > 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. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: publishuing in html5 Date: Wed, 11 Dec 2013 10:04:13 -0500 Message-ID: <87ppp3juoi.fsf@alphaville.bos.redhat.com> References: <87vbyxls1c.fsf@alphaville.bos.redhat.com> <52A7B4AF.9050809@gmail.com> <87haafwnl8.fsf@gmail.com> <52A8730F.2080301@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60726) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqlL1-0003ku-9m for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 10:04:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqlKs-0001sa-90 for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 10:04:35 -0500 Received: from plane.gmane.org ([80.91.229.3]:39840) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqlKs-0001s3-3K for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 10:04:26 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VqlKq-0008CL-Ln for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 16:04:24 +0100 Received: from pool-98-110-175-184.bstnma.fios.verizon.net ([98.110.175.184]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Dec 2013 16:04:24 +0100 Received: from ndokos by pool-98-110-175-184.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Dec 2013 16:04:24 +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: emacs-orgmode@gnu.org 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 section 12.6.2, "HTML doctypes". Nick From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Randby Subject: Re: publishuing in html5 Date: Wed, 11 Dec 2013 10:20:22 -0500 Message-ID: <52A882B6.6010904@gmail.com> References: <87vbyxls1c.fsf@alphaville.bos.redhat.com> <52A7B4AF.9050809@gmail.com> <87haafwnl8.fsf@gmail.com> <52A8730F.2080301@gmail.com> <87ppp3juoi.fsf@alphaville.bos.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36921) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqlaU-000275-VX for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 10:20:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqlaM-00077M-G3 for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 10:20:34 -0500 Received: from mail-ie0-x236.google.com ([2607:f8b0:4001:c03::236]:52349) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqlaM-00076S-B0 for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 10:20:26 -0500 Received: by mail-ie0-f182.google.com with SMTP id as1so11150382iec.41 for ; Wed, 11 Dec 2013 07:20:25 -0800 (PST) Received: from [192.168.1.111] (cpe-24-165-203-246.neo.res.rr.com. [24.165.203.246]) by mx.google.com with ESMTPSA id p14sm9474030igr.7.2013.12.11.07.20.24 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 11 Dec 2013 07:20:25 -0800 (PST) In-Reply-To: <87ppp3juoi.fsf@alphaville.bos.redhat.com> 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: emacs-orgmode@gnu.org 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 >> recognized by the #+OPTIONS keyword. > > It's documented in section 12.6.2, "HTML doctypes". Yes, I had seen that documentation earlier, but I can't get it to work. I have no idea what the trouble could be. Any suggestions? > > Nick > > > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: publishuing in html5 Date: Wed, 11 Dec 2013 16:24:46 +0100 Message-ID: <87txefxvep.fsf@gmail.com> References: <87vbyxls1c.fsf@alphaville.bos.redhat.com> <52A7B4AF.9050809@gmail.com> <87haafwnl8.fsf@gmail.com> <52A8730F.2080301@gmail.com> <87ppp3juoi.fsf@alphaville.bos.redhat.com> <52A882B6.6010904@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38423) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vqlf1-00051M-6O for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 10:25:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vqles-0000Ke-5r for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 10:25:15 -0500 Received: from mail-ee0-f47.google.com ([74.125.83.47]:61508) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vqles-0000IA-0H for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 10:25:06 -0500 Received: by mail-ee0-f47.google.com with SMTP id e51so2790024eek.20 for ; Wed, 11 Dec 2013 07:24:30 -0800 (PST) In-Reply-To: <52A882B6.6010904@gmail.com> (Scott Randby's message of "Wed, 11 Dec 2013 10:20:22 -0500") 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: Scott Randby Cc: emacs-orgmode@gnu.org 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 not on the list of arguments >>> recognized by the #+OPTIONS keyword. >> >> It's documented in section 12.6.2, "HTML doctypes". > > Yes, I had seen that documentation earlier, but I can't get it to work. > I have no idea what the trouble could be. Any suggestions? You also need to set `org-html-doctype' to "html5" or some such in order to make html5-fancy effective. Regards, -- Nicolas Goaziou From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Randby Subject: Leading headline of a subtree tag export Date: Wed, 11 Dec 2013 10:43:13 -0500 Message-ID: <52A88811.8070505@gmail.com> References: <87vbyxls1c.fsf@alphaville.bos.redhat.com> <52A7B4AF.9050809@gmail.com> <87haafwnl8.fsf@gmail.com> <52A8730F.2080301@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43183) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vqlwc-00063b-Qu for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 10:43:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqlwU-00064B-Cd for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 10:43:26 -0500 Received: from mail-ie0-x22c.google.com ([2607:f8b0:4001:c03::22c]:48845) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqlwU-000647-65 for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 10:43:18 -0500 Received: by mail-ie0-f172.google.com with SMTP id qd12so11318033ieb.31 for ; Wed, 11 Dec 2013 07:43:17 -0800 (PST) Received: from [192.168.1.111] (cpe-24-165-203-246.neo.res.rr.com. [24.165.203.246]) by mx.google.com with ESMTPSA id qc5sm9581437igb.7.2013.12.11.07.43.16 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 11 Dec 2013 07:43:16 -0800 (PST) In-Reply-To: <52A8730F.2080301@gmail.com> 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: emacs-orgmode@gnu.org I had a file with the following structure: #+OPTIONS: tags:nil * Grades ** Student :studenttag: :PROPERTIES: :EXPORT_FILE_NAME: Exported-Grades/studenttag :END: *** Totals :totals: Content Whenever I exported the entire file, no tags were exported (what I want). However, whenever I exported the Student subtree, the tag for that subtree was exported (not what I want) but the tag for the Totals subtree was not exported (what I want). Then I tried the following: #+OPTIONS: tags:nil * Grades ** Student :studenttag: :PROPERTIES: :EXPORT_FILE_NAME: Exported-Grades/studenttag :EXPORT_OPTIONS: tags:nil :END: *** Totals :totals: Content The tag for the Student subtree is still exported when I export the Student subtree. How do I prevent this tag from being exported when I export the subtree? Scott Randby From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Randby Subject: Re: publishuing in html5 Date: Wed, 11 Dec 2013 10:47:22 -0500 Message-ID: <52A8890A.7050605@gmail.com> References: <87vbyxls1c.fsf@alphaville.bos.redhat.com> <52A7B4AF.9050809@gmail.com> <87haafwnl8.fsf@gmail.com> <52A8730F.2080301@gmail.com> <87ppp3juoi.fsf@alphaville.bos.redhat.com> <52A882B6.6010904@gmail.com> <87txefxvep.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44203) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vqm0b-0003vS-TO for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 10:47:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vqm0T-00071h-Gr for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 10:47:33 -0500 Received: from mail-ie0-x22d.google.com ([2607:f8b0:4001:c03::22d]:33182) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vqm0T-00071V-BY for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 10:47:25 -0500 Received: by mail-ie0-f173.google.com with SMTP id to1so11245699ieb.32 for ; Wed, 11 Dec 2013 07:47:24 -0800 (PST) In-Reply-To: <87txefxvep.fsf@gmail.com> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org 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 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 section 12.6.2, "HTML doctypes". >> >> Yes, I had seen that documentation earlier, but I can't get it to work. >> I have no idea what the trouble could be. Any suggestions? > > You also need to set `org-html-doctype' to "html5" or some such in order > to make html5-fancy effective. I already have the following in my file: #+HTML_DOCTYPE: html5 Scott > > > Regards, > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Leading headline of a subtree tag export Date: Wed, 11 Dec 2013 16:57:07 +0100 Message-ID: <87eh5jxtws.fsf@gmail.com> References: <87vbyxls1c.fsf@alphaville.bos.redhat.com> <52A7B4AF.9050809@gmail.com> <87haafwnl8.fsf@gmail.com> <52A8730F.2080301@gmail.com> <52A88811.8070505@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46559) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqmAE-0004A0-WB for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 10:57:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqmA7-0001lY-LN for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 10:57:30 -0500 Received: from mail-ee0-f47.google.com ([74.125.83.47]:38118) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqmA7-0001lS-Bk for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 10:57:23 -0500 Received: by mail-ee0-f47.google.com with SMTP id e51so2816968eek.34 for ; Wed, 11 Dec 2013 07:56:47 -0800 (PST) In-Reply-To: <52A88811.8070505@gmail.com> (Scott Randby's message of "Wed, 11 Dec 2013 10:43:13 -0500") 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: Scott Randby Cc: emacs-orgmode@gnu.org Hello, Scott Randby writes: > I had a file with the following structure: > > #+OPTIONS: tags:nil > * Grades > ** Student :studenttag: > :PROPERTIES: > :EXPORT_FILE_NAME: Exported-Grades/studenttag > :END: > *** Totals :totals: > Content > > Whenever I exported the entire file, no tags were exported (what I > want). However, whenever I exported the Student subtree, the tag for > that subtree was exported (not what I want) but the tag for the Totals > subtree was not exported (what I want). Then I tried the following: > > #+OPTIONS: tags:nil > * Grades > ** Student :studenttag: > :PROPERTIES: > :EXPORT_FILE_NAME: Exported-Grades/studenttag > :EXPORT_OPTIONS: tags:nil > :END: > *** Totals :totals: > Content > > The tag for the Student subtree is still exported when I export the > Student subtree. How do I prevent this tag from being exported when I > export the subtree? During a subtree export, the root headline becomes document's title, so tags:nil no longer applies. By default everything is included, todo keyword and tags. You can specify another title with :EXPORT_TITLE:, e.g. :EXPORT_TITLE: Student Regards, -- Nicolas Goaziou From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: publishuing in html5 Date: Wed, 11 Dec 2013 17:03:41 +0100 Message-ID: <87a9g7xtlu.fsf@gmail.com> References: <87vbyxls1c.fsf@alphaville.bos.redhat.com> <52A7B4AF.9050809@gmail.com> <87haafwnl8.fsf@gmail.com> <52A8730F.2080301@gmail.com> <87ppp3juoi.fsf@alphaville.bos.redhat.com> <52A882B6.6010904@gmail.com> <87txefxvep.fsf@gmail.com> <52A8890A.7050605@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48403) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqmG3-0007sq-Go for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 11:03:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqmFt-00043z-U7 for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 11:03:31 -0500 Received: from mail-ee0-x234.google.com ([2a00:1450:4013:c00::234]:41226) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqmFt-00043t-ON for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 11:03:21 -0500 Received: by mail-ee0-f52.google.com with SMTP id d17so2971115eek.25 for ; Wed, 11 Dec 2013 08:03:20 -0800 (PST) In-Reply-To: <52A8890A.7050605@gmail.com> (Scott Randby's message of "Wed, 11 Dec 2013 10:47:22 -0500") 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: Scott Randby Cc: emacs-orgmode@gnu.org Scott Randby writes: > I already have the following in my file: > > #+HTML_DOCTYPE: html5 You need to upgrade Org then. Regards, -- Nicolas Goaziou From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Randby Subject: Re: publishuing in html5 Date: Wed, 11 Dec 2013 11:30:59 -0500 Message-ID: <52A89343.8070404@gmail.com> References: <87vbyxls1c.fsf@alphaville.bos.redhat.com> <52A7B4AF.9050809@gmail.com> <87haafwnl8.fsf@gmail.com> <52A8730F.2080301@gmail.com> <87ppp3juoi.fsf@alphaville.bos.redhat.com> <52A882B6.6010904@gmail.com> <87txefxvep.fsf@gmail.com> <52A8890A.7050605@gmail.com> <87a9g7xtlu.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56573) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vqmgo-00006Z-JT for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 11:31:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vqmgg-0005Hw-72 for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 11:31:10 -0500 Received: from mail-ie0-x22d.google.com ([2607:f8b0:4001:c03::22d]:55748) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vqmgg-0005Hc-2F for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 11:31:02 -0500 Received: by mail-ie0-f173.google.com with SMTP id to1so11357899ieb.32 for ; Wed, 11 Dec 2013 08:31:01 -0800 (PST) Received: from [192.168.1.111] (cpe-24-165-203-246.neo.res.rr.com. [24.165.203.246]) by mx.google.com with ESMTPSA id s4sm10299214ige.0.2013.12.11.08.31.00 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 11 Dec 2013 08:31:00 -0800 (PST) In-Reply-To: <87a9g7xtlu.fsf@gmail.com> 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: emacs-orgmode@gnu.org 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, > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Randby Subject: Re: Leading headline of a subtree tag export Date: Wed, 11 Dec 2013 11:35:42 -0500 Message-ID: <52A8945E.9070001@gmail.com> References: <87vbyxls1c.fsf@alphaville.bos.redhat.com> <52A7B4AF.9050809@gmail.com> <87haafwnl8.fsf@gmail.com> <52A8730F.2080301@gmail.com> <52A88811.8070505@gmail.com> <87eh5jxtws.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58159) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqmlN-0003xE-OT for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 11:36:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqmlF-00070J-Bl for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 11:35:53 -0500 Received: from mail-ie0-x236.google.com ([2607:f8b0:4001:c03::236]:54562) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqmlF-00070E-1Q for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 11:35:45 -0500 Received: by mail-ie0-f182.google.com with SMTP id as1so11336403iec.41 for ; Wed, 11 Dec 2013 08:35:44 -0800 (PST) Received: from [192.168.1.111] (cpe-24-165-203-246.neo.res.rr.com. [24.165.203.246]) by mx.google.com with ESMTPSA id y10sm9838992igl.4.2013.12.11.08.35.43 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 11 Dec 2013 08:35:43 -0800 (PST) In-Reply-To: <87eh5jxtws.fsf@gmail.com> 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: emacs-orgmode@gnu.org On 12/11/2013 10:57 AM, Nicolas Goaziou wrote: > Hello, > > Scott Randby writes: > >> I had a file with the following structure: >> >> #+OPTIONS: tags:nil >> * Grades >> ** Student :studenttag: >> :PROPERTIES: >> :EXPORT_FILE_NAME: Exported-Grades/studenttag >> :END: >> *** Totals :totals: >> Content >> >> Whenever I exported the entire file, no tags were exported (what I >> want). However, whenever I exported the Student subtree, the tag for >> that subtree was exported (not what I want) but the tag for the Totals >> subtree was not exported (what I want). Then I tried the following: >> >> #+OPTIONS: tags:nil >> * Grades >> ** Student :studenttag: >> :PROPERTIES: >> :EXPORT_FILE_NAME: Exported-Grades/studenttag >> :EXPORT_OPTIONS: tags:nil >> :END: >> *** Totals :totals: >> Content >> >> The tag for the Student subtree is still exported when I export the >> Student subtree. How do I prevent this tag from being exported when I >> export the subtree? > > During a subtree export, the root headline becomes document's title, so > tags:nil no longer applies. By default everything is included, todo > keyword and tags. > > You can specify another title with :EXPORT_TITLE:, e.g. > > :EXPORT_TITLE: Student That worked. Thanks. Scott > > > Regards, > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catonano Subject: Re: publishuing in html5 Date: Sat, 14 Dec 2013 18:01:01 +0100 Message-ID: References: <87vbyxls1c.fsf@alphaville.bos.redhat.com> <52A7B4AF.9050809@gmail.com> <87haafwnl8.fsf@gmail.com> <52A8730F.2080301@gmail.com> <87ppp3juoi.fsf@alphaville.bos.redhat.com> <52A882B6.6010904@gmail.com> <87txefxvep.fsf@gmail.com> <52A8890A.7050605@gmail.com> <87a9g7xtlu.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=bcaec519691dfc73b704ed81859e Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48736) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrsaQ-00037m-2Z for emacs-orgmode@gnu.org; Sat, 14 Dec 2013 12:01:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VrsaM-0004SC-Ms for emacs-orgmode@gnu.org; Sat, 14 Dec 2013 12:01:06 -0500 Received: from mail-ig0-x22b.google.com ([2607:f8b0:4001:c05::22b]:62500) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrsaM-0004S2-Gz for emacs-orgmode@gnu.org; Sat, 14 Dec 2013 12:01:02 -0500 Received: by mail-ig0-f171.google.com with SMTP id c10so894452igq.4 for ; Sat, 14 Dec 2013 09:01:01 -0800 (PST) In-Reply-To: <87a9g7xtlu.fsf@gmail.com> 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: Nicolas Goaziou Cc: Scott Randby , emacs-orgmode@gnu.org --bcaec519691dfc73b704ed81859e Content-Type: text/plain; charset=ISO-8859-1 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 --bcaec519691dfc73b704ed81859e Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
2013/12/11 Nicolas Goaziou <n.goaziou@gmail.com&g= t;
Scott Randby <sra= ndby@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 wo= rk anyway
--bcaec519691dfc73b704ed81859e-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: publishuing in html5 Date: Sat, 14 Dec 2013 14:40:21 -0500 Message-ID: <87r49fuspm.fsf@gmail.com> References: <87vbyxls1c.fsf@alphaville.bos.redhat.com> <52A7B4AF.9050809@gmail.com> <87haafwnl8.fsf@gmail.com> <52A8730F.2080301@gmail.com> <87ppp3juoi.fsf@alphaville.bos.redhat.com> <52A882B6.6010904@gmail.com> <87txefxvep.fsf@gmail.com> <52A8890A.7050605@gmail.com> <87a9g7xtlu.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50345) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vrv4o-0002xi-K3 for emacs-orgmode@gnu.org; Sat, 14 Dec 2013 14:40:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vrv4j-0007Hs-83 for emacs-orgmode@gnu.org; Sat, 14 Dec 2013 14:40:38 -0500 Received: from plane.gmane.org ([80.91.229.3]:43464) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vrv4j-0007Hj-1c for emacs-orgmode@gnu.org; Sat, 14 Dec 2013 14:40:33 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Vrv4h-0004Nj-J8 for emacs-orgmode@gnu.org; Sat, 14 Dec 2013 20:40:31 +0100 Received: from pool-98-110-175-184.bstnma.fios.verizon.net ([98.110.175.184]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 14 Dec 2013 20:40:31 +0100 Received: from ndokos by pool-98-110-175-184.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 14 Dec 2013 20:40:31 +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: emacs-orgmode@gnu.org 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? 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---------------start------------->8--- #+HTML_DOCTYPE: html5 #+OPTIONS: html5-fancy:t #+BEGIN_ASIDE Lorem Ipsum #+END_ASIDE --8<---------------cut here---------------end--------------->8--- produces the following body for me: ,---- | |
|

html5

| |
|
|

Author: Nick Dokos

|

Created: 2013-12-14 Sat 14:30

|

Emacs 24.3.50.2 (Org mode 8.2.3c)

|

Validate

|
| `---- Not sure why it says 8.2.3c - I'm running: Org-mode version 8.2.4 (release_8.2.4-340-g059dc0 @ /home/nick/elisp/org-mode/lisp/) GNU Emacs 24.3.50.2 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.10) of 2013-07-14 on pierrot Linux pierrot 3.8.0-29-generic #42~precise1-Ubuntu SMP Wed Aug 14 16:19:23 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux -- Nick From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan L Tyree Subject: Re: publishuing in html5 Date: Sun, 15 Dec 2013 08:22:29 +1100 Message-ID: <52ACCC15.3070909@gmail.com> References: <87vbyxls1c.fsf@alphaville.bos.redhat.com> <52A7B4AF.9050809@gmail.com> <87haafwnl8.fsf@gmail.com> <52A8730F.2080301@gmail.com> <87ppp3juoi.fsf@alphaville.bos.redhat.com> <52A882B6.6010904@gmail.com> <87txefxvep.fsf@gmail.com> <52A8890A.7050605@gmail.com> <87a9g7xtlu.fsf@gmail.com> <87r49fuspm.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36772) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrweR-0005F5-Fn for emacs-orgmode@gnu.org; Sat, 14 Dec 2013 16:21:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VrweN-0000n3-D4 for emacs-orgmode@gnu.org; Sat, 14 Dec 2013 16:21:31 -0500 Received: from mail-pd0-x229.google.com ([2607:f8b0:400e:c02::229]:62837) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrweN-0000mT-50 for emacs-orgmode@gnu.org; Sat, 14 Dec 2013 16:21:27 -0500 Received: by mail-pd0-f169.google.com with SMTP id v10so3827814pde.28 for ; Sat, 14 Dec 2013 13:21:26 -0800 (PST) Received: from [192.168.1.1] (202.63.32.163.static.rev.eftel.com. [202.63.32.163]) by mx.google.com with ESMTPSA id pe3sm14619576pbc.23.2013.12.14.13.21.24 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 14 Dec 2013 13:21:25 -0800 (PST) In-Reply-To: <87r49fuspm.fsf@gmail.com> 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: emacs-orgmode@gnu.org 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 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---------------start------------->8--- > #+HTML_DOCTYPE: html5 > #+OPTIONS: html5-fancy:t > > #+BEGIN_ASIDE > Lorem Ipsum > #+END_ASIDE > --8<---------------cut here---------------end--------------->8--- > > produces the following body for me: > > ,---- > | > |
> |

html5

> | > |
> |
> |

Author: Nick Dokos

> |

Created: 2013-12-14 Sat 14:30

> |

Emacs 24.3.50.2 (Org mode 8.2.3c)

> |

Validate

> |
> | > `---- > > Not sure why it says 8.2.3c - I'm running: > > Org-mode version 8.2.4 (release_8.2.4-340-g059dc0 @ > /home/nick/elisp/org-mode/lisp/) > > GNU Emacs 24.3.50.2 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.10) of > 2013-07-14 on pierrot > > Linux pierrot 3.8.0-29-generic #42~precise1-Ubuntu SMP Wed Aug 14 16:19:23 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux > FWIW, I get a body similar to yours but with the correct org mode version in "creator": GNU Emacs 24.3.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.10) of 2013-07-17 on windy Org-mode version 8.2.4 (8.2.4-dist @ /home/alant/.emacs.d/org-mode/lisp/) Linux windy 3.2.0-4-amd64 #1 SMP Debian 3.2.51-1 x86_64 GNU/Linux Cheers, Alan -- Alan L Tyree http://www2.austlii.edu.au/~alan Tel: 04 2748 6206 sip:typhoon@iptel.org From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: Re: publishuing in html5 Date: Sat, 14 Dec 2013 22:36:47 +0100 Message-ID: <874n6bazdc.fsf@Rainer.invalid> References: <87vbyxls1c.fsf@alphaville.bos.redhat.com> <52A7B4AF.9050809@gmail.com> <87haafwnl8.fsf@gmail.com> <52A8730F.2080301@gmail.com> <87ppp3juoi.fsf@alphaville.bos.redhat.com> <52A882B6.6010904@gmail.com> <87txefxvep.fsf@gmail.com> <52A8890A.7050605@gmail.com> <87a9g7xtlu.fsf@gmail.com> <87r49fuspm.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38258) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrwtY-0000I6-UL for emacs-orgmode@gnu.org; Sat, 14 Dec 2013 16:37:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VrwtS-0004pz-O1 for emacs-orgmode@gnu.org; Sat, 14 Dec 2013 16:37:08 -0500 Received: from plane.gmane.org ([80.91.229.3]:34706) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrwtS-0004pt-HG for emacs-orgmode@gnu.org; Sat, 14 Dec 2013 16:37:02 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VrwtR-0000Ra-Ee for emacs-orgmode@gnu.org; Sat, 14 Dec 2013 22:37:01 +0100 Received: from pd9eb0926.dip0.t-ipconnect.de ([217.235.9.38]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 14 Dec 2013 22:37:01 +0100 Received: from Stromeko by pd9eb0926.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 14 Dec 2013 22:37:01 +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: emacs-orgmode@gnu.org 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-load. You could try if loading testing/org-batch-test-init clears it up. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation for Waldorf rackAttack V1.04R1: http://Synth.Stromeko.net/Downloads.html#WaldorfSDada From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: publishuing in html5 Date: Sun, 15 Dec 2013 11:00:58 +0100 Message-ID: <877gb6a0x1.fsf@gmail.com> References: <87vbyxls1c.fsf@alphaville.bos.redhat.com> <52A7B4AF.9050809@gmail.com> <87haafwnl8.fsf@gmail.com> <52A8730F.2080301@gmail.com> <87ppp3juoi.fsf@alphaville.bos.redhat.com> <52A882B6.6010904@gmail.com> <87txefxvep.fsf@gmail.com> <52A8890A.7050605@gmail.com> <87a9g7xtlu.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53246) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vs8VE-0004Wz-49 for emacs-orgmode@gnu.org; Sun, 15 Dec 2013 05:00:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vs8V5-00080k-No for emacs-orgmode@gnu.org; Sun, 15 Dec 2013 05:00:48 -0500 Received: from mail-ea0-x22a.google.com ([2a00:1450:4013:c01::22a]:39906) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vs8V5-00080g-D4 for emacs-orgmode@gnu.org; Sun, 15 Dec 2013 05:00:39 -0500 Received: by mail-ea0-f170.google.com with SMTP id k10so1634101eaj.15 for ; Sun, 15 Dec 2013 02:00:38 -0800 (PST) In-Reply-To: (catonano@gmail.com's message of "Sat, 14 Dec 2013 18:01:01 +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: Scott Randby , emacs-orgmode@gnu.org 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's. Regards, -- Nicolas Goaziou From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: publishuing in html5 Date: Sun, 15 Dec 2013 11:07:02 +0100 Message-ID: <87mwk2bf7d.fsf@gmail.com> References: <87fvq1u7a5.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54565) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vs8jD-0008Fs-Tg for emacs-orgmode@gnu.org; Sun, 15 Dec 2013 05:15:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vs8j8-00036l-JG for emacs-orgmode@gnu.org; Sun, 15 Dec 2013 05:15:15 -0500 Received: from mail-ee0-x234.google.com ([2a00:1450:4013:c00::234]:41168) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vs8aw-0000zw-Rr for emacs-orgmode@gnu.org; Sun, 15 Dec 2013 05:06:43 -0500 Received: by mail-ee0-f52.google.com with SMTP id d17so1644843eek.39 for ; Sun, 15 Dec 2013 02:06:42 -0800 (PST) In-Reply-To: (catonano@gmail.com's message of "Wed, 11 Dec 2013 10:56:39 +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 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Randby Subject: Re: publishuing in html5 Date: Sun, 15 Dec 2013 13:30:25 -0500 Message-ID: <52ADF541.20907@gmail.com> References: <87vbyxls1c.fsf@alphaville.bos.redhat.com> <52A7B4AF.9050809@gmail.com> <87haafwnl8.fsf@gmail.com> <52A8730F.2080301@gmail.com> <87ppp3juoi.fsf@alphaville.bos.redhat.com> <52A882B6.6010904@gmail.com> <87txefxvep.fsf@gmail.com> <52A8890A.7050605@gmail.com> <87a9g7xtlu.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43489) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VsGSd-0005zS-BP for emacs-orgmode@gnu.org; Sun, 15 Dec 2013 13:30:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VsGSU-00010C-Mb for emacs-orgmode@gnu.org; Sun, 15 Dec 2013 13:30:39 -0500 Received: from mail-ie0-x235.google.com ([2607:f8b0:4001:c03::235]:36697) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VsGSU-000105-Fm for emacs-orgmode@gnu.org; Sun, 15 Dec 2013 13:30:30 -0500 Received: by mail-ie0-f181.google.com with SMTP id e14so5412535iej.40 for ; Sun, 15 Dec 2013 10:30:29 -0800 (PST) Received: from [192.168.1.111] (cpe-24-165-203-246.neo.res.rr.com. [24.165.203.246]) by mx.google.com with ESMTPSA id k6sm11575796igx.8.2013.12.15.10.30.27 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 15 Dec 2013 10:30:28 -0800 (PST) In-Reply-To: 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: emacs-orgmode@gnu.org 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 were solved. I now have the following in my file: #+HTML_DOCTYPE: html5 #+OPTIONS: html5-fancy:t Scott Randby From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catonano Subject: Re: publishuing in html5 Date: Wed, 18 Dec 2013 11:04:30 +0100 Message-ID: References: <87fvq1u7a5.fsf@gmail.com> <87mwk2bf7d.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c2f8b8d0e92e04edcc2b26 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52844) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtDzV-00045u-Lv for emacs-orgmode@gnu.org; Wed, 18 Dec 2013 05:04:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VtDzU-00033F-BX for emacs-orgmode@gnu.org; Wed, 18 Dec 2013 05:04:33 -0500 Received: from mail-ig0-x232.google.com ([2607:f8b0:4001:c05::232]:38767) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtDzU-000333-6F for emacs-orgmode@gnu.org; Wed, 18 Dec 2013 05:04:32 -0500 Received: by mail-ig0-f178.google.com with SMTP id ut6so694803igb.5 for ; Wed, 18 Dec 2013 02:04:31 -0800 (PST) In-Reply-To: <87mwk2bf7d.fsf@gmail.com> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org --001a11c2f8b8d0e92e04edcc2b26 Content-Type: text/plain; charset=ISO-8859-1 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 > > :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: #+HTML: Your browser does not support the video tag. #+END_VIDEO gets translated to

Your browser does not support the video tag.

As for my versions of Org-mode, Emacs and operating system, I'm gonna write about it in a minute Thanks again --001a11c2f8b8d0e92e04edcc2b26 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Nicolas,

2013/12/15 Nicolas Goaziou <n.goaziou@gmail.com>
Hello,

Catonano <catonano@gmail.com&g= t; 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

=A0 :org-html-html5-fancy 1

but it should be

=A0 :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=3D"movie.mp4" type=3D"= video/mp4">
#+HTML: <source src=3D"movie.ogg" type= =3D"video/ogg">
=A0Your browser does not support the video tag.
#+END_VIDEO


<= /div>
gets translated to

<div controls= =3D"controls" width=3D"350" class=3D"video"&g= t;
<source src=3D"movie.mp4" type=3D"video/mp4"&g= t;
<source src=3D"movie.ogg" type=3D"video/ogg">
= <p>
Your browser does not support the video tag.
</p>
=
</div>


As for my vers= ions of Org-mode, Emacs and operating system, I'm gonna write about it = in a minute

Thanks again
--001a11c2f8b8d0e92e04edcc2b26-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catonano Subject: Re: publishuing in html5 Date: Wed, 18 Dec 2013 11:16:38 +0100 Message-ID: References: <87vbyxls1c.fsf@alphaville.bos.redhat.com> <52A7B4AF.9050809@gmail.com> <87haafwnl8.fsf@gmail.com> <52A8730F.2080301@gmail.com> <87ppp3juoi.fsf@alphaville.bos.redhat.com> <52A882B6.6010904@gmail.com> <87txefxvep.fsf@gmail.com> <52A8890A.7050605@gmail.com> <87a9g7xtlu.fsf@gmail.com> <87r49fuspm.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b86eae62ddd0304edcc5755 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56266) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtEBJ-0004Vl-8N for emacs-orgmode@gnu.org; Wed, 18 Dec 2013 05:16:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VtEBD-0006nt-EY for emacs-orgmode@gnu.org; Wed, 18 Dec 2013 05:16:45 -0500 Received: from mail-ig0-x22d.google.com ([2607:f8b0:4001:c05::22d]:39178) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtEBD-0006no-7J for emacs-orgmode@gnu.org; Wed, 18 Dec 2013 05:16:39 -0500 Received: by mail-ig0-f173.google.com with SMTP id uq10so8701368igb.0 for ; Wed, 18 Dec 2013 02:16:38 -0800 (PST) In-Reply-To: <87r49fuspm.fsf@gmail.com> 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: Nick Dokos Cc: emacs-orgmode@gnu.org --047d7b86eae62ddd0304edcc5755 Content-Type: text/plain; charset=ISO-8859-1 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---------------start------------->8--- > #+HTML_DOCTYPE: html5 > #+OPTIONS: html5-fancy:t > > #+BEGIN_ASIDE > Lorem Ipsum > #+END_ASIDE > --8<---------------cut here---------------end--------------->8--- > Admittedly I haven't tested this suggestion of yours. Because I'd like to avoid writing such stuff in each and every file. Ideally I should be producing a blog with this so there should be several files. Not sure why it says 8.2.3c - I'm running: > > Org-mode version 8.2.4 (release_8.2.4-340-g059dc0 @ > /home/nick/elisp/org-mode/lisp/) > Package: Org-mode version 8.2.4 (release_8.2.4-321-g0eb020 @ /home/catonano/.emacs.d/el-get/org-mode/lisp/) > > GNU Emacs 24.3.50.2 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.10) of > 2013-07-14 on pierrot > Emacs : GNU Emacs 24.3.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.8.2) of 2013-08-14 on buildvm-15.phx2.fedoraproject.org So both my Emacs and org-mode are older than yours. I installed Emacs with the standard Fedora package management machinery and org-mode with el-get > Linux pierrot 3.8.0-29-generic #42~precise1-Ubuntu SMP Wed Aug 14 16:19:23 > UTC 2013 x86_64 x86_64 x86_64 GNU/Linux > Linux xps 3.11.9-200.fc19.x86_64 #1 SMP Wed Nov 20 21:22:24 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux --047d7b86eae62ddd0304edcc5755 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Nick,

2013/12/14 Nick Dokos <ndokos@gmail.com>
Catonano <catonano@gmail.com> writes:

> 2013/12/11 Nicolas Goaziou <= n.goaziou@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?
<= div>
=A0

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
--8<---------------cut here---------------end--------------->8---
=

Admittedly I haven't tested this= suggestion of yours. Because I'd like to avoid writing such stuff in e= ach and every file. Ideally I should be producing a blog with this so there= should be several files.
=A0Not sure why it says 8.2.3c - I'm running:

Org-mode version 8.2.4 (release_8.2.4-340-g059dc0 @
/home/nick/elisp/org-mode/lisp/)

Package: Org-mode= version 8.2.4 (release_8.2.4-321-g0eb020 @ /home/catonano/.emacs.d/el-get/= org-mode/lisp/)

=A0

GNU Emacs 24.3.50.2 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.10) of
2013-07-14 on pierrot

Emacs=A0 : GNU Emacs 24.3.1 = (x86_64-redhat-linux-gnu, GTK+ Version 3.8.2)
=A0of 2013-08-14 on buildvm-15.phx2.fedoraprojec= t.org


So both my Emacs and org-mode are older than yours. I in= stalled Emacs with the standard Fedora package management machinery and org= -mode with el-get


Linux pierrot 3.8.0-29-generic #42~precise1-Ubuntu SMP Wed Aug 14 16:19:23 = UTC 2013 x86_64 x86_64 x86_64 GNU/Linux


Linux = xps 3.11.9-200.fc19.x86_64 #1 SMP Wed Nov 20 21:22:24 UTC 2013 x86_64 x86_6= 4 x86_64 GNU/Linux


--047d7b86eae62ddd0304edcc5755-- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: publishuing in html5 Date: Wed, 18 Dec 2013 11:41:21 -0500 Message-ID: <877gb2glhq.fsf@alphaville.bos.redhat.com> References: <87vbyxls1c.fsf@alphaville.bos.redhat.com> <52A7B4AF.9050809@gmail.com> <87haafwnl8.fsf@gmail.com> <52A8730F.2080301@gmail.com> <87ppp3juoi.fsf@alphaville.bos.redhat.com> <52A882B6.6010904@gmail.com> <87txefxvep.fsf@gmail.com> <52A8890A.7050605@gmail.com> <87a9g7xtlu.fsf@gmail.com> <87r49fuspm.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50907) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtKBp-0005Jd-AC for emacs-orgmode@gnu.org; Wed, 18 Dec 2013 11:41:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VtKBi-0002vP-07 for emacs-orgmode@gnu.org; Wed, 18 Dec 2013 11:41:41 -0500 Received: from plane.gmane.org ([80.91.229.3]:40430) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtKBh-0002vL-Pj for emacs-orgmode@gnu.org; Wed, 18 Dec 2013 11:41:33 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VtKBf-0008MV-Pj for emacs-orgmode@gnu.org; Wed, 18 Dec 2013 17:41:31 +0100 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Dec 2013 17:41:31 +0100 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Dec 2013 17:41:31 +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: emacs-orgmode@gnu.org 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 > --8<---------------cut here---------------end--------------->8--- > > Admittedly I haven't tested this suggestion of yours. Because I'd like > to avoid writing such stuff in each and every file. Ideally I should > be producing a blog with this so there should be several files. 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. If the above works, then it's straigthforward to translate this into settings that you can put into your .emacs. If it doesn't, anything else you or we do is wasted effort (of which there's been plenty in this thread). Nick From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Randby Subject: Re: publishuing in html5 Date: Fri, 20 Dec 2013 15:06:58 -0500 Message-ID: <52B4A362.1040505@gmail.com> References: <87fvq1u7a5.fsf@gmail.com> <87mwk2bf7d.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vu6Lj-0002Es-Pr for emacs-orgmode@gnu.org; Fri, 20 Dec 2013 15:07:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vu6Ld-0007eA-7J for emacs-orgmode@gnu.org; Fri, 20 Dec 2013 15:07:07 -0500 Received: from mail-ie0-x22e.google.com ([2607:f8b0:4001:c03::22e]:47292) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vu6Ld-0007e0-2C for emacs-orgmode@gnu.org; Fri, 20 Dec 2013 15:07:01 -0500 Received: by mail-ie0-f174.google.com with SMTP id at1so3563987iec.5 for ; Fri, 20 Dec 2013 12:07:00 -0800 (PST) Received: from [192.168.1.111] (cpe-24-165-203-246.neo.res.rr.com. [24.165.203.246]) by mx.google.com with ESMTPSA id x6sm13532278igb.3.2013.12.20.12.06.59 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 20 Dec 2013 12:06:59 -0800 (PST) In-Reply-To: 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: emacs-orgmode@gnu.org 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 >> >> :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: > #+HTML: > Your browser does not support the video tag. > #+END_VIDEO > > > gets translated to > >
> > >

> Your browser does not support the video tag. >

> >
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 Your browser does not support the video tag. #+END_HTML #+END_VIDEO #+ATTR_HTML: :controls controls :id aud-tag :preload metadata #+BEGIN_AUDIO #+BEGIN_HTML Your browser does not support the audio 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 > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catonano Subject: Re: publishuing in html5 Date: Tue, 31 Dec 2013 12:06:03 +0100 Message-ID: References: <87fvq1u7a5.fsf@gmail.com> <87mwk2bf7d.fsf@gmail.com> <87ob4e8g85.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c2d1cadfd58004eed28ba7 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46527) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vxx9C-0003PM-Gx for emacs-orgmode@gnu.org; Tue, 31 Dec 2013 06:06:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vxx9B-0001fq-7x for emacs-orgmode@gnu.org; Tue, 31 Dec 2013 06:06:06 -0500 Received: from mail-ie0-x22e.google.com ([2607:f8b0:4001:c03::22e]:49602) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vxx9B-0001fl-1s for emacs-orgmode@gnu.org; Tue, 31 Dec 2013 06:06:05 -0500 Received: by mail-ie0-f174.google.com with SMTP id at1so12950019iec.33 for ; Tue, 31 Dec 2013 03:06:04 -0800 (PST) In-Reply-To: <87ob4e8g85.fsf@gmail.com> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org --001a11c2d1cadfd58004eed28ba7 Content-Type: text/plain; charset=ISO-8859-1 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 --001a11c2d1cadfd58004eed28ba7 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Nicolas,

2013/12/18 Nicolas Goaziou <n.goaziou@gmail.com&g= t;
As specified already in this thread, you als= o need

=A0 :html-doctype "html5"

in your configuration.


Regards,

that worked.= Thanks

--001a11c2d1cadfd58004eed28ba7-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catonano Subject: Re: publishuing in html5 Date: Tue, 31 Dec 2013 12:31:42 +0100 Message-ID: References: <87vbyxls1c.fsf@alphaville.bos.redhat.com> <52A7B4AF.9050809@gmail.com> <87haafwnl8.fsf@gmail.com> <52A8730F.2080301@gmail.com> <87ppp3juoi.fsf@alphaville.bos.redhat.com> <52A882B6.6010904@gmail.com> <87txefxvep.fsf@gmail.com> <52A8890A.7050605@gmail.com> <87a9g7xtlu.fsf@gmail.com> <87r49fuspm.fsf@gmail.com> <877gb2glhq.fsf@alphaville.bos.redhat.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=14dae93a10079a6be904eed2e7fe Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50390) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxxY0-0007UT-Uy for emacs-orgmode@gnu.org; Tue, 31 Dec 2013 06:31:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VxxXz-00087h-Uk for emacs-orgmode@gnu.org; Tue, 31 Dec 2013 06:31:44 -0500 Received: from mail-ie0-x22b.google.com ([2607:f8b0:4001:c03::22b]:65179) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxxXz-00087c-NA for emacs-orgmode@gnu.org; Tue, 31 Dec 2013 06:31:43 -0500 Received: by mail-ie0-f171.google.com with SMTP id ar20so13046171iec.30 for ; Tue, 31 Dec 2013 03:31:43 -0800 (PST) In-Reply-To: <877gb2glhq.fsf@alphaville.bos.redhat.com> 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: Nick Dokos Cc: emacs-orgmode@gnu.org --14dae93a10079a6be904eed2e7fe Content-Type: text/plain; charset=ISO-8859-1 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. > > If the above works, then it's straigthforward to translate this into > settings that you can put into your .emacs. If it doesn't, anything else > you or we do is wasted effort (of which there's been plenty in this > thread). > > I'm sorry that you feel this thread to contain wasted effort. I have to say that I disagree. In fact, it's solved, it works now, and it works by indicating html5 in the configuration rather than in a file. I was probably confused by reading both the manual and the Worg guide. I see your point of starting from the easy and then figuring how to generalize. But, you know, cognitive paths are personal. That's why I published a simple example project for anyone to inspect. Sometimes wasting effort is due to assuming your peer is traveling along the same cognitive path that you would. As you can see, it worked. Thanks anyway for your help 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 --14dae93a10079a6be904eed2e7fe Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Nick,

2013/12/18 Nick Dokos <ndokos@gmail.com>
I'm not suggesting that you write this stuff in each and every file in<= br> 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.

If the above works, then it's straigthforward to translate this into settings that you can put into your .emacs. If it doesn't, anything els= e
you or we do is wasted effort (of which there's been plenty in this
thread).


I'm sorry that you feel this thread to contain wasted = effort.

I have to say that I disagree.

In fact, = it's solved, it works now, and it works by indicating html5 in the conf= iguration rather than in a file.

I was probably confused by reading both the manual and the W= org guide.

I see your point of starting from the easy and= then figuring how to generalize. But, you know, cognitive paths are person= al.

That's why I published a simple example project for anyo= ne to inspect.

Sometimes wasting effort is due to assumi= ng your peer is traveling along the same cognitive path that you would.

As you can see, it worked.

Thanks anyway f= or your help

I think I will have to use your suggestion t= o move from a configuration based html5 publishing to a templates based one= .

I'll let you know
--14dae93a10079a6be904eed2e7fe-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catonano Subject: Re: publishuing in html5 Date: Tue, 31 Dec 2013 12:42:32 +0100 Message-ID: References: <87fvq1u7a5.fsf@gmail.com> <87mwk2bf7d.fsf@gmail.com> <52B4A362.1040505@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=14dae934088b51d63604eed30ee4 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52159) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxxiU-0001Z3-8q for emacs-orgmode@gnu.org; Tue, 31 Dec 2013 06:42:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VxxiT-0002xS-Fe for emacs-orgmode@gnu.org; Tue, 31 Dec 2013 06:42:34 -0500 Received: from mail-ig0-x230.google.com ([2607:f8b0:4001:c05::230]:50785) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxxiT-0002xO-Aq for emacs-orgmode@gnu.org; Tue, 31 Dec 2013 06:42:33 -0500 Received: by mail-ig0-f176.google.com with SMTP id k19so37574439igc.3 for ; Tue, 31 Dec 2013 03:42:32 -0800 (PST) In-Reply-To: <52B4A362.1040505@gmail.com> 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: Scott Randby Cc: emacs-orgmode@gnu.org --14dae934088b51d63604eed30ee4 Content-Type: text/plain; charset=ISO-8859-1 2013/12/20 Scott Randby > > Here is an example that works for me: > > thank you Scott. Note taken --14dae934088b51d63604eed30ee4 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
2013/12/20 Scott Randby <srandby@gmail.com>=

Here is an example that works for me:


thank you Scot= t. Note taken
--14dae934088b51d63604eed30ee4-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catonano Subject: Re: publishuing in html5 Date: Tue, 31 Dec 2013 12:47:47 +0100 Message-ID: References: <87fvq1u7a5.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7bf198ee13474904eed321c2 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53517) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxxnZ-0003ge-80 for emacs-orgmode@gnu.org; Tue, 31 Dec 2013 06:47:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VxxnY-0004ZI-4j for emacs-orgmode@gnu.org; Tue, 31 Dec 2013 06:47:49 -0500 Received: from mail-ig0-x231.google.com ([2607:f8b0:4001:c05::231]:45623) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxxnX-0004YH-VT for emacs-orgmode@gnu.org; Tue, 31 Dec 2013 06:47:48 -0500 Received: by mail-ig0-f177.google.com with SMTP id uy17so29603761igb.4 for ; Tue, 31 Dec 2013 03:47:47 -0800 (PST) In-Reply-To: <87fvq1u7a5.fsf@gmail.com> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org --047d7bf198ee13474904eed321c2 Content-Type: text/plain; charset=ISO-8859-1 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-html-tutorial.html#sec-5 I don't know of this constitutes a bug in the document using that keyword, but that is something that misled me. --047d7bf198ee13474904eed321c2 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Nicolas,

2013/12/9 Nicolas Goaziou <n.goaziou@gmail.com>
> #+HTML_HTML5_FANCY: t
>
> in level-0.org
There is no such keyword. Use:

=A0 #+OPTIONS: html5-fancy:t

or set `org-html-html5-fancy' to a non-nil value.


I don't know of this constitutes a bug in the document u= sing that keyword, but that is something that misled me.
--047d7bf198ee13474904eed321c2-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catonano Subject: Re: publishuing in html5 Date: Tue, 31 Dec 2013 13:47:06 +0100 Message-ID: References: <87vbyxls1c.fsf@alphaville.bos.redhat.com> <52A7B4AF.9050809@gmail.com> <87haafwnl8.fsf@gmail.com> <52A8730F.2080301@gmail.com> <87ppp3juoi.fsf@alphaville.bos.redhat.com> <52A882B6.6010904@gmail.com> <87txefxvep.fsf@gmail.com> <52A8890A.7050605@gmail.com> <87a9g7xtlu.fsf@gmail.com> <87r49fuspm.fsf@gmail.com> <877gb2glhq.fsf@alphaville.bos.redhat.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=90e6ba6e8ce2364c9904eed3f504 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34621) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vxyiy-0005FL-Bc for emacs-orgmode@gnu.org; Tue, 31 Dec 2013 07:47:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vxyix-0004Wb-2i for emacs-orgmode@gnu.org; Tue, 31 Dec 2013 07:47:08 -0500 Received: from mail-ig0-x22f.google.com ([2607:f8b0:4001:c05::22f]:63170) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vxyiw-0004WX-TU for emacs-orgmode@gnu.org; Tue, 31 Dec 2013 07:47:06 -0500 Received: by mail-ig0-f175.google.com with SMTP id j1so37697047iga.2 for ; Tue, 31 Dec 2013 04:47:06 -0800 (PST) In-Reply-To: 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: Nick Dokos Cc: emacs-orgmode@gnu.org --90e6ba6e8ce2364c9904eed3f504 Content-Type: text/plain; charset=ISO-8859-1 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 configurations potentially arranged in levels. That's all good ;-) --90e6ba6e8ce2364c9904eed3f504 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Nick,

2013/12/31 Catonano <catonano@gmail.com>

=
I think I will have to use your suggestion to move from a configuratio= n based html5 publishing to a templates based one.

I'll let you know

I promised that I w= ould have let you know: here I am: it works even with templates now.
So I can have my configurations potential= ly arranged in levels.

That's all good ;-)
--90e6ba6e8ce2364c9904eed3f504-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: publishuing in html5 Date: Tue, 31 Dec 2013 11:28:47 -0500 Message-ID: <87ha9pgf28.fsf@alphaville.bos.redhat.com> References: <87fvq1u7a5.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vy2Bn-0008Bd-9C for emacs-orgmode@gnu.org; Tue, 31 Dec 2013 11:29:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vy2Bh-00066g-Ed for emacs-orgmode@gnu.org; Tue, 31 Dec 2013 11:29:07 -0500 Received: from plane.gmane.org ([80.91.229.3]:47473) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vy2Bh-00066c-7t for emacs-orgmode@gnu.org; Tue, 31 Dec 2013 11:29:01 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Vy2Bf-0001PW-21 for emacs-orgmode@gnu.org; Tue, 31 Dec 2013 17:28:59 +0100 Received: from pool-98-110-175-184.bstnma.fios.verizon.net ([98.110.175.184]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 31 Dec 2013 17:28:59 +0100 Received: from ndokos by pool-98-110-175-184.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 31 Dec 2013 17:28:59 +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: emacs-orgmode@gnu.org 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 from here: > http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html#sec-5 > > I don't know of this constitutes a bug in the document using that keyword, but that is something that misled me. You should not copy the line: instead, you should insert the template using C-c C-e #. I'll add a warning to the document. Nick From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: publishuing in html5 Date: Tue, 31 Dec 2013 11:41:31 -0500 Message-ID: <878uv1geh0.fsf@alphaville.bos.redhat.com> References: <87vbyxls1c.fsf@alphaville.bos.redhat.com> <52A7B4AF.9050809@gmail.com> <87haafwnl8.fsf@gmail.com> <52A8730F.2080301@gmail.com> <87ppp3juoi.fsf@alphaville.bos.redhat.com> <52A882B6.6010904@gmail.com> <87txefxvep.fsf@gmail.com> <52A8890A.7050605@gmail.com> <87a9g7xtlu.fsf@gmail.com> <87r49fuspm.fsf@gmail.com> <877gb2glhq.fsf@alphaville.bos.redhat.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44163) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vy2RO-0004Cz-4e for emacs-orgmode@gnu.org; Tue, 31 Dec 2013 11:45:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vy2RG-0001wu-RA for emacs-orgmode@gnu.org; Tue, 31 Dec 2013 11:45:14 -0500 Received: from plane.gmane.org ([80.91.229.3]:37796) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vy2RG-0001wX-Ku for emacs-orgmode@gnu.org; Tue, 31 Dec 2013 11:45:06 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Vy2RD-0006tg-VM for emacs-orgmode@gnu.org; Tue, 31 Dec 2013 17:45:03 +0100 Received: from pool-98-110-175-184.bstnma.fios.verizon.net ([98.110.175.184]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 31 Dec 2013 17:45:03 +0100 Received: from ndokos by pool-98-110-175-184.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 31 Dec 2013 17:45:03 +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: emacs-orgmode@gnu.org 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 is and resolve it. Then you can optimize. > > If the above works, then it's straigthforward to translate this into > settings that you can put into your .emacs. If it doesn't, anything else > you or we do is wasted effort (of which there's been plenty in this > thread). > > I'm sorry that you feel this thread to contain wasted effort. > > I have to say that I disagree. > > In fact, it's solved, it works now, and it works by indicating html5 in the configuration rather than in a file. > > I was probably confused by reading both the manual and the Worg guide. > > I see your point of starting from the easy and then figuring how to generalize. But, you know, cognitive paths are personal. > > That's why I published a simple example project for anyone to inspect. > > Sometimes wasting effort is due to assuming your peer is traveling along the same cognitive path that you would. > Truer words were never uttered... But my interpretation of them differs from yours :-) > As you can see, it worked. > > Thanks anyway for your help > > 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 Nick