From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Dr. Volker Zell" Subject: Xemacs incompatibilities Date: Tue, 11 May 2010 11:04:23 +0200 Message-ID: <7z632uzu5k.fsf@vzell-de.de.oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=53297 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OBlPt-0004Ij-0a for emacs-orgmode@gnu.org; Tue, 11 May 2010 05:06:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OBlPq-00040j-Fa for emacs-orgmode@gnu.org; Tue, 11 May 2010 05:06:15 -0400 Received: from rcsinet10.oracle.com ([148.87.113.121]:64469) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OBlPq-00040E-9y for emacs-orgmode@gnu.org; Tue, 11 May 2010 05:06:14 -0400 Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o4B968FH019953 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 11 May 2010 09:06:10 GMT Received: from acsmt355.oracle.com (acsmt355.oracle.com [141.146.40.155]) by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o4B5qn89024984 for ; Tue, 11 May 2010 09:06:08 GMT List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi I'm using org-6.35i 1.) org-babel-python.el requires (require 'python) whereas Xemacs wants (require 'python-mode) 2.) (require 'htmlize nil t) should be changed to (require 'htmlize) for Xemacs in org-exp.el 3.) When editing a src block with C-c ' in a temporary buffer in it's native mode and then switching back with C-c ' to the original org file, whenever I try to save a file with C-x C-s (not only the org file) I'll get the message This is not a sub-editing buffer, something is wrong... Any body seeing this ? Ciao Volker