From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brady Trainor Subject: Re: What happened to ODT export? Date: Mon, 10 Nov 2014 19:05:36 -0800 Message-ID: <87ppcujv27.fsf@uw.edu> References: <87vbmm357u.fsf@aura.christopherculver.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52368) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xo1mB-0002wA-4z for emacs-orgmode@gnu.org; Mon, 10 Nov 2014 22:05:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xo1m5-0006Wd-U1 for emacs-orgmode@gnu.org; Mon, 10 Nov 2014 22:05:51 -0500 Received: from mail-pa0-f50.google.com ([209.85.220.50]:57057) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xo1m5-0006WI-NN for emacs-orgmode@gnu.org; Mon, 10 Nov 2014 22:05:45 -0500 Received: by mail-pa0-f50.google.com with SMTP id eu11so9552835pac.23 for ; Mon, 10 Nov 2014 19:05:43 -0800 (PST) In-Reply-To: <87vbmm357u.fsf@aura.christopherculver.com> (Christopher Culver's message of "Tue, 11 Nov 2014 03:18:13 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Christopher Culver Cc: emacs-orgmode@gnu.org Hello, Christopher Culver 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