From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: [BUG][ODT] Headings not created with num:nil Date: Thu, 27 Nov 2014 16:09:54 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xu0i2-0001nN-8p for emacs-orgmode@gnu.org; Thu, 27 Nov 2014 10:10:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xu0hr-0004EM-2P for emacs-orgmode@gnu.org; Thu, 27 Nov 2014 10:10:18 -0500 Received: from mail2.b1.hitrost.net ([91.185.211.205]:31212) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xu0hq-00045x-JE for emacs-orgmode@gnu.org; Thu, 27 Nov 2014 10:10:06 -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: Org-mode 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. Example: -------------------- #+TITLE: Test headings #+OPTIONS: num:nil * Pop ** Abba ** Beatles ------------------end example Yours, Christian