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

2009-07-20 Thread Nathan Neff
On Fri, Jul 17, 2009 at 3:19 PM, srinivas wrote: > 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. M

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

2009-07-17 Thread srinivas
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 coul