From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: headings in odt export Date: Mon, 24 Aug 2015 22:09:09 +0200 Message-ID: <87si78v47u.fsf@gmx.us> References: <87r3ms9ahe.fsf@ericabrahamsen.net> 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]:58884) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTy3e-000154-Ro for emacs-orgmode@gnu.org; Mon, 24 Aug 2015 16:09:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZTy3a-00030K-O1 for emacs-orgmode@gnu.org; Mon, 24 Aug 2015 16:09:30 -0400 Received: from plane.gmane.org ([80.91.229.3]:48425) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTy3a-0002zi-IO for emacs-orgmode@gnu.org; Mon, 24 Aug 2015 16:09:26 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZTy3Y-0004hG-SU for emacs-orgmode@gnu.org; Mon, 24 Aug 2015 22:09:24 +0200 Received: from x4db0dfe3.dyn.telefonica.de ([77.176.223.227]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Aug 2015 22:09:24 +0200 Received: from rasmus by x4db0dfe3.dyn.telefonica.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Aug 2015 22:09:24 +0200 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 Hi, Eric Abrahamsen writes: > Any hints appreciated! My guess is that you are using the wrong style files. I.e. before they were updated to included the unnumbered headings. Try to set the relevant variables explicitly: (with-eval-after-load 'ox-odt (let ((schema-dir "/usr/share/emacs/etc/org/schema/") (style-dir "/usr/share/emacs/etc/org/styles")) (when (file-exists-p schema-dir) (setq org-odt-schema-dir-list (list schema-dir))) (when (file-exists-p style-dir) (setq org-odt-styles-dir style-dir)))) makepkg/the AUR package does not handle this fact very well. Rasmus -- And when I’m finished thinking, I have to die a lot