From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Cannot convert to Odt Date: Thu, 11 Jul 2013 08:02:33 +0530 Message-ID: <87ehb5q11a.fsf@gmail.com> References: <87hag2b8qi.fsf@anx.com> <871u765lpr.fsf@gmail.com> <87zjtudqsx.fsf@anx.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53405) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ux6eo-0000Ms-Px for emacs-orgmode@gnu.org; Wed, 10 Jul 2013 22:31:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ux6en-000281-Mt for emacs-orgmode@gnu.org; Wed, 10 Jul 2013 22:30:58 -0400 Received: from mail-pa0-x22e.google.com ([2607:f8b0:400e:c03::22e]:44255) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ux6en-00027w-DF for emacs-orgmode@gnu.org; Wed, 10 Jul 2013 22:30:57 -0400 Received: by mail-pa0-f46.google.com with SMTP id fa11so7386182pad.33 for ; Wed, 10 Jul 2013 19:30:56 -0700 (PDT) In-Reply-To: <87zjtudqsx.fsf@anx.com> (Tim Hawes's message of "Wed, 10 Jul 2013 17:54:22 -0400") 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: Tim Hawes Cc: emacs-orgmode Mode Tim Hawes writes: > Jambunathan K writes: > > I am able to convert the same file on my home laptop with org-version > 7.8.11 > > Nonetheless, I tried it with this minimal file: > #+STARTUP: showeverything > > * Heading 1 > > 1. Item 1 > starting emacs with emacs -Q I am getting this error: > ("emacs") > Loading term/xterm...done > For information about GNU Emacs and the GNU system, type C-h C-a. > kmacro-call-macro: No kbd macro has been defined > Making completion list... [2 times] > Export buffer: > Debug (org-odt): Searching for OpenDocument schema files... > Debug (org-odt): Trying /usr/pkg/share/emacs/24.2/lisp/contrib/odt/etc/schema/... > Debug (org-odt): No OpenDocument schema files installed > Debug (org-odt): Searching for OpenDocument styles files... > Debug (org-odt): Trying /usr/pkg/share/emacs/24.2/lisp/etc/styles/... > Debug (org-odt): Trying /usr/pkg/share/emacs/24.2/lisp/org/etc/styles/... > Debug (org-odt): Trying /usr/pkg/share/emacs/24.2/etc/org/... > Debug (org-odt): Using styles under /usr/pkg/share/emacs/24.2/etc/org/ > Exporting to ODT using org-lparse... ^^^^^^^^^^ ^^^^^^^^^^ > Using vacuous schema > org-babel-exp processing... [2 times] > org-odt-format-source-code-or-example-colored: Symbol's function ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > definition is void: copy-seq > byte-code: Beginning of buffer [16 times] The ODT exporter is 7.8.11 version. (The presence of org-lparse says it is a 7.8 version) You are having a old version of Emacs and hence org-odt.el. Try upgrading it to emacs-24.3 (or whatever is the newest stable version) or the latest Org-7.8.X version. ---------------------------------------------------------------- I see no correspondence between the example Org file and the problem reported. Problematic path gets triggered only if there are source blocks. The Org file has no source block. Definitely there is something amiss at your side. ---------------------------------------------------------------- Org-7.8.11 is more or less on life-support. Issues with Org-8.0 will be more interesting. Make sure to use GNU ELPA package and isolate the issue further. Start Emacs *normally*. (Otherwise the exporter used will be the old one.) *After* export, try M-x org-version RET M-x locate-library RET org-compat RET and ensure that the right version of Org is picked up. The problem comes from one of the shell blocks (either babel execution or source block coloration.) ---------------------------------------------------------------- >> (New file) >> >> >> It may have something to do with what you have in your Org file. Try >> "minimizing" your Org file one by one until you find where the problem >> is. >>