emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] headings in odt export


From: Rasmus
Subject: Re: [O] headings in odt export
Date: Mon, 24 Aug 2015 22:09:09 +0200
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux)

Hi,

Eric Abrahamsen <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]