A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://lists.gnu.org/archive/html/emacs-orgmode/2009-07/msg00540.html below:

Nick Dokos: Re: [Orgmode] org-export-generic gives an error

[Top][All Lists] [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] From: Nick Dokos Subject: Nick Dokos: Re: [Orgmode] org-export-generic gives an error Date: Fri, 17 Jul 2009 16:12:42 -0400
Noch einmal: I replied to srinivas and forgot to copy the list - sorry.

------- Forwarded Message

Date:    Wed, 15 Jul 2009 16:18:29 -0400
From:    Nick Dokos <address@hidden>
To:      srinivas <address@hidden>
cc:      address@hidden
Subject: Re: [Orgmode] org-export-generic gives an error 

srinivas <address@hidden> wrote:

> I am trying to test org-export-generic. I have an org file which exports 
> correctly to html but when I tried the org-export-generic, I get the followin
g 
> error:
> 
> === from *Messages* buffer
> and: Symbol's function definition is void: characterp
> 
> My commands: C-c C-e g d (for demo)
> 
> I have tried C-c C-e g a (ascii) export but returns the same error.
> 
> Version Info:
> GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600) of 2008-09-06 on SOFT-MJASON
> Org-mode version 6.28b
> 
> Any tips on what could be causing this error.
> 

characterp does not exist in emacs 22 (at least in 22.1.1 which is what
I have) - you can probably add a compatibility function in your .emacs,
perhaps something like this:

(if (< emacs-major-version 23)
    (defun characterp (obj)
      (and (char-or-string-p obj) (not (stringp obj)))))

HTH,
Nick

------- End of Forwarded Message




[Prev in Thread] Current Thread [Next in Thread]

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4