From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: export problem Date: Thu, 22 Apr 2010 00:33:41 -0400 Message-ID: <15190.1271910821@gamaville.dokosmarshall.org> References: Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O4o78-0001VW-93 for emacs-orgmode@gnu.org; Thu, 22 Apr 2010 00:34:10 -0400 Received: from [140.186.70.92] (port=50613 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4o76-0001Un-UE for emacs-orgmode@gnu.org; Thu, 22 Apr 2010 00:34:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O4o75-0007N0-62 for emacs-orgmode@gnu.org; Thu, 22 Apr 2010 00:34:08 -0400 Received: from vms173013pub.verizon.net ([206.46.173.13]:59234) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O4o75-0007Mj-2Q for emacs-orgmode@gnu.org; Thu, 22 Apr 2010 00:34:07 -0400 Received: from gamaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173013.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0L19002J3GTYLMY2@vms173013.mailsrvcs.net> for emacs-orgmode@gnu.org; Wed, 21 Apr 2010 23:37:11 -0500 (CDT) In-reply-to: Message from charles snyder of "Wed\, 21 Apr 2010 22\:59\:49 CDT." List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: charles snyder Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org charles snyder wrote: > Until recently, my org exports worked perfectly. I haven't made any chang= es I am aware of. Now > I am having export problems with my .org files.=C2=A0 >=20 > When I try to export as freemind (C-c C-e =C2=A0m) I get: > "wrong type argument: org-export-as-freemind".=C2=A0 >=20 > When I try=C2=A0to export as pdf (C-c C-e =C2=A0d), I get the following e= rror: > ... > Runaway argument? > {Request Library books \href {http://www.jocolibrary.org/default.aspx\ETC. > ! File ended while scanning use of \@xdblarg. > =C2=A0 > =C2=A0=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0\par=C2=A0 > ... > I am using org mode 6.35 emacs,=C2=A0GNU Emacs 22.3.1 > (i386-apple-darwin9.7.0, Carbon Version 1.6.0) or Aquamacs=C2=A0GNU Emacs > 23.0.94.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54) on mac osx > (but same problem on windows) >=20 I tried both exports on a (trivial, although it did include some links) org file and I had no problems. Can you try to get a minimal example of an org file that causes these problems for you and post it here? Posting the whole file (modulo any privacy concerns) is the second best possibility. If that is not possible, it's going to be tougher going: try exporting to latex and then run pdftex on it by hand. If that gives you the same error, then post the portion of the latex file around the error and the corresponding portion of the org file. That's probably not going to be enough information but you never know. Nick