From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: [BUG][ODT] Headings not created with num:nil Date: Fri, 28 Nov 2014 11:07:28 +0100 Message-ID: References: <87sih33bm3.fsf@gmx.us> 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]:39404) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XuISm-0003t4-WE for emacs-orgmode@gnu.org; Fri, 28 Nov 2014 05:07:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XuISg-0001AP-Oc for emacs-orgmode@gnu.org; Fri, 28 Nov 2014 05:07:44 -0500 Received: from mail2.b1.hitrost.net ([91.185.211.205]:52641) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XuISg-00015F-Iq for emacs-orgmode@gnu.org; Fri, 28 Nov 2014 05:07:38 -0500 In-reply-to: <87sih33bm3.fsf@gmx.us> 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: Rasmus Cc: emacs-orgmode@gnu.org Thanks! Now that I thought to check my setup, my problem was similar. So this is *not* a bug in the ODT exporter. False alarm, case closed. In my case, my org-odt-styles-dir points to a directory that does contain a copy of the style files, but is apparently not updated with new installs. I'll have to try to figure out why that happens. Yours, Christian Rasmus writes: > Christian Moe writes: > >> Hi, >> >> Headings should be styled as Heading 1, Heading 2 etc. in ODT output. >> >> But when heading numbering is turned off, they are just styled as >> paragraphs in Default Style. >> >> They *are* included in the exported TOC, though. >> >> Tested in 8.3beta. > > I see the same thing. There seems to be no regressions on the lisp side > (assuming my git bisec skills are adequate). > > What was wrong on my system was that > /usr/share/emacs/etc/org/styles/OrgOdtStyles.xml was not up to date (that > is: it was not the git version). > > I updated the org-git package and I no longer see this. Very weird. > > —Rasmus