emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Nick Dokos: Re: org-export-generic gives an error
@ 2009-07-17 20:12 Nick Dokos
  0 siblings, 0 replies; only message in thread
From: Nick Dokos @ 2009-07-17 20:12 UTC (permalink / raw)
  To: emacs-orgmode

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 <nicholas.dokos@hp.com>
To:      srinivas <sp_us@yahoo.com>
cc:      nicholas.dokos@hp.com
Subject: Re: [Orgmode] org-export-generic gives an error 

srinivas <sp_us@yahoo.com> 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-07-17 20:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-17 20:12 Nick Dokos: Re: org-export-generic gives an error Nick Dokos

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).