emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Need extra text in ODT export of headers


From: Jambunathan K
Subject: Re: [O] Need extra text in ODT export of headers
Date: Tue, 04 Feb 2014 08:22:23 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Dan Griswold <address@hidden> writes:

> The only downside right now seems to be that I have to do the outline
> numbering for each file in the manuscript. But there are only 9 of
> them.

You just need to create a opendocument template file and have all the
org file use it.

See

   (info "(org) Applying custom styles")

1. Export ONE document.
2. Fix outline numbering
3. Save the file as say custom-style.ott (Note: It is OTT and not ODT)
4. Add a directive to ALL THE OTHER org file as below.

       M-x org-export-insert-default-template odt

   and modify the ODT_STYLES_FILE directive as below.

      #+ODT_STYLES_FILE: "~/a/b/custom-style.ott"

5. Now if I export the org files with (4), you will get the outline
   numbering that you desire.




reply via email to

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