Hi Nicolas, org-mode users and -developers, I was too much in a hurry...
This bug still exists as of now: * Gregor Zattler <telegr...@gmx.net> [30. Apr. 2015]: > * Gregor Zattler <telegr...@gmx.net> [30. Apr. 2015]: > > * Nicolas Richard <theonewiththeevill...@yahoo.fr> [30. Apr. 2015]: > > > I think this specific bug was fixed in : > > > Commit ea575950d957fcecc74ed6f53c29bb6b77e9fe26 > > > > Sorry, no: > > with: > > GNU Emacs 25.0.50.6 (i686-pc-linux-gnu, GTK+ Version 3.14.5) of > > 2015-04-27 on boo Org-mode version 8.3beta (release_8.3beta-1097-gea5759 @ > > /home/grfz/src/org-mode/lisp/) > > > > and emacs invoked with -Q I cannot save a modified file with ^x ^s > > but when I leave emacs: this is still the case with commit ea575950d957fcecc74ed6f53c29bb6b77e9fe26 my mistake was: > > receipt: > > emacs -Q -nw /tmp/tempfile > > > > change buffer, do ^x ^s. not to load the freshly build org-mode. With this invocation: emacs-snapshot -Q -nw -L /home/grfz/src/org-mode/lisp/ --debug-init --eval "(require 'org)" /tmp/testfile change the buffer, try to save it, see: "user-error: Not in a sub-editing buffer" This ist the case with: - GNU Emacs 25.0.50.6 (i686-pc-linux-gnu, GTK+ Version 3.14.5) of - Emacs24 as of Debian Jessie it's the caese with org-mode commits up to: - 14f5b132184ac9c0492d8cc94345413b85ef3f55 - ea575950d957fcecc74ed6f53c29bb6b77e9fe26 it's not the case with org- mode commits up to: - 86dcd907719c97530a266686694a7dc7bd25449a - 14f5b132184ac9c0492d8cc94345413b85ef3f55 and patch from Nicolas email Message-ID: <87oam56dow....@yahoo.fr> appplied. But then I get "defvar: Symbol's value as variable is void: org-src-mode" at startup. This time I got it right, I hope. Bye, Gregor