From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nathan Neff Subject: Re: Re: org-export-generic gives an error Date: Mon, 20 Jul 2009 09:48:56 -0500 Message-ID: <211769420907200748p9dff687le19137253f8e670f@mail.gmail.com> References: <87eisgjl8s.fsf@bzg.ath.cx> <211769420907171223r6ffe0086mccfbed65aa0fe3f5@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MSuAo-0002bc-4M for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 10:49:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MSuAj-0002Y5-M9 for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 10:49:01 -0400 Received: from [199.232.76.173] (port=47421 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MSuAj-0002Y2-GT for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 10:48:57 -0400 Received: from mail-qy0-f183.google.com ([209.85.221.183]:43237) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MSuAj-0003yL-5h for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 10:48:57 -0400 Received: by qyk13 with SMTP id 13so1841511qyk.14 for ; Mon, 20 Jul 2009 07:48:56 -0700 (PDT) In-Reply-To: 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: srinivas Cc: emacs-orgmode@gnu.org On Fri, Jul 17, 2009 at 3:19 PM, srinivas wrote: > Nathan, > > Nick Dokos suggested the following fix to .emacs: > > (if (< emacs-major-version 23) > =A0 =A0(defun characterp (obj) > =A0 =A0 =A0(and (char-or-string-p obj) (not (stringp obj))))) > > Inserting this check makes org-export-generic work for me. My Emacs versi= on on > Windows is 22.3.1. > > I don't know what could be the cause of error on your machine. > > - srinivas This also fixed Aquamacs version 1.8c, which uses Emacs 22.3.1 under the ho= od. Thanks for the patch!