From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Richard Subject: Re: bisected Date: Thu, 30 Apr 2015 12:05:05 +0200 Message-ID: <87wq0u53u6.fsf@yahoo.fr> References: <20150430100450.1112136b@gaia> <20150430094957.GC22882@boo.workgroup> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40243) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnlJi-0002HB-GS for emacs-orgmode@gnu.org; Thu, 30 Apr 2015 06:03:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YnlJe-0000r2-9l for emacs-orgmode@gnu.org; Thu, 30 Apr 2015 06:03:38 -0400 Received: from mxin.ulb.ac.be ([164.15.128.112]:5247) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnlJe-0000qk-3X for emacs-orgmode@gnu.org; Thu, 30 Apr 2015 06:03:34 -0400 In-Reply-To: <20150430094957.GC22882@boo.workgroup> (Gregor Zattler's message of "Thu, 30 Apr 2015 11:49:57 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Gregor Zattler 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