Gregor Zattler <[email protected]> writes:
> First bad commit is:
> bad0409c3b86e09c4559e97d5f394356c6ccbe7f
Nice hash for a "bad" commit :)
> This results in a startup error:
> Debugger entered--Lisp error: (void-variable write-back)
Is it related to your initial problem ?
I think this specific bug was fixed in :
Commit ea575950d957fcecc74ed6f53c29bb6b77e9fe26
modified lisp/org-src.el
@@ -543,7 +543,7 @@ (define-minor-mode org-src-mode
(org-set-local
'header-line-format
(substitute-command-keys
- (if write-back
+ (if org-src--allow-write-back
"Edit, then exit with \\[org-edit-src-exit] or abort with \
\\[org-edit-src-abort]"
"Exit with \\[org-edit-src-exit] or abort with \
--
Nico