Thanks for posting this workaround.
I've just pushed up a change which rebinds this key in org-src-mode. I
don't know why the binding was ever removed in the first place.
Best,
Leo Alekseyev writes:
> In case anyone is curious, C-x C-s functionality in org-edit-special
> can be easily restore
In case anyone is curious, C-x C-s functionality in org-edit-special
can be easily restored via
(define-key org-src-mode-map "\C-x\C-s" 'org-edit-src-save)
On Thu, Feb 9, 2012 at 4:49 PM, Leo Alekseyev wrote:
> Previously, C-x C-s in an org-edit-special buffer (invoked via C-')
> would save t
Previously, C-x C-s in an org-edit-special buffer (invoked via C-')
would save the underlying org buffer (provided (setq
org-src-window-setup (quote current-window)) was set; it was buggy
with other settings, see
http://thread.gmane.org/gmane.emacs.orgmode/50979 for discussion).
Currently, C-x C-s