From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Branham Subject: Bug: Errors when saving from babel block [9.0.5 (9.0.5-elpa @ ~/.emacs.d/elpa/org-20170210/)] Date: Thu, 09 Mar 2017 17:07:17 +0100 Message-ID: <87variqvre.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53086) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cm0b7-0002ML-M5 for emacs-orgmode@gnu.org; Thu, 09 Mar 2017 11:07:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cm0b4-0002uK-Hj for emacs-orgmode@gnu.org; Thu, 09 Mar 2017 11:07:25 -0500 Received: from mail-lf0-x22e.google.com ([2a00:1450:4010:c07::22e]:35418) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cm0b4-0002sT-AY for emacs-orgmode@gnu.org; Thu, 09 Mar 2017 11:07:22 -0500 Received: by mail-lf0-x22e.google.com with SMTP id j90so30221910lfk.2 for ; Thu, 09 Mar 2017 08:07:20 -0800 (PST) Received: from branham-laptop-arch (edu223249.eduroam.gu.se. [130.241.223.249]) by smtp.gmail.com with ESMTPSA id l11sm1353028ljb.45.2017.03.09.08.07.18 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 09 Mar 2017 08:07:18 -0800 (PST) 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" To: emacs-orgmode@gnu.org In the latest org release (9.0.5), I get errors when trying to save a buffer while editing inside a babel source block. I can reproduce this using Emacs 25.1 and 25.2rc2. Using: emacs -Q -l ~/org-debug.el where org-debug.el just consists of (package-initialize) since I've previously installed org 9.0.5 using ELPA: Open an org file, Try to edit an org file: #+BEGIN_SRC emacs-lisp (+ 1 2) #+END_SRC Navigate inside the source block, press C-c ' Then try to save: C-x C-s I get a fontification error at that point and the file does not save. If I use my whole config, this apparently snowballs into larger errors which sometimes cause Emacs to crash. Emacs : GNU Emacs 25.2.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.22.9) of 2017-03-09 Package: Org mode version 9.0.5 (9.0.5-elpa @ ~/.emacs.d/elpa/org-20170210/)