From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: org-odt/org-export errors/paths Date: Thu, 07 Jul 2011 22:56:53 +0530 Message-ID: <814o2yf1cy.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:57553) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QesM4-0002Wl-TM for emacs-orgmode@gnu.org; Thu, 07 Jul 2011 13:27:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QesM2-000758-Kt for emacs-orgmode@gnu.org; Thu, 07 Jul 2011 13:27:12 -0400 Received: from mail-pv0-f169.google.com ([74.125.83.169]:54778) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QesM2-000754-2q for emacs-orgmode@gnu.org; Thu, 07 Jul 2011 13:27:10 -0400 Received: by pvc12 with SMTP id 12so739779pvc.0 for ; Thu, 07 Jul 2011 10:27:08 -0700 (PDT) In-Reply-To: (Matt Price's message of "Thu, 7 Jul 2011 12:55:24 -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: Matt Price Cc: Org Mode Matt Happy to hear from you.=20 IIRC, You were the first ever user of org-odt. You were having setup issues last time as well :-). [http://www.mail-archive.com/emacs-orgmode@gnu.org/msg33276.html] > Hi folks, > > recently updated to 7.6 (via git) and am trying to follow the > directions to enable org-odt.=A0 I'm having trouble with the exporter, > and suspect something is messed up in my .emacs somewhere, am hoping > you guys can help.=A0 > > My current problem: org-odt export fails with this error (apologies > for gmail's HTMLization of this message): > -------------- > Exporting to ODT using org-lparse... > Using vacuous schema [3 times] > File /tmp/odt-10243EXp/content.xml no longer exists! > let*: Wrong number of arguments: #[nil "=C6=89=19=8A=8C~=88eb=88=C7 > =C6=C8#=83) > ---------------- Please recreate the crash after doing `M-x toggle-debug-on-error'. It is easy to debug the crash report if the files are not byte-compiled. May be you should try loading minimal emacs with: emacs -Q -L "" -L and then try exporting. Jambunathan K. > > I seem to have something messed up in my org path, because when I > first tried to enable org-odt, evaluation of org-odt.el failed with a > void-variable error which I fixed by manually loading org-exp.el.=A0 > Here are what I believe to be the relevant parts of my org setup: > > ;; get current docs > (setq Info-default-directory-list (cons "/home/matt/src/org-mode/doc" > Info-default-directory-list)) > ;; new load paths > (setq load-path (cons "/home/matt/src/org-mode/contrib/lisp/" > load-path)) > (setq load-path (cons "/home/matt/src/org-mode/lisp/" load-path)) > > (require 'org-exp) > (require 'org-odt) > > and here are the few org customizations I've made, beside the > somewhat lengthy capture templates: > > =A0'(org-default-notes-file "~/Dropbox/GTD/Collect.org") > =A0'(org-directory "~/Dropbox/GTD/") > =A0'(org-modules (quote (org-bbdb org-bibtex org-docview org-gnus > org-info org-jsinfo org-irc org-mew org-mhe org-rmail org-vm org-exp > org-w3m org-odt \.\.\.))) > =A0'(org-startup-folded (quote content)) > =A0'(org-startup-indented t) > > Thanks as always guys! > Matt > > --=20