From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Daniel J. Sinder" Subject: Sub-tree EXPORT_ properties are not over-riding file-level options Date: Wed, 12 Nov 2014 19:58:53 -0800 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=14dae9cc9c60d865770507b587c8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51793) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XolYf-0006aS-J5 for emacs-orgmode@gnu.org; Wed, 12 Nov 2014 22:58:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XolYc-0001kJ-Sf for emacs-orgmode@gnu.org; Wed, 12 Nov 2014 22:58:56 -0500 Received: from mail-wi0-x22d.google.com ([2a00:1450:400c:c05::22d]:65364) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XolYc-0001k7-Hw for emacs-orgmode@gnu.org; Wed, 12 Nov 2014 22:58:54 -0500 Received: by mail-wi0-f173.google.com with SMTP id n3so6964462wiv.6 for ; Wed, 12 Nov 2014 19:58:53 -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 --14dae9cc9c60d865770507b587c8 Content-Type: text/plain; charset=UTF-8 My exports are not picking up sub-tree EXPORT_ properties. Emacs: GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601) of 2013-03-17 on MARVIN Org: Org-mode version 8.2.10 (release_8.2.10-16-g4c37a9 Here's my test file (export-test.org): #+AUTHOR: Daniel Sinder #+OPTIONS: toc:nil * First Heading - Item 1.a - Item 1.b * Second Heading :PROPERTIES: :EXPORT_AUTHOR: E. Maxor Gamode :END: - Item 2.a - Item 2.b When I export the whole file to ASCII, the author is set, as expected, from the AUTHOR option (blank lines removed for brevity): _______________ EXPORT-TEST Daniel Sinder _______________ 1 First Heading =============== - Item 1.a - Item 1.b 2 Second Heading ================ - Item 2.a - Item 2.b When I select just the Second Heading, I then get the following (note, EXPORT_AUTHOR property is not picked up): _______________ EXPORT-TEST Daniel Sinder _______________ 1 Second Heading ================ - Item 2.a - Item 2.b If I disable the loading of my locally installed, bleeding edge org-mode from my init.el, it brings me back to Org-mode version 7.9.3f (release_7.9.3f-17-g7524ef), which is the old export engine (I think). However the sub-tree export at least does what I'd expect in terms of setting the title (from the heading) and author (from the property): Second Heading ============== Author: E. Maxor Gamode Date: 2014-11-12 19:53:00 Pacific Standard Time - Item 2.a - Item 2.b I've verified the same problem for other EXPORT_ properties and other export formats (e.g., html). Is this a bug in the new export engine, or am I doing something wrong? Any suggestions/help would be appreciated. Thanks, Dan --14dae9cc9c60d865770507b587c8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
My exports are not picking up sub-tree EXPORT_ proper= ties.

Emacs: =C2=A0GNU Emacs 24.3.1 (i386-mingw-nt= 6.1.7601) of 2013-03-17 on MARVIN
Org: =C2=A0Org-mode version 8.2= .10 (release_8.2.10-16-g4c37a9


= Here's my test file (export-test.org= ):
#+AUTHOR: Daniel Sinder
#+OPTIONS: toc:= nil

* First Heading
=C2=A0 - Item 1.a
=C2=A0 - Item 1.b

* Second Heading
=C2=A0 :PROPERTIES:
=C2=A0 :EXPORT_AUTHOR: E. Maxor Gamode
=C2=A0 :END:
=C2=A0 - Item 2.a
=C2=A0 - Item 2.b=

When I export the whole file to ASCII, the = author is set, as expected, from the AUTHOR option (blank lines removed for= brevity):
=C2=A0 =C2=A0_______________
=C2=A0 =C2=A0 =C2=A0EXPORT-TEST
=C2=A0 =C2=A0 Daniel Sinder=
=C2=A0= =C2=A0_______________

1 First Heading
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=C2=A0 - Item 1.= a
=C2=A0 - Item 1.b

2 Second Heading=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=C2= =A0 - Item 2.a
=C2=A0 - Item 2.b

When I select just the Second Heading, I then get the following (note, E= XPORT_AUTHOR property is not picked up):
=C2=A0 =C2=A0_______________
<= span class=3D"" style=3D"white-space:pre"> =C2=A0 =C2=A0 =C2=A0EX= PORT-TEST
=C2=A0 =C2=A0 Daniel Sinder
=C2=A0 =C2=A0_______________

1 Second Heading
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D
=C2=A0 - Item 2.a
=C2=A0 - Item 2.b
=


If I disable the loading of my loc= ally installed, bleeding edge org-mode from my init.el, it brings me back t= o=C2=A0Org-mode version 7.9.3f (release_7.9.3f-17-g7524ef), which is the ol= d export engine (I think).=C2=A0 However the sub-tree export at least does = what I'd expect in terms of setting the title (from the heading) and au= thor (from the property):

=C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 Second Heading
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D

Author: E. Maxor Gamode
Date: 2014-11-12 19:53:00 Pacific Standard Time


=C2=A0 - Item 2.a
=C2=A0 - Item 2.b


I've verified the same problem f= or other EXPORT_ properties and other export formats (e.g., html).=C2=A0 Is= this a bug in the new export engine, or am I doing something wrong?=C2=A0 = Any suggestions/help would be appreciated.

Thanks,=
Dan

--14dae9cc9c60d865770507b587c8--