emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Brady Trainor <algebrat@uw.edu>
To: Christopher Culver <crculver@christopherculver.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: What happened to ODT export?
Date: Mon, 10 Nov 2014 19:05:36 -0800	[thread overview]
Message-ID: <87ppcujv27.fsf@uw.edu> (raw)
In-Reply-To: <87vbmm357u.fsf@aura.christopherculver.com> (Christopher Culver's message of "Tue, 11 Nov 2014 03:18:13 +0200")


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

  reply	other threads:[~2014-11-11  3:05 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-11  1:18 What happened to ODT export? Christopher Culver
2014-11-11  3:05 ` Brady Trainor [this message]
2014-11-17  5:33   ` Christopher Culver
2014-11-17 10:09     ` Sebastien Vauban
2014-11-11  3:08 ` Eric Abrahamsen

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

  List information: https://www.orgmode.org/

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

  git send-email \
    --in-reply-to=87ppcujv27.fsf@uw.edu \
    --to=algebrat@uw.edu \
    --cc=crculver@christopherculver.com \
    --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 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).