emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* What happened to ODT export?
@ 2014-11-11  1:18 Christopher Culver
  2014-11-11  3:05 ` Brady Trainor
  2014-11-11  3:08 ` Eric Abrahamsen
  0 siblings, 2 replies; 5+ messages in thread
From: Christopher Culver @ 2014-11-11  1:18 UTC (permalink / raw)
  To: emacs-orgmode

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?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: What happened to ODT export?
  2014-11-11  1:18 What happened to ODT export? Christopher Culver
@ 2014-11-11  3:05 ` Brady Trainor
  2014-11-17  5:33   ` Christopher Culver
  2014-11-11  3:08 ` Eric Abrahamsen
  1 sibling, 1 reply; 5+ messages in thread
From: Brady Trainor @ 2014-11-11  3:05 UTC (permalink / raw)
  To: Christopher Culver; +Cc: emacs-orgmode


Hello, 

Christopher Culver <crculver@christopherculver.com> 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: What happened to ODT export?
  2014-11-11  1:18 What happened to ODT export? Christopher Culver
  2014-11-11  3:05 ` Brady Trainor
@ 2014-11-11  3:08 ` Eric Abrahamsen
  1 sibling, 0 replies; 5+ messages in thread
From: Eric Abrahamsen @ 2014-11-11  3:08 UTC (permalink / raw)
  To: emacs-orgmode

Christopher Culver <crculver@christopherculver.com> 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?

You have to explicitly require many of the export backends: (require
'ox-odt). That should do it.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: What happened to ODT export?
  2014-11-11  3:05 ` Brady Trainor
@ 2014-11-17  5:33   ` Christopher Culver
  2014-11-17 10:09     ` Sebastien Vauban
  0 siblings, 1 reply; 5+ messages in thread
From: Christopher Culver @ 2014-11-17  5:33 UTC (permalink / raw)
  To: emacs-orgmode

Brady Trainor <algebrat@uw.edu> writes:
> 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...

Thanks, that did the trick. Strange that I had to manually enable ODT
export, when I am sure that this was automatically present when I first
learned org-mode a couple of years back.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: What happened to ODT export?
  2014-11-17  5:33   ` Christopher Culver
@ 2014-11-17 10:09     ` Sebastien Vauban
  0 siblings, 0 replies; 5+ messages in thread
From: Sebastien Vauban @ 2014-11-17 10:09 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

Christopher Culver wrote:
> Brady Trainor <algebrat-lfcS8c3Mqgg@public.gmane.org> writes:
>> 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...
>
> Thanks, that did the trick. Strange that I had to manually enable ODT
> export, when I am sure that this was automatically present when I first
> learned org-mode a couple of years back.

IIRC, you're correct: it was enabled by default before Org 8. But it
isn't anymore, with the new "export dispatcher".

Best regards,
  Seb

-- 
Sebastien Vauban

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-11-17 10:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-11  1:18 What happened to ODT export? Christopher Culver
2014-11-11  3:05 ` Brady Trainor
2014-11-17  5:33   ` Christopher Culver
2014-11-17 10:09     ` Sebastien Vauban
2014-11-11  3:08 ` Eric Abrahamsen

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).