all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Rasmus <rasmus@gmx.us>
To: emacs-orgmode@gnu.org
Subject: Re: headings in odt export
Date: Mon, 24 Aug 2015 22:09:09 +0200	[thread overview]
Message-ID: <87si78v47u.fsf@gmx.us> (raw)
In-Reply-To: 87r3ms9ahe.fsf@ericabrahamsen.net

Hi,

Eric Abrahamsen <eric@ericabrahamsen.net> 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	other threads:[~2015-08-24 20:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-24 11:44 headings in odt export Eric Abrahamsen
2015-08-24 20:09 ` Rasmus [this message]
2015-08-25  0:46   ` Eric Abrahamsen
2015-08-25 22:50     ` Rasmus
2015-08-27  3:38       ` Eric Abrahamsen
2015-08-27  8:00         ` Rasmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87si78v47u.fsf@gmx.us \
    --to=rasmus@gmx.us \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.