emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: srinivas
Subject: [Orgmode] Re: org-export-generic gives an error
Date: Fri, 17 Jul 2009 20:19:19 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.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







reply via email to

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