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


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to