emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nick Dokos <nicholas.dokos@hp.com>
To: emacs-orgmode@gnu.org
Subject: Nick Dokos: Re: org-export-generic gives an error
Date: Fri, 17 Jul 2009 16:12:42 -0400	[thread overview]
Message-ID: <9453.1247861562@alphaville.usa.hp.com> (raw)

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

                 reply	other threads:[~2009-07-17 20:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9453.1247861562@alphaville.usa.hp.com \
    --to=nicholas.dokos@hp.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).