From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: No ODT export option Date: Fri, 10 Jan 2014 11:23:36 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11332d16e9f69c04efa02555 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41502) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1es2-0008IB-MO for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 11:23:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1erx-0000se-SW for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 11:23:42 -0500 Received: from mail-ob0-x233.google.com ([2607:f8b0:4003:c01::233]:60375) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1erx-0000sV-Ms for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 11:23:37 -0500 Received: by mail-ob0-f179.google.com with SMTP id wm4so4977745obc.24 for ; Fri, 10 Jan 2014 08:23:36 -0800 (PST) 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: Org-mode --001a11332d16e9f69c04efa02555 Content-Type: text/plain; charset=ISO-8859-1 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 --001a11332d16e9f69c04efa02555 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,

I'd like to export to ODT or ev= en directly to DOC. But I notice I do not have an ODT export option. Can so= meone help me set this up?

I'm running=A0org-2= 0140107/ from ELPA on OS X in the emacs 24.3 (emacsformacosx distribution f= rom=A0http://emacsformacosx.com/= ). In my ELPA folder I see:

$ find . | grep -i odt
./org-20140107/et= c/styles/OrgOdtContentTemplate.xml
./org-20140107/etc/styles/OrgO= dtStyles.xml
./org-20140107/ox-odt.el
./org-20140107/ox= -odt.elc

But when I'm in emacs in org-mode and I do &q= uot;ESC-x apropos org-odt" and examine=A0org-odt-data-dir the content = of that variable are=A0/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 s= traight from org.

Thank you,

=A0 =A0Ken Mankoff<= /div>
--001a11332d16e9f69c04efa02555-- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: No ODT export option Date: Fri, 10 Jan 2014 11:42:40 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c1d7e0157e8004efa06aa3 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45302) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1fAR-0007li-Om for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 11:42:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1fAP-0006vc-CG for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 11:42:43 -0500 Received: from mail-ob0-x22b.google.com ([2607:f8b0:4003:c01::22b]:44465) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1fAP-0006vJ-79 for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 11:42:41 -0500 Received: by mail-ob0-f171.google.com with SMTP id wo20so3075218obc.2 for ; Fri, 10 Jan 2014 08:42:40 -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: Ista Zahn Cc: Org-mode --001a11c1d7e0157e8004efa06aa3 Content-Type: text/plain; charset=ISO-8859-1 Ok I seen the option now but when I try to export I get the following error: OpenDocument export failed: Symbol's function definition is void: cl--set-getf On Fri, Jan 10, 2014 at 11:32 AM, Ista Zahn wrote: > 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 > --001a11c1d7e0157e8004efa06aa3 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Ok I seen the option now but when I try to export I get th= e following error:

OpenDocument export failed: Symbol= 9;s function definition is void: cl--set-getf


On Fri, Jan 10, 2014 at 11:32 AM, Ista Z= ahn <istazahn@gmail.com> wrote:
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 <mankoff@gmail.com> 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 f= rom org.
>
> Thank you,
>
> =A0 =A0Ken Mankoff

--001a11c1d7e0157e8004efa06aa3-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: No ODT export option Date: Fri, 10 Jan 2014 12:01:35 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e013a1046c33c0c04efa0ad53 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48845) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1fSl-0005Xa-2J for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 12:01:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1fSi-0003zN-TB for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 12:01:38 -0500 Received: from mail-oa0-x230.google.com ([2607:f8b0:4003:c02::230]:35140) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1fSi-0003zH-Nf for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 12:01:36 -0500 Received: by mail-oa0-f48.google.com with SMTP id g12so69401oah.35 for ; Fri, 10 Jan 2014 09:01:36 -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: Ista Zahn Cc: Org-mode --089e013a1046c33c0c04efa0ad53 Content-Type: text/plain; charset=ISO-8859-1 Oh! I tried it from the CLI emacs rather than the GUI one and it worked. I think I can figure it out from here. Thank you! On Fri, Jan 10, 2014 at 11:42 AM, Ken Mankoff wrote: > Ok I seen the option now but when I try to export I get the following > error: > > OpenDocument export failed: Symbol's function definition is void: > cl--set-getf > > > On Fri, Jan 10, 2014 at 11:32 AM, Ista Zahn wrote: > >> 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 >> > > --089e013a1046c33c0c04efa0ad53 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Oh! I tried it from the CLI emacs rather than the GUI one = and it worked. I think I can figure it out from here. Thank you!


On Fri, Jan 10, 20= 14 at 11:42 AM, Ken Mankoff <mankoff@gmail.com> wrote:
Ok I seen the option now bu= t when I try to export I get the following error:

OpenDo= cument export failed: Symbol's function definition is void: cl--set-get= f


