From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ista Zahn Subject: Re: No ODT export option Date: Fri, 10 Jan 2014 11:32:55 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43133) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1f1K-0002gt-Qu for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 11:33:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1f1J-0003kd-2F for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 11:33:18 -0500 Received: from mail-pa0-x231.google.com ([2607:f8b0:400e:c03::231]:64961) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1f1I-0003kV-Qp for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 11:33:16 -0500 Received: by mail-pa0-f49.google.com with SMTP id bj1so1128321pad.22 for ; Fri, 10 Jan 2014 08:33:15 -0800 (PST) In-Reply-To: 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: Ken Mankoff Cc: Org-mode Hi Ken, ODT export isn't enabled by default. You can enable it by putting (require 'ox-odt) in your config file and restart emacs. Best, Ista On Fri, Jan 10, 2014 at 11:23 AM, Ken Mankoff wrote: > Hi, > > I'd like to export to ODT or even directly to DOC. But I notice I do not > have an ODT export option. Can someone help me set this up? > > I'm running org-20140107/ from ELPA on OS X in the emacs 24.3 > (emacsformacosx distribution from http://emacsformacosx.com/). In my ELPA > folder I see: > > $ find . | grep -i odt > ./org-20140107/etc/styles/OrgOdtContentTemplate.xml > ./org-20140107/etc/styles/OrgOdtStyles.xml > ./org-20140107/ox-odt.el > ./org-20140107/ox-odt.elc > > But when I'm in emacs in org-mode and I do "ESC-x apropos org-odt" and > examine org-odt-data-dir the content of that variable are > /usr/share/emacs/etc/org which does not exist. > > Any help for ODT (and/or DOC) much appreciated. > > FYI I also have LibreOffice installed which is how I will view the ODT > files, and/or do the DOC conversion if I can't get that straight from org. > > Thank you, > > Ken Mankoff