From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Opendocument export causes error Date: Sat, 01 Dec 2012 12:22:14 +0530 Message-ID: <87lidiqn6p.fsf@gmail.com> References: <20202347-6EC2-47F2-A8D6-17107AC9AAF9@beds.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:32993) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TegtM-0005kz-Us for emacs-orgmode@gnu.org; Sat, 01 Dec 2012 01:49:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TegtL-00075l-IC for emacs-orgmode@gnu.org; Sat, 01 Dec 2012 01:49:36 -0500 Received: from mail-pb0-f41.google.com ([209.85.160.41]:38197) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TegtL-00075e-Br for emacs-orgmode@gnu.org; Sat, 01 Dec 2012 01:49:35 -0500 Received: by mail-pb0-f41.google.com with SMTP id xa7so908438pbc.0 for ; Fri, 30 Nov 2012 22:49:34 -0800 (PST) In-Reply-To: <20202347-6EC2-47F2-A8D6-17107AC9AAF9@beds.ac.uk> (Torsten Anders's message of "Fri, 30 Nov 2012 22:56:47 +0000") 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: Torsten Anders Cc: Org-mode Symptoms tell me that you have a hoaxed installation. Try this and see if it helps M-x list-load-path-shadows RET Check where all org-odt.el is installed. Ideally you should see only two paths - one from vanilla Emacs and one from directory that you are trying to use right now. Try this next. M-x locate-library RET org-compat RET M-x locate-library RET org-odt RET They should come from the same directory tree. Try this next. M-x load-library RET org-compat RET M-x load-library RET org-odt RET (Order of loading should be preserved) Now export. Look inside your messages buffer and examine what all ODT exporter is trying to do. If you pass the censored logs from above commands then I or someone in this list can guess what is possibly wrong. > Dear all, > > Since a while I cannot export to OpenDocument anymore. Instead, I > always get the error > > call-interactively: Symbol's value as variable is void: err > > I just updated to Org-mode version 7.9.2 and the problem persists. In > the archives I found exactly the same problem mentioned (messages from > 11.07.2012 with subject Compile error in org-odt.el in latest master), > but I do not understand the solution found then (Rainer Stengele > reported that he "missed the unzip.exe and now it works"). > > Any help? Thanks! > > Best wishes, > Torsten > > -- > Dr Torsten Anders > Course Leader, Music Technology > University of Bedfordshire > Park Square, Room A315 > http://www.torsten-anders.de > > > > > --