On Fri, Jan 10, 2014 at 11:32 AM, Ista Z= ahn <istazahn@gmail.com> wrote:
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 <mankoff@gmail.com> 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 f= rom org.
>
> Thank you,
>
> =A0 =A0Ken Mankoff


--089e013a1046c33c0c04efa0ad53-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hendrik Boom Subject: Re: No ODT export option Date: Mon, 13 Jan 2014 15:07:30 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36796) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2jET-0005tl-7L for emacs-orgmode@gnu.org; Mon, 13 Jan 2014 10:15:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W2jEL-00025o-Tk for emacs-orgmode@gnu.org; Mon, 13 Jan 2014 10:15:17 -0500 Received: from plane.gmane.org ([80.91.229.3]:39242) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2jEL-0001z5-Mt for emacs-orgmode@gnu.org; Mon, 13 Jan 2014 10:15:09 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W2jEF-0003FP-VZ for emacs-orgmode@gnu.org; Mon, 13 Jan 2014 16:15:03 +0100 Received: from topoi.pooq.com ([69.165.131.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Jan 2014 16:15:03 +0100 Received: from hendrik by topoi.pooq.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Jan 2014 16:15:03 +0100 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: emacs-orgmode@gnu.org On Fri, 10 Jan 2014 11:32:55 -0500, Ista Zahn wrote: > 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 I'm having this problem on Debian testing, but not on Debian stable. I have installed the org-mode package on both systems. Inserting (require 'ox-odt) at the end of my !/.emacs file gives me Warning (initialization): An error occurred while loading `/home/ hendrik/.emacs': File error: Cannot open load file, ox-odt To ensure normal operation, you should investigate and remove the cause of the error in your initialization file. Start Emacs with the `--debug-init' option to view a complete error backtrace. so it doesn't look as if it worked. For the record, there is a /usr/share/emacs/site-lisp/org-mode/ ox-odt.el file. Also, export to html works, presumably using the ox-html.el file in that same directory, and I don't have to say (require 'ox-odt). I'd preume that file is found by the same mechanism, so not finding ox-odt by default is a bit of a puzzle. The Debian testing system, which works, has similar files in teh same place, but their names start with org- instead of ox- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hendrik Boom Subject: Re: No ODT export option Date: Mon, 13 Jan 2014 15:45:17 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43168) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2ji9-0006ZD-Vq for emacs-orgmode@gnu.org; Mon, 13 Jan 2014 10:46:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W2ji2-0002N9-L0 for emacs-orgmode@gnu.org; Mon, 13 Jan 2014 10:45:57 -0500 Received: from plane.gmane.org ([80.91.229.3]:56347) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2ji2-0002N5-E2 for emacs-orgmode@gnu.org; Mon, 13 Jan 2014 10:45:50 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W2jhs-0001A6-Ui for emacs-orgmode@gnu.org; Mon, 13 Jan 2014 16:45:40 +0100 Received: from topoi.pooq.com ([69.165.131.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Jan 2014 16:45:40 +0100 Received: from hendrik by topoi.pooq.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Jan 2014 16:45:40 +0100 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: emacs-orgmode@gnu.org On Mon, 13 Jan 2014 15:07:30 +0000, Hendrik Boom wrote a message with confusing typos > On Fri, 10 Jan 2014 11:32:55 -0500, Ista Zahn wrote: > >> 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 > > I'm having this problem on Debian testing, but not on Debian stable. > I have installed the org-mode package on both systems. > > Inserting (require 'ox-odt) at the end of my !/.emacs file gives me ~/.emacs, not !/.emacs > Warning (initialization): An error occurred while loading `/home/ > hendrik/.emacs': > > File error: Cannot open load file, ox-odt > > To ensure normal operation, you should investigate and remove the cause > of the error in your initialization file. Start Emacs with the > `--debug-init' option to view a complete error backtrace. > > so it doesn't look as if it worked. > > For the record, there is a /usr/share/emacs/site-lisp/org-mode/ > ox-odt.el file. > > Also, export to html works, presumably using the ox-html.el file in that > same directory, and I don't have to say (require 'ox-odt). Of course I meant not having to say (require 'ox-html). > I'd presume > that file is found by the same mechanism, so not finding ox-odt by > default is a bit of a puzzle. > > The Debian testing system, which works, has similar files in teh same > place, but their names start with org- instead of ox- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: No ODT export option Date: Mon, 13 Jan 2014 11:05:16 -0500 Message-ID: <87wqi3n9z7.fsf@alphaville.bos.redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47437) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2k1E-0002tR-Sp for emacs-orgmode@gnu.org; Mon, 13 Jan 2014 11:05:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W2k18-0008A6-EH for emacs-orgmode@gnu.org; Mon, 13 Jan 2014 11:05:40 -0500 Received: from plane.gmane.org ([80.91.229.3]:56884) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2k18-00089e-2I for emacs-orgmode@gnu.org; Mon, 13 Jan 2014 11:05:34 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W2k16-0001v4-4s for emacs-orgmode@gnu.org; Mon, 13 Jan 2014 17:05:32 +0100 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Jan 2014 17:05:32 +0100 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Jan 2014 17:05:32 +0100 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: emacs-orgmode@gnu.org Hendrik Boom writes: > On Mon, 13 Jan 2014 15:07:30 +0000, Hendrik Boom wrote a message with > confusing typos > >> On Fri, 10 Jan 2014 11:32:55 -0500, Ista Zahn wrote: >> >>> 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 >> >> I'm having this problem on Debian testing, but not on Debian stable. >> I have installed the org-mode package on both systems. >> >> Inserting (require 'ox-odt) at the end of my !/.emacs file gives me > ~/.emacs, not !/.emacs >> Warning (initialization): An error occurred while loading `/home/ >> hendrik/.emacs': >> >> File error: Cannot open load file, ox-odt >> >> To ensure normal operation, you should investigate and remove the cause >> of the error in your initialization file. Start Emacs with the >> `--debug-init' option to view a complete error backtrace. >> >> so it doesn't look as if it worked. >> >> For the record, there is a /usr/share/emacs/site-lisp/org-mode/ >> ox-odt.el file. >> >> Also, export to html works, presumably using the ox-html.el file in that >> same directory, and I don't have to say (require 'ox-odt). > Of course I meant not having to say (require 'ox-html). >> I'd presume >> that file is found by the same mechanism, so not finding ox-odt by >> default is a bit of a puzzle. >> >> The Debian testing system, which works, has similar files in teh same >> place, but their names start with org- instead of ox- That means it is using org-7.x, probably the org that came with whatever emacs package Debian distributes. If you are installing packages from Debian repos, that's probably the best that you can expect. If you (think you) are installing from the orgmode git repo, there is probably something wrong. Emacs provides tools to figure out where things are coming from: C-h f on a function name tells you which file the function came from, e.g. C-h f org-html-export-as-html RET ,---- | org-html-export-as-html is an interactive Lisp function in | `ox-html.el'. | ... `---- M-x locate-library RET ox-html RET tells you where emacs would load the ox-html library would be loaded from. There are more nuances and more tools but these should be enough to start with. Nick From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: No ODT export option Date: Tue, 14 Jan 2014 15:06:58 +0530 Message-ID: <87vbxmkipx.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34512) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W30QN-0000Qv-Nx for emacs-orgmode@gnu.org; Tue, 14 Jan 2014 04:36:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W30QI-0008IZ-4v for emacs-orgmode@gnu.org; Tue, 14 Jan 2014 04:36:43 -0500 Received: from plane.gmane.org ([80.91.229.3]:40948) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W30QH-0008II-Uf for emacs-orgmode@gnu.org; Tue, 14 Jan 2014 04:36:38 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W30QG-0005os-Ap for emacs-orgmode@gnu.org; Tue, 14 Jan 2014 10:36:36 +0100 Received: from 115.242.210.2 ([115.242.210.2]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Jan 2014 10:36:36 +0100 Received: from kjambunathan by 115.242.210.2 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Jan 2014 10:36:36 +0100 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 Cc: emacs-orgmode@gnu.org Debian lags quite a bit (from few months to years). It is difficult to say what version they are packaging. The best and easiest way to install latest Org would be to via GNU ELPA or Org ELPA. See http://orgmode.org/elpa.html. M-x list-packages Once you insall the package, restart Emacs and do M-x customize-variable org-export-backends and enable ODT. ps: If you are new to Emacs/Org, you will have less troubles if you start with an empty .emacs (or more specifically a .emacs that doesn't have any Org specific configuration.) Hendrik Boom writes: > On Fri, 10 Jan 2014 11:32:55 -0500, Ista Zahn wrote: > >> 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 > > I'm having this problem on Debian testing, but not on Debian stable. > I have installed the org-mode package on both systems. > > Inserting (require 'ox-odt) at the end of my !/.emacs file gives me > Warning (initialization): An error occurred while loading `/home/ > hendrik/.emacs': > > File error: Cannot open load file, ox-odt > > To ensure normal operation, you should investigate and remove the > cause of the error in your initialization file. Start Emacs with > the `--debug-init' option to view a complete error backtrace. > > so it doesn't look as if it worked. > > For the record, there is a /usr/share/emacs/site-lisp/org-mode/ ox-odt.el > file. > > Also, export to html works, presumably using the ox-html.el file in that > same directory, and I don't have to say (require 'ox-odt). I'd preume > that file is found by the same mechanism, so not finding ox-odt by > default is a bit of a puzzle. > > The Debian testing system, which works, has similar files in teh same > place, but their names start with org- instead of ox-