From mboxrd@z Thu Jan 1 00:00:00 1970 From: srinivas Subject: Re: org-export-generic gives an error Date: Fri, 17 Jul 2009 20:19:19 +0000 (UTC) Message-ID: References: <87eisgjl8s.fsf@bzg.ath.cx> <211769420907171223r6ffe0086mccfbed65aa0fe3f5@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MRtu6-0002av-U5 for emacs-orgmode@gnu.org; Fri, 17 Jul 2009 16:19:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MRtu2-0002XN-4d for emacs-orgmode@gnu.org; Fri, 17 Jul 2009 16:19:38 -0400 Received: from [199.232.76.173] (port=39165 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRtu1-0002XF-V0 for emacs-orgmode@gnu.org; Fri, 17 Jul 2009 16:19:33 -0400 Received: from main.gmane.org ([80.91.229.2]:46843 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MRtu1-0007vA-BN for emacs-orgmode@gnu.org; Fri, 17 Jul 2009 16:19:33 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MRtty-000214-7O for emacs-orgmode@gnu.org; Fri, 17 Jul 2009 20:19:30 +0000 Received: from 155.13.48.17 ([155.13.48.17]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Jul 2009 20:19:30 +0000 Received: from sp_us by 155.13.48.17 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Jul 2009 20:19:30 +0000 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: emacs-orgmode@gnu.org Nathan, Nick Dokos suggested the following fix to .emacs: (if (< emacs-major-version 23) (defun characterp (obj) (and (char-or-string-p obj) (not (stringp obj))))) Inserting this check makes org-export-generic work for me. My Emacs version on Windows is 22.3.1. I don't know what could be the cause of error on your machine. - srinivas