From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Price Subject: org-odt/org-export errors/paths Date: Thu, 7 Jul 2011 12:55:24 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=bcaec5101c734ffe1304a77d95c3 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:36883) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qerwt-0003Vu-Uk for emacs-orgmode@gnu.org; Thu, 07 Jul 2011 13:01:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QerrK-0000Rd-Ce for emacs-orgmode@gnu.org; Thu, 07 Jul 2011 12:55:28 -0400 Received: from mail-vx0-f169.google.com ([209.85.220.169]:38823) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QerrJ-0000R8-Jw for emacs-orgmode@gnu.org; Thu, 07 Jul 2011 12:55:25 -0400 Received: by vxg38 with SMTP id 38so1048305vxg.0 for ; Thu, 07 Jul 2011 09:55:24 -0700 (PDT) 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 --bcaec5101c734ffe1304a77d95c3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi folks, recently updated to 7.6 (via git) and am trying to follow the directions to enable org-odt. I'm having trouble with the exporter, and suspect somethin= g is messed up in my .emacs somewhere, am hoping you guys can help. 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=18=19=8A=8C~=88eb=88=C7 =C6=C8#=83) ---------------- 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. 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: '(org-default-notes-file "~/Dropbox/GTD/Collect.org") '(org-directory "~/Dropbox/GTD/") '(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 \.\.\.))) '(org-startup-folded (quote content)) '(org-startup-indented t) Thanks as always guys! Matt --bcaec5101c734ffe1304a77d95c3 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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 export= er, and suspect something is messed up in my .emacs somewhere, am hoping yo= u 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/o= dt-10243EXp/content.xml no longer exists!
let*: Wrong number of arguments: #[nil "=C6=89=18=19=8A=8C~=88eb=88=C7=
=C6=C8#=83)
----------------

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 "/h= ome/matt/src/org-mode/doc" Info-default-directory-list))
;; new loa= d 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 ar= e the few org customizations I've made, beside the somewhat lengthy cap= ture templates:

=A0'(org-default-notes-file "~/Dropbox/GTD/Collect.org")<= br>=A0'(org-directory "~/Dropbox/GTD/")
=A0'(org-modul= es (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-indent= ed t)

Thanks as always guys!
Matt
--bcaec5101c734ffe1304a77d95c3--