Hello I know that compiling org under Xemacs is delicate. I succeeded with 7.8.3 but it seems that the installation process has changed quite a bit.
I edit the relevant default.mk file (OK I should not do that but create local.mk) EMACS=/usr/local/bin/xemacs BATCH = $(EMACS) -batch -vanilla # Xemacs Now when running make the following problems showed up: - in almost all files the message: Symbol's value as variable is void: org-babel-temp-file Popped up - in org-footnote ** The following functions are not known to be defined: org-in-commented-line, org-in-indented-comment-line, org-inside-LaTeX-fragment-p, org-in-verbatim-emphasis, org-in-block-p, org-in-regexp, org-inside-latex-macro-p, org-trim, org-mark-ring-push, org-show-context, org-id-uuid, org-icompleting-read, org-back-over-empty-lines, org-fill-paragraph, org-end-of-subtree, outline-next-heading - org-list has similar complains, which I don't want to mention here - org.el itself: ! error (("Unknown keyword" :package-version)) - ox-odt.el: !! File error (("Cannot open load file" "table")) Error occurred processing /home/oub/ALLES/xemacs/site-lisp/packages/org-8.0.3/lisp/ox-odt.el: Cannot open load file: "table" which is odd, since I have a (require 'table) in my edit file. Did anybody sucessfully compile the latest org version under Xemacs 21.5.X? Uwe Brauer