>>>>> Michael Sperber writes:
> Could you provide a little bit more context on what you did? I'm not
> very familiar with org-src (which I assume this is about), so a
> step-by-step recipe would help me greatly.
I'm using
o XEmacs 21.4 (patch 22) "Instant Classic" [Lucid] (i686-pc-cygwin, Mule) of
Sat Jan 31 2009 on vzell-de
Here the recipe:
* xemacs -no-init-file
* Evaluate in the *scratch* buffer
(add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
(require 'org-install)
* Open a file test.org with the following contents:
#+BEGIN_SRC emacs-lisp -n
(setq a t)
#+END_SRC
* With the cursor inside the source code press C-c '
* An emacs-lisp buffer pops up with the following message in the minibuffer:
-> Edit, then exit with C-c ' (C-c and single quote)
* After editing press C-c ' again, and you're back in the org buffer with the
source code replaced
* Now try to save the buffer.
From now on, when you try to save any buffer you'll get
-> This is not a sub-editing buffer, something is wrong..
in the minibuffer
Ciao
Volker
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode