emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] What happened to ODT export?


From: Brady Trainor
Subject: Re: [O] What happened to ODT export?
Date: Mon, 10 Nov 2014 19:05:36 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Hello, 

Christopher Culver <address@hidden> writes:

> I am running org-mode 8.2.10 from elpa on Emacs 24.4. When I try to
> export to ODT format with the keystrokes described here:
>
> http://orgmode.org/manual/ODT-export-commands.html
>
> I get an error. Indeed, when I press C-c C-e, ODT is not even mentioned
> among the formats that I can export to, I am offered only iCalender,
> HTML, plaintext and LaTeX. I remember being able to easily export to ODT
> in the past. Has this functionality been removed or moved to a separate
> package?

I find the following: 

,---- [ C-h v org-export-backends RET ]
| org-export-backends is a variable defined in `org.el'.
| Its value is (ascii html icalendar latex md odt)
| Original value was 
| (ascii html icalendar latex)
`----

In my init file, I have

--8<---------------cut here---------------start------------->8---
(setq org-export-backends 
      '(ascii
        html
        icalendar
        latex
        md
        odt
        ))
--8<---------------cut here---------------end--------------->8---

Also, at top of buffer, I see

,----
| Use SPC, DEL, C-n, or C-p to navigate.
`----

Helpful if additional options are not visible. 

HTH

--
Brady



reply via email to

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