From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Price Subject: ox-odt: headline export breaks if org-export-with-section-numbers set to nil Date: Thu, 25 Jun 2015 15:45:32 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=20cf3079c0a4d0e4c105195cddb4 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51157) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8D5a-0006NL-Hr for emacs-orgmode@gnu.org; Thu, 25 Jun 2015 15:45:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z8D5Z-0000C2-KY for emacs-orgmode@gnu.org; Thu, 25 Jun 2015 15:45:34 -0400 Received: from mail-vn0-x235.google.com ([2607:f8b0:400c:c0f::235]:45399) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8D5Z-0000BW-Ek for emacs-orgmode@gnu.org; Thu, 25 Jun 2015 15:45:33 -0400 Received: by vnbg1 with SMTP id g1so12605230vnb.12 for ; Thu, 25 Jun 2015 12:45:32 -0700 (PDT) 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: Org Mode --20cf3079c0a4d0e4c105195cddb4 Content-Type: text/plain; charset=UTF-8 In an up to date master branch, I'm noticing a bug in ODT export: if org-export-with-section-numbers is set to nil, ox-odt exports headlines as plain-text paragraphs. With emacs -q, evaluate: (setq org-export-with-section-numbers nil org-export-with-toc nil org-export-preserve-breaks nil org-export-email-info nil ) then try to export to odt using the builtin org(emacs 25.1, so org 8.2.10, in my case). Headlines should export fine. Now try with a recent git org; headlines should fail to export. At least, that's my experience. I tried to bisect by checking out old commits and running make-all, then org-reload; but the problem persisted even for pretty old commits, so I think I'm not doing it right. Would very much welcome any help! thanks, Matt --20cf3079c0a4d0e4c105195cddb4 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
In an up to date master branch, I'm not= icing a bug in ODT export: if org-export-with-section-numbers is set to nil= , ox-odt exports headlines as plain-text paragraphs.=C2=A0

Wi= th emacs -q, evaluate:

(setq org-export-with-section-numbers nil
= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 org-export-with-toc nil
=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 org-export-preserve-breaks nil
=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 org-export-email-info nil
)

then try to export to od= t using the builtin org(emacs 25.1, so org 8.2.10, in my case).=C2=A0 Headl= ines should export fine.=C2=A0 Now try with a recent git org; headlines sho= uld fail to export.=C2=A0 At least, that's my experience.=C2=A0 I tried= to bisect by checking out old commits and running make-all, then org-reloa= d; but the problem persisted even for pretty old commits, so I think I'= m not doing it right.=C2=A0 Would very much welcome any help! thanks,
<= /div>Matt

--20cf3079c0a4d0e4c105195cddb4--