emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Xemacs incompatibilities


From: Carsten Dominik
Subject: Re: [Orgmode] Xemacs incompatibilities
Date: Fri, 14 May 2010 14:40:53 +0200


On May 11, 2010, at 11:04 AM, Dr. Volker Zell wrote:

Hi

I'm using org-6.35i

1.)

  org-babel-python.el requires

  (require 'python)

whereas Xemacs wants

  (require 'python-mode)


This is a really non-standard way for a mode definition which I guess
should be fixed in XEmacs.
I have made that change anyway.  Eric or Dan, please note this change
I made in the Babel sources.



2.)

 (require 'htmlize nil t)

should be changed to

 (require 'htmlize)

for Xemacs in org-exp.el

Fixed this as well.



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...

I cannot help here.  Michael?

- Carsten




reply via email to

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